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

Python 3.8 #58

Open
prisae opened this issue Nov 15, 2019 · 0 comments
Open

Python 3.8 #58

prisae opened this issue Nov 15, 2019 · 0 comments

Comments

@prisae
Copy link
Contributor

prisae commented Nov 15, 2019

This should be a temporary issue.

The command

conda env create -f environment.yml

will now install a Python 3.8 environment. However, not all the dependencies are capable of that yet. So, for instance, the notebook http://localhost:8888/notebooks/notebooks/em/TDEM_UXO.ipynb will fail, because cvxopt cannot be installed in Python 3.8 yet,

try:
    import cvxopt
except ImportError:
    import sys
    !{sys.executable} -m pip install cvxopt

So maybe we could fix the version currently with something like

conda env create python=3.7 -f environment.yml
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