Skip to content

Instantly share code, notes, and snippets.

@JackBracken
Created October 10, 2018 09:37
Show Gist options
  • Save JackBracken/1ff19d96dd5b2c1d98c6fcb332c8208e to your computer and use it in GitHub Desktop.
Save JackBracken/1ff19d96dd5b2c1d98c6fcb332c8208e to your computer and use it in GitHub Desktop.
My anaconda don't want none
jack in /U/j/p/a/maintenance_scripts on master [!]
$ python sat6_report.py
Traceback (most recent call last):
File "sat6_report.py", line 6, in <module>
import requests
ImportError: No module named requests
jack in /U/j/p/a/maintenance_scripts on master [!]
$ pip list | grep requests
requests 2.10.0
requests-kerberos 0.8.0
requests-ntlm 0.3.0
jack in /U/j/p/a/maintenance_scripts on master [!]
$ which -a python
/usr/bin/python
jack in /U/j/p/a/maintenance_scripts on master [!]
$ which -a pip
/usr/local/bin/pip
jack in /U/j/p/a/maintenance_scripts on master [!]
$ python --version
Python 2.7.10
jack in /U/j/p/a/maintenance_scripts on master [!]
$ pip --version
pip 18.1 from /usr/local/lib/python2.7/site-packages/pip (python 2.7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment