-
Notifications
You must be signed in to change notification settings - Fork 49
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
Update with pycrdt v0.12.2 #1512
base: main
Are you sure you want to change the base?
Conversation
The error seems to be:
|
It seems to be installing
instead of the correct
Pinning python should fix it requirements:
build:
- cross-python_${{target_platform}}
- python == 3.11 But should this package (cross-python_emscripten-wasm32-3.11.3-py312h6dbc830_10.tar.bz2) with mismatched python versions even exist? @DerThorsten |
pydantic-core doesn't seem to build either: #1517. |
we should delete (cross-python_emscripten-wasm32-3.11.3-py312h6dbc830_10.tar.bz2 |
This one fails because the recipe doesn't include a compiler in the build environment, and without it it installs the newer version of emscripten.
And this package currently has some issues. |
c02d046
to
330366e
Compare
Now failing with: |
Now the error looks like a Rust compiler issue:
I see the version of |
I opened #1518. |
https://github.com/y-crdt/y-crdt/blob/main/yrs/src/undo.rs#L882 seems like this is not available when using wasm |
Thanks, I'm wondering if this is because of the system clock. |
I opened y-crdt/y-crdt#520. |
The error seems to be: |
No description provided.