You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.
$ python setup.py install
Traceback (most recent call last):
File "skiped/src/umysqldb/setup.py", line 3, in
from umysqldb import version
File "skiped/src/umysqldb/umysqldb/init.py", line 2, in
import pymysql
ImportError: No module named pymysql
The text was updated successfully, but these errors were encountered:
setup.py need installed pymysql.
$ python setup.py install
Traceback (most recent call last):
File "skiped/src/umysqldb/setup.py", line 3, in
from umysqldb import version
File "skiped/src/umysqldb/umysqldb/init.py", line 2, in
import pymysql
ImportError: No module named pymysql
The text was updated successfully, but these errors were encountered: