[sqlalchemy] Re: ImportError: No module named 'cx_Oracle' - Python3.6

2020-05-22 Thread Thirsty ForKnowledge
Hi Jonathan, Thanks for your reply. I activated the venv and did an import of cx_Oracle. I had no issues: (venv) -bash-4.2$ man tree No manual entry for tree (venv) -bash-4.2$ python3.6 Python 3.6.8 (default, Sep 26 2019, 11:57:09) [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linux Type "help",

[sqlalchemy] Re: ImportError: No module named 'cx_Oracle' - Python3.6

2020-05-22 Thread Jonathan Vanasco
On Thursday, May 21, 2020 at 5:53:57 PM UTC-4, Thirsty ForKnowledge wrote: > > Hi, > > I am having an issue where a flask application is crashing with a 500 > Error. I upgraded from python 3.5 to 3.6 on linux: > When you upgrade Python, you need to (re)install all of the packages. Most