Scrapy for mac ModuleNotFoundError: No module named '${project_name}'
MacBookPro:~ mac$ Scrapy
Traceback (most recent call last):
File "/anaconda3/bin/Scrapy", line 11, in <module>
sys.exit(execute())
File "/anaconda3/lib/python3.7/site-packages/scrapy/cmdline.py", line 110, in execute
settings = get_project_settings()
File "/anaconda3/lib/python3.7/site-packages/scrapy/utils/project.py", line 68, in get_project_settings
settings.setmodule(settings_module_path, priority='project')
File "/anaconda3/lib/python3.7/site-packages/scrapy/settings/__init__.py", line 292, in setmodule
module = import_module(module)
File "/anaconda3/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
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 '${project_name}'
MacBookPro:~ mac$
I want to run Scrapy on Mac, but this problem has been bothering me for a long time and has never been solved.
I tried it
1, reinstall Python3.x and upgrade pip.
2, xcode-select --install
3, use virtualenv to create a new environment.
4, use anaconda3 to create a new environment.
But this problem can not be solved because I updated the macOS 10.14.1?
Thank you for your help.
scrapy
add a comment |
MacBookPro:~ mac$ Scrapy
Traceback (most recent call last):
File "/anaconda3/bin/Scrapy", line 11, in <module>
sys.exit(execute())
File "/anaconda3/lib/python3.7/site-packages/scrapy/cmdline.py", line 110, in execute
settings = get_project_settings()
File "/anaconda3/lib/python3.7/site-packages/scrapy/utils/project.py", line 68, in get_project_settings
settings.setmodule(settings_module_path, priority='project')
File "/anaconda3/lib/python3.7/site-packages/scrapy/settings/__init__.py", line 292, in setmodule
module = import_module(module)
File "/anaconda3/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
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 '${project_name}'
MacBookPro:~ mac$
I want to run Scrapy on Mac, but this problem has been bothering me for a long time and has never been solved.
I tried it
1, reinstall Python3.x and upgrade pip.
2, xcode-select --install
3, use virtualenv to create a new environment.
4, use anaconda3 to create a new environment.
But this problem can not be solved because I updated the macOS 10.14.1?
Thank you for your help.
scrapy
Try with Python 3.6, scrapy might not be fully ready for Python 3.7. Also, try without the anaconda distribution, with a standard Python distribution to see if that helps
– Guillaume
Nov 21 '18 at 18:14
add a comment |
MacBookPro:~ mac$ Scrapy
Traceback (most recent call last):
File "/anaconda3/bin/Scrapy", line 11, in <module>
sys.exit(execute())
File "/anaconda3/lib/python3.7/site-packages/scrapy/cmdline.py", line 110, in execute
settings = get_project_settings()
File "/anaconda3/lib/python3.7/site-packages/scrapy/utils/project.py", line 68, in get_project_settings
settings.setmodule(settings_module_path, priority='project')
File "/anaconda3/lib/python3.7/site-packages/scrapy/settings/__init__.py", line 292, in setmodule
module = import_module(module)
File "/anaconda3/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
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 '${project_name}'
MacBookPro:~ mac$
I want to run Scrapy on Mac, but this problem has been bothering me for a long time and has never been solved.
I tried it
1, reinstall Python3.x and upgrade pip.
2, xcode-select --install
3, use virtualenv to create a new environment.
4, use anaconda3 to create a new environment.
But this problem can not be solved because I updated the macOS 10.14.1?
Thank you for your help.
scrapy
MacBookPro:~ mac$ Scrapy
Traceback (most recent call last):
File "/anaconda3/bin/Scrapy", line 11, in <module>
sys.exit(execute())
File "/anaconda3/lib/python3.7/site-packages/scrapy/cmdline.py", line 110, in execute
settings = get_project_settings()
File "/anaconda3/lib/python3.7/site-packages/scrapy/utils/project.py", line 68, in get_project_settings
settings.setmodule(settings_module_path, priority='project')
File "/anaconda3/lib/python3.7/site-packages/scrapy/settings/__init__.py", line 292, in setmodule
module = import_module(module)
File "/anaconda3/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
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 '${project_name}'
MacBookPro:~ mac$
I want to run Scrapy on Mac, but this problem has been bothering me for a long time and has never been solved.
I tried it
1, reinstall Python3.x and upgrade pip.
2, xcode-select --install
3, use virtualenv to create a new environment.
4, use anaconda3 to create a new environment.
But this problem can not be solved because I updated the macOS 10.14.1?
Thank you for your help.
scrapy
scrapy
edited Nov 21 '18 at 11:34
vahdet
1,51631130
1,51631130
asked Nov 21 '18 at 5:20
陈宝佳陈宝佳
61
61
Try with Python 3.6, scrapy might not be fully ready for Python 3.7. Also, try without the anaconda distribution, with a standard Python distribution to see if that helps
– Guillaume
Nov 21 '18 at 18:14
add a comment |
Try with Python 3.6, scrapy might not be fully ready for Python 3.7. Also, try without the anaconda distribution, with a standard Python distribution to see if that helps
– Guillaume
Nov 21 '18 at 18:14
Try with Python 3.6, scrapy might not be fully ready for Python 3.7. Also, try without the anaconda distribution, with a standard Python distribution to see if that helps
– Guillaume
Nov 21 '18 at 18:14
Try with Python 3.6, scrapy might not be fully ready for Python 3.7. Also, try without the anaconda distribution, with a standard Python distribution to see if that helps
– Guillaume
Nov 21 '18 at 18:14
add a comment |
0
active
oldest
votes
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%2f53405686%2fscrapy-for-mac-modulenotfounderror-no-module-named-project-name%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f53405686%2fscrapy-for-mac-modulenotfounderror-no-module-named-project-name%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
Try with Python 3.6, scrapy might not be fully ready for Python 3.7. Also, try without the anaconda distribution, with a standard Python distribution to see if that helps
– Guillaume
Nov 21 '18 at 18:14