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
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.
The text was updated successfully, but these errors were encountered:
Both @trishaoconnor and I have tried to run bin/tei_current_assignments.py, and on both of our systems, but are told
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 runpython3
.)Note that running setup.py on my system results in
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.
The text was updated successfully, but these errors were encountered: