You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an error while trying to install TotalSegmentator by running pip install . after cloning the repository.
The same error goes when I ran "pip install TotalSegmentator":
The installation fails with the following error message:
`error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [57 lines of output]
/home/ec2-user/anaconda3/envs/pytorch_p310/lib/python3.10/site-packages/setuptools/dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
...
TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'
[end of output]
`
Environment:
Operating System: Amazon SageMaker (Linux-based environment)
Python Version: 3.10
The text was updated successfully, but these errors were encountered:
I encountered an error while trying to install TotalSegmentator by running pip install . after cloning the repository.
The same error goes when I ran "pip install TotalSegmentator":
The installation fails with the following error message:
`error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [57 lines of output]
/home/ec2-user/anaconda3/envs/pytorch_p310/lib/python3.10/site-packages/setuptools/dist.py:447: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
...
TypeError: canonicalize_version() got an unexpected keyword argument 'strip_trailing_zero'
[end of output]
`
Environment:
Operating System: Amazon SageMaker (Linux-based environment)
Python Version: 3.10
The text was updated successfully, but these errors were encountered: