Skip to content

Commit

Permalink
enforce python version
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianIsensee committed Mar 27, 2023
1 parent 991547b commit 07ff08e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
author='Helmholtz Imaging Applied Computer Vision Lab, Division of Medical Image Computing, German Cancer Research Center',
author_email='f.isensee@dkfz-heidelberg.de',
license='Apache License Version 2.0, January 2004',
python_requires=">=3.9",
install_requires=[
"torch>1.12",
"acvl-utils>=0.2",
Expand Down

2 comments on commit 07ff08e

@L007847
Copy link

@L007847 L007847 commented on 07ff08e Apr 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Fabian,

I am observing error while forcing the python version as follows :

ERROR: Package 'nnunetv2' requires a different Python: 3.8.5 not in '>=3.9'

could you please let me know how to handle this error which installing inside a docker image

@FabianIsensee
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need a newer python version

Please sign in to comment.