-
Notifications
You must be signed in to change notification settings - Fork 905
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
Conda environment creation fails #7
Comments
You are right. It should be done with --no-builds. I am currently in the course of finishing up things -- and codes -- for the second edition. The completely updated code base will be available soon in my repo. |
I'm facing the same issue (conda version 4.6.8):
|
I suspect you'd want to use https://github.com/yhilpisch/py4fi2nd ... the repository for the 2nd edition ... |
I guess i'll close this as the 2nd edition is now using a different repository which seems to work fine. |
The creation of the conda enviornment as shown in the readme fails on windows with the last version of conda (
conda 4.5.11
).i'm pretty sure it's a version mismatch - but couldn't figure out a way to fix it
according to an issuei found (ContinuumIO/anaconda-issues#9480 (comment)) exporting via
conda env export --no-builds > environment.yml
should help fix the issue.The text was updated successfully, but these errors were encountered: