Open
Description
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
Labels
No labels