-
|
I ran into this error message when trying to set up Pychron for data reduction. I used the Enthought Deployment Manager (EDM) shell to install Pychron dependencies with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Jake pointed out that the issue was with the |
Beta Was this translation helpful? Give feedback.
Jake pointed out that the issue was with the
pymysqlpackage. The solution is to (in anedm shell -e pychronsession) remove the version installed withedm remove pymysql, then reinstall withpip install pymysql. Connecting to the MySQL database worked after that!