-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
ModuleNotFoundError: No module named 'faster_than_requests' #75
Comments
Same problem with me. |
Run this on your PC it should tell you what you theoretically have installed on your PC: Python: from importlib.metadata import distribution
from pprint import pprint
pprint(distribution("faster-than-requests").files) Bash $ sudo updatedb
$ locate faster_than_requests Paste the results here. |
admin@ip-172-26-12-164:~$ locate faster_than_requests |
How i can resolve this issue? |
We are working on fixing this, is the Python toolchain for installation acting weird, If is really an urgency, you can always Git clone and Compile, is also on the documentation too. |
Thank you very much for your fast response. |
Fixed. |
Hello Juan Carlos, I encounter the same issue as above, both on my Linux and Mac machines: |
Old version |
Python Version 3.8.1
Operating System Debian 9.5
faster_than_requests version 0.9.9
#!/usr/bin/env python3.8
import nimporter
import faster_than_requests
The text was updated successfully, but these errors were encountered: