CBICA / DeepMRSeg

Other
6 stars 7 forks source link

Installation in a venv fails #41

Open jammy270 opened 3 years ago

jammy270 commented 3 years ago

ERROR

Processing dependencies for DeepMRSeg==0.1.0 Searching for tensorflow-addons Reading https://pypi.org/simple/tensorflow-addons/ No local packages or working download links found for tensorflow-addons error: Could not find suitable distribution for Requirement.parse('tensorflow-addons')

Steps to replicate:

git clone https://github.com/CBICA/DeepMRSeg.git
cd DeepMRSeg/
python -m venv .env --clear
source .env/bin/activate
python -m pip install --upgrade pip
python setup.py install
jammy270 commented 3 years ago

Just an update: the conda installation works well. Maybe a mismatch in the python versions that cause it to fail in a python venv?

AbdulkadirA commented 2 years ago

@jammy270 What is the outputs of following commands?

python --version
which python