-
Notifications
You must be signed in to change notification settings - Fork 2
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
Not able to pip install package in anaconda on windows 10 #13
Comments
To be honest I don't know what is necessary to support this kind of package with conda... conda has always given me problems.
|
Thank you for your quick response. If I try building it manually as you suggested I get the following error message:
I looked around for the __init__.py file, but I couldn't find it so I (with my basic python knowledge) am not quite sure why it is called. Any help is appreciated. |
The
|
Dear @Joost-A, were you able to resolve your issue? If so, I'd like to close this. For reference, the Python-package build in the CI is currently: Lines 135 to 159 in ba6cab7
|
I tried to install the package with the anaconda prompt on a windows 10 system using the command 'pip install ovf'. I recieved the following error message:
I then tried to clone the respository with git. I gave the anaconda prompt the command: "pip install git+https://github.com/spirit-code/ovf.git" and got the following error message.
Details;
-python version: 3.6
-pip version: 20.0.2
-operating system : 64 bit windows 10
-git version: 2.25.1.windows.1
The text was updated successfully, but these errors were encountered: