Skip to content

Installation in a venv fails #41

Description

@jammy270

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions