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

Installing arctic on Windows 10 with Anaconda Prompt and pip #16

Open
helios-hyperion opened this issue Feb 1, 2018 · 0 comments
Open

Comments

@helios-hyperion
Copy link

helios-hyperion commented Feb 1, 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 where cl.exe is located:
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC>pip install git+https://github.com/manahl/arctic.git

@helios-hyperion 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
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

1 participant