cannot import name 'HOST' from 'config' (C:\Users\Administrator\PycharmProjects\pythonProject1\venv\lib\site-packages\config\__init__.py)
时间: 2023-09-23 14:06:29 浏览: 109
解决Pycharm无法import自己安装的第三方module问题
This error occurs because the module or package 'config' does not have a variable or function named 'HOST'. Double-check if the variable or function is defined in the correct module or package, and if it is, make sure you are importing it correctly.
阅读全文