hello I am new to scrapy and I am using arch linux I did the following

sudo pip install scrapy

and

scrapy startproject hello

and I got the following error


Traceback (most recent call last):
>   File "/usr/bin/scrapy", line 9, in <module>
>     load_entry_point('Scrapy==0.24.4', 'console_scripts', 'scrapy')()
>   File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 356, in 
> load_entry_point
>     return get_distribution(dist).load_entry_point(group, name)
>   File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 2472, in 
> load_entry_point
>     return ep.load()
>   File "/usr/lib/python3.4/site-packages/pkg_resources.py", line 2186, in 
> load
>     ['__name__'])
>   File "/usr/lib/python3.4/site-packages/scrapy/__init__.py", line 28, in 
> <module>
>     import _monkeypatches
> ImportError: No module named '_monkeypatches'
>

-- 
You received this message because you are subscribed to the Google Groups 
"scrapy-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to scrapy-users+unsubscr...@googlegroups.com.
To post to this group, send email to scrapy-users@googlegroups.com.
Visit this group at http://groups.google.com/group/scrapy-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to