Home > database >  At the command line using PIP install python third-party libraries cannot be imported into the pycha
At the command line using PIP install python third-party libraries cannot be imported into the pycha

Time:09-17

Problems in details: I'm going to connect to the database in python, you need to use to pymysql, I've been on the command line with PIP install pymysql instruction is installed, and the command line can be normal use, but when I use the pycharm is still an error when using the library says I have no installation, and also can't see me in setting downloaded pymysql library, that is why, what's the remedy? Thank you god,

CodePudding user response:

I also is same, use PIP to install in powshell library, is not reflected in the pycharm, must reinstall in pycharm corresponding library, may be due to the pycharm is a compiler

CodePudding user response:

Can take a look at this link, try no problem: https://blog.csdn.net/weixin_41287260/article/details/83957731#%E4%B8%80%E3%80%81%E9%97%AE%E9%A2%98%E5%85%B7%E4%BD%93%E6%8F%8F%E8%BF%B0%EF%BC%9A
  • Related