Hello,
I am trying to deploy my spider with the addition of the Scrapy-rotating-proxies package. It needs to be from git for it to work. But when I type this in the requirements.txt file:
-e git+https://github.com/TeamHG-Memex/scrapy-rotating-proxies.git@885e1f242038439425a79c41b88916aed93bc7f7#egg=scrapy-rotating-proxies
I get Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/src' Check the permissions.
I've checked /src the folder permissions and it's all allowed for all users.
What could be the mistake then?
Remove the editable flag, this is not supported
From: https://support.scrapinghub.com/support/solutions/articles/22000200400-deploying-python-dependencies-for-your-projects-in-scrapy-cloud
Stella Carneiro
Hello,
I am trying to deploy my spider with the addition of the Scrapy-rotating-proxies package. It needs to be from git for it to work. But when I type this in the requirements.txt file:
-e git+https://github.com/TeamHG-Memex/scrapy-rotating-proxies.git@885e1f242038439425a79c41b88916aed93bc7f7#egg=scrapy-rotating-proxies
I get Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/src' Check the permissions.
I've checked /src the folder permissions and it's all allowed for all users.
What could be the mistake then?
Remove the editable flag, this is not supported
From: https://support.scrapinghub.com/support/solutions/articles/22000200400-deploying-python-dependencies-for-your-projects-in-scrapy-cloud
nestor
Remove the editable flag, this is not supported
From: https://support.scrapinghub.com/support/solutions/articles/22000200400-deploying-python-dependencies-for-your-projects-in-scrapy-cloud
-
Unable to select Scrapy project in GitHub
-
ScrapyCloud can't call spider?
-
Unhandled error in Deferred
-
Item API - Filtering
-
newbie to web scraping but need data from zillow
-
ValueError: Invalid control character
-
Cancelling account
-
Best Practices
-
Beautifulsoup with ScrapingHub
-
Delete a project in ScrapingHub
See all 438 topics