Hi there. How can i impoirt scrapy? When using bash it says scrappy is isntalled. When importing module - error says no such module. here is screen shot.
Hi there. How can i impoirt scrapy? When using bash it says scrappy is isntalled. When importing module - error says no such module. here is screen shot.
You may be running and installing under different versions of Python. The default for "Save & run" is Python 3.5. You can change that by setting a hashbang on your file
Also, if you're doing web scraping from a free account, you should be aware of the limitations of free accounts. Details here and here