Network scanning failed.
See original GitHub issueHey i get these two errors, could you help me fix them please?
1st Error:
ERROR: Network scanning failed. Please check your requirements configuration.
2ed Error
The directory '/Users/CS/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/Users/CS/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Thanks.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Troubleshooting network device scan failures
Step 1: Verify the prerequisites · Check that the scanned device is supported. · Check that the scanned device can be pinged (ping ......
Read more >How to Fix an HP Network Scanner Connection Error
Step 1: Confirm if the issue is also printing related. · Step 2: Restart devices and check driver scan settings · Step 3:...
Read more >Scanner Troubleshooting
Error: 'Failed to Scan Ticket, Network Error'. This error indicates that the ticket scanner doesn't have an internet connection.
Read more >Cannot Scan Over a Network - Epson
If network communication was interrupted while starting Epson Scan, exit Epson Scan, wait a few seconds, and restart it. If Epson Scan cannot...
Read more >Scan fails for some of the hosts in the targeted network scan.
If it's Windows OS. Check for Local firewall status , if it's turned ON, please turn OFF and run a scan. Let me...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
work for me tenx k4k4
Hey guys; sorry for the delay.
The 1st error message mentioned has been solved previously and is therefore considered duplicate. For the 2nd error message, I can assume that this error appears after running
sudo pip install pcapy
orsudo pip install -r requirements.txt
. In that case, attempt using the-H
flag, i.e.sudo pip install -H pcapy
orsudo pip install -H -r requirements.txt
.Let me know if this helped. Thanks!