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

setuptools dependency missing #22

Open
misilot opened this issue Sep 17, 2024 · 4 comments
Open

setuptools dependency missing #22

misilot opened this issue Sep 17, 2024 · 4 comments

Comments

@misilot
Copy link
Contributor

misilot commented Sep 17, 2024

I had to install setuptools to get this to run

@kshepherd
Copy link
Collaborator

thanks @misilot - setuptools is in requirements.txt -- what version were you installing? did you run pip install -r requirements.txt ?

@misilot
Copy link
Contributor Author

misilot commented Sep 18, 2024

Hmm, nope I missed that part. I just did poetry add dspace-rest-python.

@kshepherd
Copy link
Collaborator

kshepherd commented Sep 18, 2024

@misilot i'll try that out - pip install dspace-rest-python works afaik so i'll see if i need to add anything more for poetry

@alanorth
Copy link
Contributor

@misilot I'm surprised that you needed setuptools. Nothing in this code explicitly imports that, and I thought it was rather something that was supposed to be provided by whatever manages your virtualenv. I used this briefly with pipenv and didn't need to explicitly install setuptools.

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

3 participants