Scrapy for mac ModuleNotFoundError: No module named '${project_name}'











up vote
1
down vote

favorite












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.










share|improve this question









New contributor




陈宝佳 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • 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 at 18:14















up vote
1
down vote

favorite












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.










share|improve this question









New contributor




陈宝佳 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • 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 at 18:14













up vote
1
down vote

favorite









up vote
1
down vote

favorite











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.










share|improve this question









New contributor




陈宝佳 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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






share|improve this question









New contributor




陈宝佳 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




陈宝佳 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Nov 21 at 11:34









vahdet

1,45521129




1,45521129






New contributor




陈宝佳 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Nov 21 at 5:20









陈宝佳

61




61




New contributor




陈宝佳 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





陈宝佳 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






陈宝佳 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • 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 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 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 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 at 18:14

















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',
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
});


}
});






陈宝佳 is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















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






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes








陈宝佳 is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















陈宝佳 is a new contributor. Be nice, and check out our Code of Conduct.













陈宝佳 is a new contributor. Be nice, and check out our Code of Conduct.












陈宝佳 is a new contributor. Be nice, and check out our Code of Conduct.















 


draft saved


draft discarded














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





















































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







Popular posts from this blog

Berounka

Sphinx de Gizeh

Different font size/position of beamer's navigation symbols template's content depending on regular/plain...