Skip to content

could not install pathme, and I found a solution #40

Open
@flalix

Description

@flalix

Possibly, pathme (and viewer) cannot be installed with python 3.8 or greater. Perhaps due to 'compath'.

I tried in many ways and did not find a solution.

Looking at the docker example, I realize that it looks for python 3.65

Therefore, I did the following code that worked fine,

conda create -n net36_env python=3.6
conda activate net36_env

conda install -y -c anaconda numpy scipy jupyter

pip install --upgrade pip

python3 -m pip install pathme
python3 -m pip install pathme-viewer

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions