Your message dated Sun, 5 Dec 2021 01:07:58 -0500
with message-id
<CAB4XWXzNS5Csi6JK-h1=Gxh26EdY6X1+K9-G0wLxN4nd0E9=f...@mail.gmail.com>
and subject line Re: Bug#1001103: dependence of numpy on python3.10 breaks
software that depends on python3-dev
has caused the Debian Bug report #1001103,
regarding dependence of numpy on python3.10 breaks software that depends on
python3-dev
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1001103: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1001103
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python3-numpy
Version: 1:1.21.4-2
The recent addition of python3.10:any to the dependencies
of python3-numpy under Debian testing (=bookworm) breaks
software that depends on python3-dev.
Specifically, this CMake code
find_package(Python3 COMPONENTS Interpreter Development)
message(STATUS " Python3_VERSION : ${Python3_VERSION}")
message(STATUS " Python3_INTERPRETER_ID : ${Python3_INTERPRETER_ID}")
message(STATUS " Python3_EXECUTABLE : ${Python3_EXECUTABLE}")
message(STATUS " Python3_STDLIB : ${Python3_STDLIB}
Python3_STDARCH: ${Python3_STDARCH}")
message(STATUS " Python3_SITELIB : ${Python3_SITELIB}
Python3_SITEARCH: ${Python3_SITEARCH}")
message(STATUS " Python3_INCLUDE_DIRS : ${Python3_INCLUDE_DIRS}")
message(STATUS " Python3_LIBRARIES : ${Python3_LIBRARIES}")
message(STATUS " Python3_LIBRARY_DIRS : ${Python3_LIBRARY_DIRS}")
if(NOT Python3_FOUND)
message(FATAL_ERROR "Python3 not found.")
endif()
results in
-- Could NOT find Python3 (missing: Python3_INCLUDE_DIRS Python3_LIBRARIES
Development Development.Module Development.Embed) (found version "3.10.0")
-- Python3_VERSION : 3.10.0
-- Python3_INTERPRETER_ID : Python
-- Python3_EXECUTABLE : /usr/bin/python3.10
-- Python3_STDLIB : /usr/lib/python3.10 Python3_STDARCH:
/usr/lib/python3.10
-- Python3_SITELIB : /usr/lib/python3/dist-packages
Python3_SITEARCH: /usr/lib/python3/dist-packages
-- Python3_INCLUDE_DIRS :
-- Python3_LIBRARIES : Python3_LIBRARY-NOTFOUND
-- Python3_LIBRARY_DIRS :
CMake Error at ... (message):
Python3 not found.
Can you please revert, and wait with 3.10 until all of Python3 is ready
for that version.
Cheers, Joachim
--- End Message ---
--- Begin Message ---
> Can you please revert, and wait with 3.10 until all of Python3 is ready
> for that version.
I'm not sure exactly what you mean by that but no, we are not going to
revert the introduction of python3.10 support in numpy.
numpy has hundreds of reverse dependencies, and they all need
python3.10 support in numpy so that they can add python3.10 support on
their own.
Nothing to do here, closing this report.
Regards,
--
Sandro "morph" Tosi
My website: http://sandrotosi.me/
Me at Debian: http://wiki.debian.org/SandroTosi
Twitter: https://twitter.com/sandrotosi
--- End Message ---