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

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

Open
flalix opened this issue Feb 7, 2023 · 0 comments
Open

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

flalix opened this issue Feb 7, 2023 · 0 comments

Comments

@flalix
Copy link

flalix commented Feb 7, 2023

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

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