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
There is this error:
[!] Python module "requests" not found. Internet functionality is now disabled.
--===[ Noriben v1.6.3 ]===--
--===[ @bbaskin ]===--
However, running pip3 install requests gives:
Requirement already satisfied (use --upgrade to upgrade): requests in c:\program files (x86)\python35-32\lib\site-packages\requests-2.9.1-py3.5.egg
Thanks.
The text was updated successfully, but these errors were encountered:
Unfortunately the way that Noriben calls requests is a standard import:
import requests
That means there's an issue with how pip installed on your end. However, this is common, and occurred for me as well. The issue is common if you have multiple versions of Python and used 'pip' at any time.
For me, I was able to resolve this by uninstalling requests with pip and reinstalling with pip3. I don't know if this would directly help you, though:
There is this error:
[!] Python module "requests" not found. Internet functionality is now disabled.
--===[ Noriben v1.6.3 ]===--
--===[ @bbaskin ]===--
However, running pip3 install requests gives:
Requirement already satisfied (use --upgrade to upgrade): requests in c:\program files (x86)\python35-32\lib\site-packages\requests-2.9.1-py3.5.egg
Thanks.
The text was updated successfully, but these errors were encountered: