Start a new topic

setting up proxy manager on digitalocean droplet, ubuntu

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



Login to post a comment