numpy UFuncNoLoopError
A small issue. For a Windows 10 install I had to change install_requires in setup.py to 'numpy==1.22.3'. Without this, numpy 1.22.2 was installed which threw the error : numpy.core._exceptions._UFuncNoLoopError: ufunc 'lookup' did not contain a loop with signature matching types <class 'numpy.dtype[uint8]'> -> None This type of numpy error is apparently well-known.
I cannot install. When running 'python setup.py bdist_wheel' I get errors. Please, any help? Thanks. Jorge running bdist_wheel running build running build_py copying galileo_has_decoder/tcp_server.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/utils_sbf.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/ssr_formats.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/has_classes.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/ssr_converter.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/binex_reading.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/serial_reading.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/utils_testing.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/tcp_binex_reading.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/file_write.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/init.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/ssr_igs.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/utils.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/ssr_classes.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/writers.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/conv.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/ssr_rtcm.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/readers.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/crc.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/sbf_reading.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/tcp_sbf_reading.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/utils_binex.py -> build/lib/galileo_has_decoder copying galileo_has_decoder/resources/genMatrix.txt -> build/lib/galileo_has_decoder/resources /home/jorge/.local/lib/python3.8/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
installing to build/bdist.linux-x86_64/wheel
running install
Traceback (most recent call last):
File "setup.py", line 3, in