-
Notifications
You must be signed in to change notification settings - Fork 42
Description
I'm getting this error
spaCy installation failed, but continuing. Error: Traceback (most recent call last):
File "/lib/python3.10/asyncio/futures.py", line 201, in result
raise self._exception
File "/lib/python3.10/asyncio/tasks.py", line 232, in __step
result = coro.send(None)
File "/lib/python3.10/site-packages/micropip/_micropip.py", line 552, in install
raise ValueError(
ValueError: Can't find a pure Python 3 wheel for: 'marisa-trie>=1.1.0'
See: https://pyodide.org/en/stable/usage/faq.html#micropip-can-t-find-a-pure-python-wheel
English model installation failed, but continuing. Error: Traceback (most recent call last):
File "/lib/python3.10/asyncio/futures.py", line 201, in result
raise self._exception
File "/lib/python3.10/asyncio/tasks.py", line 232, in __step
result = coro.send(None)
File "/lib/python3.10/site-packages/micropip/_micropip.py", line 552, in install
raise ValueError(
ValueError: Can't find a pure Python 3 wheel for: 'spacy<3.5.0,>=3.4.0'
See: https://pyodide.org/en/stable/usage/faq.html#micropip-can-t-find-a-pure
Can someone help me on this