ValueError: Can't find a pure Python 3 wheel for 'regex<2024.0.0,>=2023.12.25'. #5493
-
Throws the error in the title. I see that |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Yes – at the moment, you'll need to install |
Beta Was this translation helpful? Give feedback.
-
|
What's the timeline on 0.28 coming out? |
Beta Was this translation helpful? Give feedback.
Yes – at the moment, you'll need to install
"regex>=2023.12.25,<2024"yourself beforehand, which I notice isn't possible asregexisn't a pure Python package on PyPI an. You would need to build and use your own Pyodide distribution with an older version ofregex, or switch to an older version of Pyodide that satisfies this constraint with theregexversion. This will change—and the limitation will likely be dropped—with Pyodide 0.28 (see #4918).