PathMe icon indicating copy to clipboard operation
PathMe copied to clipboard

could not install pathme, and I found a solution

Open flalix opened this issue 2 years ago • 1 comments

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

flalix avatar Feb 07 '23 19:02 flalix

Thank you for posting this!

ddomingof avatar Jul 01 '24 09:07 ddomingof