No recent searches
Popular Articles
Sorry! nothing found for
Posted over 4 years ago by 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?
0 Votes
nestor posted over 4 years ago Admin Best Answer
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
1 Comments
nestor posted over 4 years ago Admin Answer
Login to post a comment
People who like this
This post will be deleted permanently. Are you sure?
We use cookies to try and give you a better experience in Freshdesk.
You can learn more about what kind of cookies we use, why, and how from our Privacy Policy. If you hate cookies, or are just on a diet, you can disable them altogether too. Just note that the Freshdesk service is pretty big on some cookies (we love the choco-chip ones), and some portions of Freshdesk may not work properly if you disable cookies.
We’ll also assume you agree to the way we use cookies and are ok with it as described in our Privacy Policy, unless you choose to disable them altogether through your browser.
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?
0 Votes
nestor posted over 4 years ago Admin Best Answer
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
0 Votes
1 Comments
nestor posted over 4 years ago Admin Answer
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
0 Votes
Login to post a comment