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 Error: subprocess-exited-with-error during pip install . #361

Open
NandiniLReddy opened this issue Sep 3, 2024 · 1 comment

Comments

@NandiniLReddy
Copy link

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

@wasserth
Copy link
Owner

wasserth commented Sep 9, 2024

Unfortunately this error does not seem familiar to me. I guess it is related to Amazon SageMaker.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants