-
Notifications
You must be signed in to change notification settings - Fork 360
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
Linking fails with "command substitution: ignored null byte in input" #1517
Comments
can you post what you have in Also I am wondering -- did you install And maybe you can show thte output of |
Changing
Indeed it was installed with From mamba
From micromamba.snakepit.net
|
I think we need to prevent conda/mamba to replace the prefix in the micromamba executable :/ sorry for the trouble. |
Do you know which package this occurs in? |
I've only seen it in |
is there somewhere in the source where string concatenatenation happens at a macro level ( |
somewhere when the prefix is passed in as a macro duing a test? |
@chrisburr I am assuming this is fixed now, right? @hmaarrfk to be honest I don't really know where we have a hardcoded prefix ... |
Yup 👍 |
Running
micromamba create --name test python
on a ppc64le machine is failing with a bunch of messages of the form:before eventually ending with:
So far when debugging I've found that the PATH variable from
micromamba shell
is having three null bytes inserted (at approximately position0x49
):I see the same if I use a different directory or
--name test
.Any ideas?
The text was updated successfully, but these errors were encountered: