-
Notifications
You must be signed in to change notification settings - Fork 419
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
can't install v0.13 #1405
Comments
having the same issue here, pinning to an older version in the meantime. |
I have the same problem on MacOS (sonoma 14.5) . |
Hmm, I successfully installed |
on my MacOS (Sonoma 14.5)
and
works fine. |
@drager The root of the issue seems to be that we now require I analyzed dependency changes and it appears that v0.13.0 of this crate updated to a new version of Here's some cargo tree commands run from the latest version of wasm-pack repo (v0.13.0):
which in turn depends on cmake as a build dep:
This is compared to the last version of the
which does not depend on cmake:
I'm also not sure |
Ah, thank you a lot for the research. I will revert that PR and update zip to the latest version instead. Thanks! |
Got a PR that uses |
I can confirm this no longer occurs as of 0.13.1. |
🐛 Bug description
Describe your issue in detail.
cant install v0.13
🤔 Expected Behavior
What should have happened?
should install.
👟 Steps to reproduce
Clear steps describing how to reproduce the issue, including commands and flags run. If you are seeing an error, please include the full error message and stack trace.
🌍 Your environment
Include the relevant details of your environment.
![image](https://private-user-images.githubusercontent.com/27722274/345212260-6846750e-3ec3-4ffc-8be0-7763fcb33c82.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNTg2NzgsIm5iZiI6MTczOTM1ODM3OCwicGF0aCI6Ii8yNzcyMjI3NC8zNDUyMTIyNjAtNjg0Njc1MGUtM2VjMy00ZmZjLThiZTAtNzc2M2ZjYjMzYzgyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDExMDYxOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRmNDg0YjlhNTE5NTUxNDRhN2RmOGYwMTBiMThkM2Q2MGJkMmQxMWI1Yjc4YTJlZjc1NTQzNDNmMjEzMmExNWMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ZPj-pPXY_gfM_3-D6sTGyl7WuafmADwSE8V_lIaeHc8)
wasm-pack version: 0.12.1
rustc version: 1.79.0
The text was updated successfully, but these errors were encountered: