We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Thank you for posting this!
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: