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
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/lib/python2.7/urllib.py", line 26, in <module>
import socket
File "/lib/python2.7/socket.py", line 47, in <module>
import _socket
ImportError: No module named _socket
So, I need to make a HTTP request inside python script. Is there any way?
The text was updated successfully, but these errors were encountered:
looks like you are missing some dependencies or they are not copied over in the build script.
you will probably need to manually add it in your environment
I'm running this example script on Empythoned Demo
I got an error
So, I need to make a HTTP request inside python script. Is there any way?
The text was updated successfully, but these errors were encountered: