0

I try install pcap package in pycharam tools but did not install and show blow error :

Collecting pcap Could not find a version that satisfies the requirement pcap (from versions: ) No matching distribution found for pcap

how can i fix installing package?

Jay Shankar Gupta
  • 5,918
  • 1
  • 10
  • 27

1 Answers1

1

On the command line, go to the location where you had installed your setup and use this command to install the missing package:

pip install pcap

sammy
  • 857
  • 5
  • 13