Error: Deploy failed: b'{"status": "error", "message": "Requirements error"}

Posted about 2 years ago by Kyo M

Post a topic
Un Answered
K
Kyo M

scrapinghub.yml

project: 621650

stacks:

default:

scrapy: 2.6-py3

requirements_file: requirements.txt



I am trying to deploy a scrapy project created in a local virtual environment (venv) to scrapycloud, but I keep getting errors.

I don't know the cause. Why is this?


The error message is

AttributeError: type object 'Callable' has no attribute '_abc_registry'".

but the typing.py that causes this does not already exist locally.

On the contrary, the problem is reported to be

"File "/app/python/lib/python3.8/site-packages/typing.py", line 1007, in __new__"

which is supposed to be the problem, does not exist on my Mac.


What is the problem?


Thank you in advance for your answer.

0 Votes


0 Comments

Login to post a comment