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

python build generates broken symlinks for pkgconfig files #290

Open
DerThorsten opened this issue Mar 13, 2023 · 1 comment
Open

python build generates broken symlinks for pkgconfig files #290

DerThorsten opened this issue Mar 13, 2023 · 1 comment

Comments

@DerThorsten
Copy link
Contributor

The current python build generates only broken symlinks for:

  • python3-embed.pc
  • python3.pc

In #289 we remove these broken files

@adriendelsalle
Copy link

Hi @DerThorsten , looks like this is still an issue on Windows.
I get the following error when trying to run voici on win64:

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:

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?

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

No branches or pull requests

2 participants