简体   繁体   中英

Pycurl is not recognized by PyCharm after pip install

I tried to install pycurl in my virtual environment so I ran the following command:

pip install -U pycurl

Yet after the install, Pycharm was still warning me that pycurl was not recognized.

When I look in my site-package folder I do have a pycurl-7.43.0.1.dist-info folder but no pycurl folder

Could you help me to get a clean install for pycurl ?

One way to solve it is to do the following in PyCharm:

  • Go to Settings (Ctrl + Alt + S)
  • Go to Project Interpreter
  • Click on the + button on the right of the panel
  • Find pycurl
  • Click on Install Package

The warning should disappear after that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM