Python 3 ImportError: No module named 'ConfigParser'

前端 未结 18 2658
半阙折子戏
半阙折子戏 2020-11-22 12:52

I am trying to pip install the MySQL-python package, but I get an ImportError.

Jans-MacBook-Pro:~ jan$ /Library/Framew         


        
18条回答
  •  广开言路
    2020-11-22 13:29

    I still have this issue, so I go to /usr/lib/python3.8 and type as sudoer:

    cp configparser.py ConfigParser.py
    

    You may have another python version than 3.8.

提交回复
热议问题