-
Notifications
You must be signed in to change notification settings - Fork 104
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
Unable to install #504
Comments
I feel like that this should have been caught in testing |
Hello! Could you please provide some more details on what your environment setup is? The following would be helpful:
|
Hello Ryan, thank you for the feedback. Python 3.10.12 |
Just for the record, the cluster that I am running Curator under is a CPU only cluster |
This command should get you the setuptools version: python -c "import setuptools; print(setuptools.__version__)" |
Thank you. I get back v75.8.0 |
Interesting, I was able to install fine in a docker image with that environment. I'm curious if this is related to this issue: pypa/setuptools#4483. Could you paste the version of packaging you are using?
And if it's lower than |
v 21.3. Pardon my ignorance but do you have the command on hand to update the tool? |
No worries at all, try this
|
Great! Thank you. It worked. Would it be possible for me to edit the readme to include this step as a sanity check to ensure noone else has to go through this like I did? |
Sure, go ahead and add it as a sub-bullet under the requirements like so:
Also please update
I would suggest that a better way would be to add it to our dependencies, but I can't seem to reproduce the failure myself in a Dockerfile so I'm not sure if adding it as a dependency would work. A documentation update is the best way to go now. Make sure you follow our contributing guidlines. In particular, make sure you both sign and sign-off your commits by doing |
I tried running the command
pip install nemo-curator and this is the output that I recieved.
The text was updated successfully, but these errors were encountered: