Skip to content

Instantly share code, notes, and snippets.

@wklm
Created June 25, 2017 18:35
Show Gist options
  • Save wklm/d1e79aca19d606769ad37c156321497d to your computer and use it in GitHub Desktop.
Save wklm/d1e79aca19d606769ad37c156321497d to your computer and use it in GitHub Desktop.
bash-4.2# pip3.6 install cx_Oracle
Requirement already satisfied: cx_Oracle in /usr/lib64/python3.6/site-packages
bash-4.2# python3.6 app.py
Traceback (most recent call last):
File "app.py", line 1, in <module>
import cx_Oracle
ModuleNotFoundError: No module named 'cx_Oracle'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment