-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade the project to python 3.10 #267
base: dev
Are you sure you want to change the base?
Conversation
@borisjota Thank you for this! I'm going to ping the team to review this. A couple of questions from me:
Thanks again for your contribution 😄 |
Hello @madisonb
greetings. |
Have you tried out Scrapy with these new changes, I did and it seems that the imports are not compatible with Python 3.10. I get this error when running this command. root@crawler:~/scrapy-cluster/crawler# scrapy runspider crawling/spiders/link_spider.py
|
run the spider with command: scrapy crawl link |
Upgrade the project to python 3.10