Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip install git+https://github.com/mila-udem/fuel.git@stable #398

Open
weizier opened this issue Jun 26, 2017 · 1 comment
Open

pip install git+https://github.com/mila-udem/fuel.git@stable #398

weizier opened this issue Jun 26, 2017 · 1 comment

Comments

@weizier
Copy link

weizier commented Jun 26, 2017

When I use the command referred as the title of this issue, I met the error as follows:

Collecting git+https://github.com/mila-udem/fuel.git@stable
Cloning https://github.com/mila-udem/fuel.git (to stable) to c:\users\weizie~1\appdata\local\temp\pip-27ojmbjj-build
Collecting numpy (from fuel==0.2.0)
Using cached numpy-1.13.0-cp36-none-win_amd64.whl
Requirement already satisfied: six in f:\anaconda3\lib\site-packages (from fuel==0.2.0)
Collecting picklable_itertools (from fuel==0.2.0)
Requirement already satisfied: pyyaml in f:\anaconda3\lib\site-packages (from fuel==0.2.0)
Requirement already satisfied: h5py in f:\anaconda3\lib\site-packages (from fuel==0.2.0)
Requirement already satisfied: tables in f:\anaconda3\lib\site-packages (from fuel==0.2.0)
Collecting progressbar2 (from fuel==0.2.0)
Using cached progressbar2-3.30.2-py2.py3-none-any.whl
Requirement already satisfied: pyzmq in f:\anaconda3\lib\site-packages (from fuel==0.2.0)
Requirement already satisfied: scipy in f:\anaconda3\lib\site-packages (from fuel==0.2.0)
Requirement already satisfied: pillow in f:\anaconda3\lib\site-packages (from fuel==0.2.0)
Requirement already satisfied: requests in f:\anaconda3\lib\site-packages (from fuel==0.2.0)
Requirement already satisfied: numexpr>=2.4 in f:\anaconda3\lib\site-packages (from tables->fuel==0.2.0)
Collecting python-utils>=2.1.0 (from progressbar2->fuel==0.2.0)
Using cached python_utils-2.1.0-py2.py3-none-any.whl
Requirement already satisfied: olefile in f:\anaconda3\lib\site-packages (from pillow->fuel==0.2.0)
Installing collected packages: numpy, picklable-itertools, python-utils, progressbar2, fuel
Running setup.py install for fuel ... error
Exception:
Traceback (most recent call last):
File "F:\Anaconda3\lib\site-packages\pip\compat_init_.py", line 73, in console_to_str
return s.decode(sys.stdout.encoding)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd5 in position 24: invalid continuation byte

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "F:\Anaconda3\lib\site-packages\pip\basecommand.py", line 215, in main
status = self.run(options, args)
File "F:\Anaconda3\lib\site-packages\pip\commands\install.py", line 342, in run
prefix=options.prefix_path,
File "F:\Anaconda3\lib\site-packages\pip\req\req_set.py", line 784, in install
**kwargs
File "F:\Anaconda3\lib\site-packages\pip\req\req_install.py", line 878, in install
spinner=spinner,
File "F:\Anaconda3\lib\site-packages\pip\utils_init_.py", line 676, in call_subprocess
line = console_to_str(proc.stdout.readline())
File "F:\Anaconda3\lib\site-packages\pip\compat_init_.py", line 75, in console_to_str
return s.decode('utf_8')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd5 in position 24: invalid continuation byte

I've ever searched this error on Google, maybe it has been an issue of pip itself for a long time. But who could do me a favor? I'd appreciate it.

@dmitriy-serdyuk
Copy link
Contributor

I don't think it will work on Windows. You may try to mitigate this problem removing all text from README.rst.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants