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

If multiple pkgconf entrypoints from different environments are in PATH, they enter a loop trying to call each other #45

Open
FFY00 opened this issue Jun 5, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@FFY00
Copy link
Contributor

FFY00 commented Jun 5, 2024

PS C:\Users\FFY00\Documents\git\numpy> pkg-config scipy-openblas --modversion
> Running the Python pkgconf
> $ PKG_CONFIG_PATH= C:\Users\FFY00\AppData\Local\Programs\Python\Python310\lib\site-packages\pkgconf\.bin\pkgconf.EXE scipy-openblas --modversion
Package scipy-openblas was not found in the pkg-config search path.
Perhaps you should add the directory containing `scipy-openblas.pc'
to the PKG_CONFIG_PATH environment variable
Package 'scipy-openblas', required by 'virtual:world', not found
> Running the system pkgconf.EXE
> $ C:\Users\FFY00\AppData\Local\Programs\Python\Python38-32\Scripts\pkgconf.EXE scipy-openblas --modversion
> Running the Python pkgconf
> $ PKG_CONFIG_PATH= c:\users\ffy00\appdata\local\programs\python\python38-32\lib\site-packages\pkgconf\.bin\pkgconf.EXE scipy-openblas --modversion
Package scipy-openblas was not found in the pkg-config search path.
Perhaps you should add the directory containing `scipy-openblas.pc'
to the PKG_CONFIG_PATH environment variable
Package 'scipy-openblas', required by 'virtual:world', not found
> Running the system pkgconf.EXE
> $ C:\Users\FFY00\AppData\Local\Programs\Python\Python310\Scripts\pkgconf.EXE scipy-openblas --modversion
> Running the Python pkgconf
> $ PKG_CONFIG_PATH= C:\Users\FFY00\AppData\Local\Programs\Python\Python310\lib\site-packages\pkgconf\.bin\pkgconf.EXE scipy-openblas --modversion
Package scipy-openblas was not found in the pkg-config search path.
Perhaps you should add the directory containing `scipy-openblas.pc'
to the PKG_CONFIG_PATH environment variable
Package 'scipy-openblas', required by 'virtual:world', not found
> Running the system pkgconf.EXE
> $ C:\Users\FFY00\AppData\Local\Programs\Python\Python38-32\Scripts\pkgconf.EXE scipy-openblas --modversion
> Running the Python pkgconf
> $ PKG_CONFIG_PATH= c:\users\ffy00\appdata\local\programs\python\python38-32\lib\site-packages\pkgconf\.bin\pkgconf.EXE scipy-openblas --modversion
Package scipy-openblas was not found in the pkg-config search path.
Perhaps you should add the directory containing `scipy-openblas.pc'
to the PKG_CONFIG_PATH environment variable
Package 'scipy-openblas', required by 'virtual:world', not found
(...)
@FFY00 FFY00 added the bug Something isn't working label Jun 5, 2024
virtuald added a commit to virtuald/pkgconf-pypi that referenced this issue Sep 29, 2024
virtuald added a commit to virtuald/pkgconf-pypi that referenced this issue Sep 29, 2024
@virtuald
Copy link

This also occurs on Linux if you have pkgconf-pypi installed and don't have pkg-config or pkgconf installed on your system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants