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

it broke! (No module named 'requests') #1

Open
sydb opened this issue Aug 23, 2023 · 1 comment
Open

it broke! (No module named 'requests') #1

sydb opened this issue Aug 23, 2023 · 1 comment

Comments

@sydb
Copy link
Collaborator

sydb commented Aug 23, 2023

Both @trishaoconnor and I have tried to run bin/tei_current_assignments.py, and on both of our systems, but are told

ModuleNotFoundError: No module named 'requests'

On my system (Ubuntu 22.04 — yes, I know I should have upgraded a month ago) the version of Python being run is 3.10.7. (But worth noting that python is not set up to run python3.)

Note that running setup.py on my system results in

ModuleNotFoundError: No module named 'setuptools'

but on her system it worked (with a couple of warnings), and she was able to get the required triage output.

So I am thinking maybe I have done something wrong in setting up Python for this Ubuntu system.

@RextConnor
Copy link

fix is get 3.11.~ , TRY to get python3 even if it seems the same.

Module error causer is from either it not being defined properly or you might have accidentally capitalized something.

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