-
Notifications
You must be signed in to change notification settings - Fork 210
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
pixi build: ErrorObject { code: InvalidParams, message: "Invalid params: unknown variant
1.1.1, expected
1.", data: None }
#2942
Comments
A fix is on the way! We are in the process of stabilizing the protocol between the build backends, so hopefully after this week this shouldnt break anymore. See #2939 |
Not yet, but Im sure we can support it. |
Thanks! Let me know if you want me to try it on the above PR when it's ready. |
The latest version of pixi on main and the backends should be aligned now. |
Make sure to clean the tool cache! |
I confirm hadim/feedrattler#1 works locally for |
Awesome! If you have more feedback please share it! 😄 |
I posted one question at #2944. It's more about the design of the |
I am trying to use
pixi build
at hadim/feedrattler#1 but I am seeing and error:This is when setting the
project.version
to a string inpyproject.toml
. When trying to use dynamic logic withproject.dynamic = ["version"]
, it seems likepixi
can't get the version:So two questions:
Invalid params: unknown variant
?The text was updated successfully, but these errors were encountered: