Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. Collecting hmmlearn
  2. Using cached hmmlearn-0.2.0.tar.gz
  3. Building wheels for collected packages: hmmlearn
  4. Running setup.py bdist_wheel for hmmlearn ... error
  5. Failed building wheel for hmmlearn
  6. Running setup.py clean for hmmlearn
  7. Failed to build hmmlearn
  8. Installing collected packages: hmmlearn
  9. Running setup.py install for hmmlearn ... error
  10. Exception:
  11. Traceback (most recent call last):
  12. File "C:\Users\Balázs\Anaconda3\lib\site-packages\pip\compat\__init__.py", line 73, in console_to_str
  13. return s.decode(sys.__stdout__.encoding)
  14. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe1 in position 164: invalid continuation byte
  15.  
  16. During handling of the above exception, another exception occurred:
  17.  
  18. Traceback (most recent call last):
  19. File "C:\Users\Balázs\Anaconda3\lib\site-packages\pip\basecommand.py", line 215, in main
  20. status = self.run(options, args)
  21. File "C:\Users\Balázs\Anaconda3\lib\site-packages\pip\commands\install.py", line 342, in run
  22. prefix=options.prefix_path,
  23. File "C:\Users\Balázs\Anaconda3\lib\site-packages\pip\req\req_set.py", line 784, in install
  24. **kwargs
  25. File "C:\Users\Balázs\Anaconda3\lib\site-packages\pip\req\req_install.py", line 878, in install
  26. spinner=spinner,
  27. File "C:\Users\Balázs\Anaconda3\lib\site-packages\pip\utils\__init__.py", line 676, in call_subprocess
  28. line = console_to_str(proc.stdout.readline())
  29. File "C:\Users\Balázs\Anaconda3\lib\site-packages\pip\compat\__init__.py", line 75, in console_to_str
  30. return s.decode('utf_8')
  31. UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe1 in position 164: invalid continuation byte
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement