Skip to content

Python 3.8 #58

Description

@prisae

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions