-
Notifications
You must be signed in to change notification settings - Fork 55
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
Using numpy via miniconda #4
Comments
Glad you found this useful. I don't understand your comment about |
Sorry, I meant the I suppose it does not matter for your demo since it uses the Python MSI's, but it does when one uses miniconda :) |
Indeed I get it, that has changed and I did not retest the miniconda method in the mean time. I don't have anypowershell at hand to test, do you know a conditional expression that would work? |
Hehe, I am not familiar with powershell, so I just ditched the last character in the definition of This was not so much a "please fix this", but more of a "if you want to use miniconda, here's a working example". |
Hi Olivier,
Thanks for this! I used your example to set up Appveyor for imageio.
I need numpy to run the test suite, so I made some changes to use miniconda and install numpy into it. The current code had a
python_version -qt '3.4' in there, but the Python version was '3.4.4'. So it always used Python 2.7. Further I had to change the Paths (
c:\python2.7`), because some of them already exist and miniconda won't get installed.The text was updated successfully, but these errors were encountered: