pnet_prostate_paper icon indicating copy to clipboard operation
pnet_prostate_paper copied to clipboard

Environment fails at installing decorator: not compatible with Python 2.7

Open ilibarra opened this issue 2 years ago • 0 comments

During installation I found a conflict with the decorator package version that is installed. Namely, the default version conda installs gets into conflict because it gets in conflict with python 2.7 , a default requirement.

I think this could be solved by downgrading decorator to a 2.6+ compatible version, I found that decorator 4.3.2 is valid based on the current decorator release list.

pip install decorator==4.3.2

Could you update this dependency into the environment.yml file? It could probably ease the installation process.

Thanks for dev and sharing of this repository.

ilibarra avatar Dec 01 '21 13:12 ilibarra