You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into an Anaconda problem when trying to install arctic: (C:\Users\User-pc\Anaconda3) C:\Users\User-pc>pip install git+https://github.com/manahl/arctic.git
This would result in the following error: error: command 'cl.exe' failed: No such file or directory
Even after setting the PATH variables, I had no luck.
The solution, is to run pip inside the VC directory where cl.exe is located: C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC>pip install git+https://github.com/manahl/arctic.git
The text was updated successfully, but these errors were encountered:
helios-hyperion
changed the title
Installing on Windows 10 with Anaconda Prompt and pip
Installing arctic on Windows 10 with Anaconda Prompt and pip
Feb 4, 2018
Ran into an Anaconda problem when trying to install arctic:
(C:\Users\User-pc\Anaconda3) C:\Users\User-pc>pip install git+https://github.com/manahl/arctic.git
This would result in the following error:
error: command 'cl.exe' failed: No such file or directory
Even after setting the PATH variables, I had no luck.
The solution, is to run
pip
inside the VC directory wherecl.exe
is located:C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC>pip install git+https://github.com/manahl/arctic.git
The text was updated successfully, but these errors were encountered: