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

Installation in a venv fails #41

Open
jammy270 opened this issue Jul 22, 2021 · 2 comments
Open

Installation in a venv fails #41

jammy270 opened this issue Jul 22, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@jammy270
Copy link
Contributor

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 jammy270 added the bug Something isn't working label Jul 22, 2021
@jammy270 jammy270 changed the title Installation in a venv failes Installation in a venv fails Jul 22, 2021
@jammy270
Copy link
Contributor Author

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
Copy link
Contributor

@jammy270 What is the outputs of following commands?

python --version
which python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants