Created
June 25, 2017 18:35
-
-
Save wklm/d1e79aca19d606769ad37c156321497d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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