Hide Forgot
python-productivity fails to build with Python 3.10.0a2. Traceback (most recent call last): File "/builddir/build/BUILD/productivity-0.4.1/setup.py", line 6, in <module> raise ImportError("This module requires Python >=3.5") ImportError: This module requires Python >=3.5 if python_version() < '3.5': raise ImportError("This module requires Python >=3.5") Seems like python_version() return 3.1 instead of 3.10. For the build logs, see: https://copr-be.cloud.fedoraproject.org/results/@python/python3.10/fedora-rawhide-x86_64/01773327-python-productivity/ For all our attempts to build python-productivity with Python 3.10, see: https://copr.fedorainfracloud.org/coprs/g/python/python3.10/package/python-productivity/ Testing and mass rebuild of packages is happening in copr. You can follow these instructions to test locally in mock if your package builds with Python 3.10: https://copr.fedorainfracloud.org/coprs/g/python/python3.10/ Let us know here if you have any questions. Python 3.10 will be included in Fedora 35. To make that update smoother, we're building Fedora packages with early pre-releases of Python 3.10. A build failure prevents us from testing all dependent packages (transitive [Build]Requires), so if this package is required a lot, it's important for us to get it fixed soon. We'd appreciate help from the people who know this package best, but if you don't want to work on this now, let us know so we can try to work around it on our side.
This bug appears to have been reported against 'rawhide' during the Fedora 34 development cycle. Changing version to 34.
Tracked upstream at https://github.com/numat/productivity/issues/32 We consider it fixed, although https://bugzilla.redhat.com/show_bug.cgi?id=1892887 will still cause the install to fail, until the dependency pymodbus is updated.