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

Update requirements.txt #8

Merged
merged 1 commit into from
Oct 31, 2023
Merged

Conversation

recklessop
Copy link
Contributor

When running in a new virtual environment portable.py requires requests module.

adding requests module to the requirements.txt file will fix this for those running pip3 install -r requirements.txt

(.env) (base) justin@Justins-MBP 13ft % python portable.py Traceback (most recent call last):
File "/Users/justin/GitHub/13ft/portable.py", line 2, in
import requests
ModuleNotFoundError: No module named 'requests'

Closes #

📑 Description

✅ Checks

  • My pull request adheres to the code style of this project if any
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed if any

ℹ Additional Information

Sorry, something went wrong.

When running in a new virtual environment portable.py requires requests module.

adding requests module to the requirements.txt file will fix this for those running pip3 install -r requirements.txt

(.env) (base) justin@Justins-MBP 13ft % python portable.py 
Traceback (most recent call last):
  File "/Users/justin/GitHub/13ft/portable.py", line 2, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'
@wasi-master wasi-master merged commit 671a24b into wasi-master:main Oct 31, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants