Your message dated Wed, 02 Aug 2023 01:04:18 +0000
with message-id <e1qr0hi-005v8d...@fasolo.debian.org>
and subject line Bug#1042574: Removed package(s) from unstable
has caused the Debian Bug report #1033589,
regarding python3-theano: module 'numpy' has no attribute 'bool'.
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 ow...@bugs.debian.org
immediately.)
--
1033589: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1033589
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-theano
Version: 1.0.5+dfsg-8
Severity: serious
Control: affects -1 deepnano
Control: found -1 1.1.2+dfsg-3
Dear maintainer(s),
I think the autopkgtest of deepnano points out that theano is using what
I believe are removed attibutes from numpy.
Paul
https://ci.debian.net/data/autopkgtest/unstable/amd64/d/deepnano/32446139/log.gz
autopkgtest [19:57:01]: test run-test.sh: [-----------------------
#1 - deepnano_basecall
/usr/lib/python3/dist-packages/theano/scalar/basic.py:2412:
FutureWarning: In the future `np.bool` will be defined as the
corresponding NumPy scalar.
self.ctor = getattr(np, o_type.dtype)
Traceback (most recent call last):
File "/usr/share/deepnano/basecall.py", line 4, in <module>
from rnn_fin import RnnPredictor
File "/usr/share/deepnano/rnn_fin.py", line 1, in <module>
import theano as th
File "/usr/lib/python3/dist-packages/theano/__init__.py", line 83, in
<module>
from theano import scalar, tensor
File "/usr/lib/python3/dist-packages/theano/scalar/__init__.py", line
1, in <module>
from .basic import *
File "/usr/lib/python3/dist-packages/theano/scalar/basic.py", line
2460, in <module>
convert_to_bool = Cast(bool, name="convert_to_bool")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/theano/scalar/basic.py", line
2412, in __init__
self.ctor = getattr(np, o_type.dtype)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/numpy/__init__.py", line 305, in
__getattr__
raise AttributeError(__former_attrs__[attr])
AttributeError: module 'numpy' has no attribute 'bool'.
`np.bool` was a deprecated alias for the builtin `bool`. To avoid this
error in existing code, use `bool` by itself. Doing this will not modify
any behavior and is safe. If you specifically wanted the numpy scalar
type, use `np.bool_` here.
The aliases was originally deprecated in NumPy 1.20; for more details
and guidance see the original release note at:
https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations.
Did you mean: 'bool_'?
autopkgtest [19:57:01]: test run-test.sh: -----------------------]
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Version: 1.0.5+dfsg-8+rm
Dear submitter,
as the package theano has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1042574
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---