Skip to content
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

warning and symlink issue with DIRACOS v2.34 #110

Open
chaen opened this issue Jul 6, 2023 · 4 comments · Fixed by #111
Open

warning and symlink issue with DIRACOS v2.34 #110

chaen opened this issue Jul 6, 2023 · 4 comments · Fixed by #111

Comments

@chaen
Copy link
Collaborator

chaen commented Jul 6, 2023

Downloading the latest version, and simply executing the bash command, we get for all packages warnings like
warning libmamba Extracted package cache '/tmp/ddd/diracos/pkgs/six-1.16.0-pyh6c4a22f_0' has invalid url

and at the end an error message related to the creation of a symbolic link

Or to execute a single command in this environment, use:

    micromamba run -p /tmp/ddd/diracos mycommand

ln: failed to create symbolic link '/tmp/ddd/diracos/lib/python3.9/site-packages/etc': No such file or directory

DIRACOS has been installed sucessfully in /tmp/ddd/diracos

I don't yet know if it actually impacts the behavior or not, I'll check it asap but we may need to rollback

@chrisburr
Copy link
Member

It's harmless except for v7r2. We already broke compatibility IIRC so those two lines can probably be dropped entirely.

@chaen
Copy link
Collaborator Author

chaen commented Jul 7, 2023

That's what I was tempted to do for the ln but how about the invalid url ? I've seen that there are already multiple issues open in micro/mamba/conda for that

@chrisburr
Copy link
Member

I'm fairly sure it's a harmless conda-constructor bug (or micromamba bug with how it's interacts with constructor). The way the installers are made is a bit hacky.

Possibly related: mamba-org/mamba#2593

I'll look into when I get a chance.

@chrisburr chrisburr reopened this Jul 24, 2023
@chrisburr
Copy link
Member

Re-opening for the invalid url thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants