osx - Issue with "requests" import in Python 2.7 -


using os x i've installed python 2.7 , requests module through terminal. if run pip list can see requests (2.10.0) on list. however, when open script , write import requests in ide error: no module named requests. i've tried lot of solutions, none of them work.


Comments

Popular posts from this blog

django - (fields.E300) Field defines a relation with model 'AbstractEmailUser' which is either not installed, or is abstract -

matlab - error with cyclic autocorrelation function -

php - Using grpc in Laravel, "Class 'Grpc\ChannelCredentials' not found." -