setting up proxy manager on digitalocean droplet, ubuntu
K
Kaz Chaudhry
started a topic
about 2 years ago
Hello, I'm trying to scrape a website which requires proxies. From my local machine I installed zyte - by using following command
pip install scrapy-zyte-proxy
however, this doesn't work on ubuntu - I receive these errors:
ERROR: Could not find a version that satisfies the requirement scrapy-zyte-proxy (from versions: none)
ERROR: No matching distribution found for scrapy-zyte-proxy
Any advice will be appreciated - I'm not using venv for this project, but I'll be using them for later projects so please provide both solutions if they are different.
Kaz Chaudhry
Hello, I'm trying to scrape a website which requires proxies. From my local machine I installed zyte - by using following command
pip install scrapy-zyte-proxy
however, this doesn't work on ubuntu - I receive these errors:
ERROR: Could not find a version that satisfies the requirement scrapy-zyte-proxy (from versions: none)
ERROR: No matching distribution found for scrapy-zyte-proxy
Any advice will be appreciated - I'm not using venv for this project, but I'll be using them for later projects so please provide both solutions if they are different.
Thank you