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

Compilation error with python 3.10 #61

Open
dpryan79 opened this issue Aug 2, 2022 · 0 comments
Open

Compilation error with python 3.10 #61

dpryan79 opened this issue Aug 2, 2022 · 0 comments

Comments

@dpryan79
Copy link

dpryan79 commented Aug 2, 2022

While rebuilding portcullis in Bioconda under python 3.10, I noticed the python version is incorrectly parsed in the configure script:

2022-08-02T14:01:19.5433788Z 14:01:19 BIOCONDA INFO (OUT) checking for a version of Python >= '3.1.0'... yes
2022-08-02T14:01:19.5598011Z 14:01:19 BIOCONDA INFO (OUT) checking for a version of Python >= '3.5'... no
2022-08-02T14:01:19.5600388Z 14:01:19 BIOCONDA INFO (OUT) configure: WARNING: this package requires Python >= '3.5'.
2022-08-02T14:01:19.5602719Z 14:01:19 BIOCONDA INFO (OUT) If you have it installed, but it isn't the default Python
2022-08-02T14:01:19.5605404Z 14:01:19 BIOCONDA INFO (OUT) interpreter in your system path, please pass the PYTHON_VERSION
2022-08-02T14:01:19.5608130Z 14:01:19 BIOCONDA INFO (OUT) variable to configure. See ``configure --help'' for reference.
2022-08-02T14:01:19.5610180Z 14:01:19 BIOCONDA INFO (OUT) 
2022-08-02T14:01:19.5612350Z 14:01:19 BIOCONDA INFO (OUT) configure: Environment variable 'PYTHON_VERSION' set to:
2022-08-02T14:01:19.7902613Z 14:01:19 BIOCONDA INFO (OUT) checking for the distutils Python package... yes
2022-08-02T14:01:20.2457442Z 14:01:20 BIOCONDA INFO (OUT) checking for Python include path... -I$PREFIX/include/python3.10
2022-08-02T14:01:20.9814825Z 14:01:20 BIOCONDA INFO (OUT) checking for Python library path... -L$PREFIX/lib -lpython3.10
2022-08-02T14:01:21.2067261Z 14:01:21 BIOCONDA INFO (OUT) checking for Python site-packages path... $PREFIX/lib/python3.10/site-packages
2022-08-02T14:01:21.4449043Z 14:01:21 BIOCONDA INFO (OUT) checking python extra libraries... -lcrypt -lpthread -ldl  -lutil -lrt -lm -lm
2022-08-02T14:01:21.6735506Z 14:01:21 BIOCONDA INFO (OUT) checking python extra linking flags... -Xlinker -export-dynamic
2022-08-02T14:01:21.8290233Z 14:01:21 BIOCONDA INFO (OUT) checking consistency of all components of python development environment... yes
2022-08-02T14:01:21.8292200Z 14:01:21 BIOCONDA INFO (OUT) configure: error: Python3 not detected. If running on a debian system try "sudo apt-get install python3-dev".```
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

1 participant