Replies: 7 comments 3 replies
-
check out https://github.com/prefix-dev/pixi-build-testsuite/tree/main/tests/data/pixi_build/maturin ! |
Beta Was this translation helpful? Give feedback.
-
@lucascolley Thanks, I tried to update my project accordingly but failed to pin python to 3.13. This is a sample repo.
|
Beta Was this translation helpful? Give feedback.
-
try adding I think this is something we need to fix though, having a package available for multiple Python versions and automatically choosing one at the workspace level with a Python dependency. I will look into it. |
Beta Was this translation helpful? Give feedback.
-
just going to move this to a discussion as there isn't a clear bug/feature request yet |
Beta Was this translation helpful? Give feedback.
-
It works. But I got this warning with With verbose output enabled:
|
Beta Was this translation helpful? Give feedback.
-
Hi @lucascolley, problem solved, thanks for your help. |
Beta Was this translation helpful? Give feedback.
-
similar issue, I need $CUDA_HOME set during (at least) the install of certain package. How can i achive this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem description
I have a python & rust mixed project. My pyproject.toml is basically like this
The commented out sections of environment variables are needed by the build script of the rust crate. But they are not available when
maturin
is run. UpdatedPATH
is also not available at that stage, so I needPROTOC
instead of locating protoc fromPATH
.Currently I have to manage them with another tool like
mise
which adds another layer of complexity.Beta Was this translation helpful? Give feedback.
All reactions