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

[!] Python module "requests" not found. Internet functionality is now disabled. #7

Closed
sanssg opened this issue Jan 14, 2016 · 2 comments

Comments

@sanssg
Copy link

sanssg commented Jan 14, 2016

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.

@Rurik
Copy link
Owner

Rurik commented Jan 14, 2016

Hi!

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:

pip uninstall requests
pip3 uninstall requests
pip3 install requests

Unfortunately, it's an issue outside of Noriben, but I'll be happy to try and troubleshoot.

@sanssg
Copy link
Author

sanssg commented Jan 15, 2016

Thanks, this helped.

@sanssg sanssg closed this as completed Jan 15, 2016
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