简体   繁体   中英

Cannot add libraries in pycharm

I want to add scapy library in pycharm. I made one project and then want to add libraries using Settings > Preferences > Project > Project Interpreter but the '+' sign (present at top right) is disabled. See screenshot below 在此处输入图片说明
I am stuck. Please help

You dont have pip installed in your machine.

  1. click that yellow line at the bottom install python packaging tools
  2. restart pycharm
  3. go and add packages what you need

It seems you need to install "Python packaging"

you may try using pip command: pip install scapy

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