Scrapy: No module named 'scrapy.contrib' Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!How to list all functions in a Python module?Difference between a class and a moduleHow do I find the location of Python module sources?How do I unload (reload) a Python module?Importing modules from parent folderHow can I get a list of locally installed Python modules?What's the difference between a Python module and a Python package?Getting a 'module not found' error after installing a packageHow do I solve a KeyError when importing a python module?frontera scrapy No module named 'frontera'
Is Diceware more secure than a long passphrase?
Is Bran literally the world's memory?
Can you stand up from being prone using Skirmisher outside of your turn?
Retract an already submitted recommendation letter (written for an undergrad student)
A Paper Record is What I Hamper
Mistake in years of experience in resume?
Why isn't everyone flabbergasted about Bran's "gift"?
Co-worker works way more than he should
How to not starve gigantic beasts
Second order approximation of the loss function (Deep learning book, 7.33)
How would I use different systems of magic when they are capable of the same effects?
Protagonist's race is hidden - should I reveal it?
How would this chord from "Rocket Man" be analyzed?
Multiple fireplaces in an apartment building?
Arriving in Atlanta after US Preclearance in Dublin. Will I go through TSA security in Atlanta to transfer to a connecting flight?
What is the ongoing value of the Kanban board to the developers as opposed to management
What is the term for a person whose job is to place products on shelves in stores?
Could Neutrino technically as side-effect, incentivize centralization of the bitcoin network?
How to avoid introduction cliches
Check if a string is entirely made of the same substring
Why is this method for solving linear equations systems using determinants works?
Visa-free travel to the US using refugee travel document from Spain?
Align column where each cell has two decimals with siunitx
What is this word supposed to be?
Scrapy: No module named 'scrapy.contrib'
Unicorn Meta Zoo #1: Why another podcast?
Announcing the arrival of Valued Associate #679: Cesar Manara
Data science time! April 2019 and salary with experience
The Ask Question Wizard is Live!How to list all functions in a Python module?Difference between a class and a moduleHow do I find the location of Python module sources?How do I unload (reload) a Python module?Importing modules from parent folderHow can I get a list of locally installed Python modules?What's the difference between a Python module and a Python package?Getting a 'module not found' error after installing a packageHow do I solve a KeyError when importing a python module?frontera scrapy No module named 'frontera'
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I've looked everywhere for a solution to this. I didn't used to have a problem calling "from scrapy.contrib..." but now it throws this error.
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'scrapy.contrib'
Posting here as a last resort. Any help here would be extremely welcome.
module scrapy
add a comment |
I've looked everywhere for a solution to this. I didn't used to have a problem calling "from scrapy.contrib..." but now it throws this error.
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'scrapy.contrib'
Posting here as a last resort. Any help here would be extremely welcome.
module scrapy
add a comment |
I've looked everywhere for a solution to this. I didn't used to have a problem calling "from scrapy.contrib..." but now it throws this error.
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'scrapy.contrib'
Posting here as a last resort. Any help here would be extremely welcome.
module scrapy
I've looked everywhere for a solution to this. I didn't used to have a problem calling "from scrapy.contrib..." but now it throws this error.
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
File "<frozen importlib._bootstrap>", line 983, in _find_and_load
File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'scrapy.contrib'
Posting here as a last resort. Any help here would be extremely welcome.
module scrapy
module scrapy
asked Mar 9 at 6:07
john mondegojohn mondego
152
152
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
scrapy.contrib
has been deprecated for ages now.
It was removed in the 1.6 release of scrapy.
For more details, see https://docs.scrapy.org/en/latest/news.html#deprecation-removals
Thanks alot for your quick reply!! I upgraded my scrapy not long ago that must be why. So is code that uses scrapy.contrib unusable now? Asking because I was implementing the RandomUserAgentMiddleware in my project which makes use of it. I'm new to scrapy btw.
– john mondego
Mar 9 at 13:42
There's information in the link I've provided explaining how to find out where the functionality you need has been moved to.
– stranac
Mar 9 at 17:16
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55074533%2fscrapy-no-module-named-scrapy-contrib%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
scrapy.contrib
has been deprecated for ages now.
It was removed in the 1.6 release of scrapy.
For more details, see https://docs.scrapy.org/en/latest/news.html#deprecation-removals
Thanks alot for your quick reply!! I upgraded my scrapy not long ago that must be why. So is code that uses scrapy.contrib unusable now? Asking because I was implementing the RandomUserAgentMiddleware in my project which makes use of it. I'm new to scrapy btw.
– john mondego
Mar 9 at 13:42
There's information in the link I've provided explaining how to find out where the functionality you need has been moved to.
– stranac
Mar 9 at 17:16
add a comment |
scrapy.contrib
has been deprecated for ages now.
It was removed in the 1.6 release of scrapy.
For more details, see https://docs.scrapy.org/en/latest/news.html#deprecation-removals
Thanks alot for your quick reply!! I upgraded my scrapy not long ago that must be why. So is code that uses scrapy.contrib unusable now? Asking because I was implementing the RandomUserAgentMiddleware in my project which makes use of it. I'm new to scrapy btw.
– john mondego
Mar 9 at 13:42
There's information in the link I've provided explaining how to find out where the functionality you need has been moved to.
– stranac
Mar 9 at 17:16
add a comment |
scrapy.contrib
has been deprecated for ages now.
It was removed in the 1.6 release of scrapy.
For more details, see https://docs.scrapy.org/en/latest/news.html#deprecation-removals
scrapy.contrib
has been deprecated for ages now.
It was removed in the 1.6 release of scrapy.
For more details, see https://docs.scrapy.org/en/latest/news.html#deprecation-removals
answered Mar 9 at 8:44
stranacstranac
15k31725
15k31725
Thanks alot for your quick reply!! I upgraded my scrapy not long ago that must be why. So is code that uses scrapy.contrib unusable now? Asking because I was implementing the RandomUserAgentMiddleware in my project which makes use of it. I'm new to scrapy btw.
– john mondego
Mar 9 at 13:42
There's information in the link I've provided explaining how to find out where the functionality you need has been moved to.
– stranac
Mar 9 at 17:16
add a comment |
Thanks alot for your quick reply!! I upgraded my scrapy not long ago that must be why. So is code that uses scrapy.contrib unusable now? Asking because I was implementing the RandomUserAgentMiddleware in my project which makes use of it. I'm new to scrapy btw.
– john mondego
Mar 9 at 13:42
There's information in the link I've provided explaining how to find out where the functionality you need has been moved to.
– stranac
Mar 9 at 17:16
Thanks alot for your quick reply!! I upgraded my scrapy not long ago that must be why. So is code that uses scrapy.contrib unusable now? Asking because I was implementing the RandomUserAgentMiddleware in my project which makes use of it. I'm new to scrapy btw.
– john mondego
Mar 9 at 13:42
Thanks alot for your quick reply!! I upgraded my scrapy not long ago that must be why. So is code that uses scrapy.contrib unusable now? Asking because I was implementing the RandomUserAgentMiddleware in my project which makes use of it. I'm new to scrapy btw.
– john mondego
Mar 9 at 13:42
There's information in the link I've provided explaining how to find out where the functionality you need has been moved to.
– stranac
Mar 9 at 17:16
There's information in the link I've provided explaining how to find out where the functionality you need has been moved to.
– stranac
Mar 9 at 17:16
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55074533%2fscrapy-no-module-named-scrapy-contrib%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown