We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current python build generates only broken symlinks for:
In #289 we remove these broken files
The text was updated successfully, but these errors were encountered:
Hi @DerThorsten , looks like this is still an issue on Windows. I get the following error when trying to run voici on win64:
voici
Linking python-3.10.2-h_hash_26_cpython warning libmamba Invalid package cache, file 'C:\Users\Adrien\micromamba\pkgs\python-3.10.2-h_hash_26_cpython\bin\python3' is missing error libmamba Cannot find a valid extracted directory cache for 'python-3.10.2-h_hash_26_cpython.tar.bz2' critical libmamba Package cache error.
Trying to use micromamba to extract the tarball I get:
micromamba
PS C:\Users\Adrien\micromamba\pkgs> micromamba package extract .\python-3.10.2-h_hash_26_cpython.tar.bz2 ../test Extracting "C:\\Users\\Adrien\\micromamba\\pkgs\\python-3.10.2-h_hash_26_cpython.tar.bz2" to "C:\\Users\\Adrien\\micromamba\\test" critical libmamba Can't create '\\?\C:\Users\Adrien\micromamba\test\bin\python3'
Any idea to fix this?
Sorry, something went wrong.
No branches or pull requests
The current python build generates only broken symlinks for:
In #289 we remove these broken files
The text was updated successfully, but these errors were encountered: