Created
April 8, 2017 10:47
-
-
Save thomasaarholt/ab85ddba64cff12060d8d7a92ad02af1 to your computer and use it in GitHub Desktop.
Bug when installing hyperspy from loca repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\Users\thomasaar\Downloads\hyperspy> pip install -e ./ | |
Obtaining file:///C:/Users/thomasaar/Downloads/hyperspy | |
Complete output from command python setup.py egg_info: | |
test_compilers.c | |
Traceback (most recent call last): | |
File "<string>", line 1, in <module> | |
File "C:\Users\thomasaar\Downloads\hyperspy\setup.py", line 294, in <module> | |
with update_version_when_dev() as version: | |
File "C:\Users\thomasaar\Downloads\hyperspy\setup.py", line 272, in __enter__ | |
stdout=subprocess.PIPE) | |
File "C:\ProgramData\Miniconda3\lib\subprocess.py", line 676, in __init__ | |
restore_signals, start_new_session) | |
File "C:\ProgramData\Miniconda3\lib\subprocess.py", line 955, in _execute_child | |
startupinfo) | |
FileNotFoundError: [WinError 2] The system cannot find the file specified | |
---------------------------------------- | |
Command "python setup.py egg_info" failed with error code 1 in C:\Users\thomasaar\Downloads\hyperspy\ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment