Copr problem on Fedora 32 with python3.8?

Hi,
I am installing obspy on a new Fedora 32 installation, which has python 3.8.5. I thought I’d use the package manager and the copr repository, as outlined in the Github Installation page for Fedora/CentOS. That page is a little out of date, and the installation failed since it seems the copr repository either just has Obspy 1.1.1, or just binaries for python 3.7? The error messages are:

[root@aran ~]# python
Python 3.8.5 (default, Jul 20 2020, 00:00:00)
[GCC 10.1.1 20200507 (Red Hat 10.1.1-1)] on linux
Type “help”, “copyright”, “credits” or “license” for more information.

[root@aran ~]# dnf copr enable qulogic/obspy
Enabling a Copr repository. Please note that this repository is not part
of the main distribution, and quality may vary.

The Fedora Project does not exercise any power over the contents of
this repository beyond the rules outlined in the Copr FAQ at
https://docs.pagure.org/copr.copr/user_documentation.html#what-i-can-build-in-copr,
and packages are not held to any quality or security level.

Please do not file bug reports about these packages in Fedora
Bugzilla. In case of problems, contact the owner of this repository.

Do you really want to enable copr.fedorainfracloud.org/qulogic/obspy? [y/N]: y
Repository successfully enabled.
[root@aran ~]#
[root@aran ~]#
[root@aran ~]# dnf install python3-obspy
Copr repo for obspy owned by qulogic 87 kB/s | 104 kB 00:01
Error:
Problem: conflicting requests

  • nothing provides python3.7dist(decorator) needed by python3-obspy-1.1.1-5.fc31.x86_64
  • nothing provides python3.7dist(lxml) needed by python3-obspy-1.1.1-5.fc31.x86_64
  • nothing provides python3.7dist(requests) needed by python3-obspy-1.1.1-5.fc31.x86_64
  • nothing provides python3.7dist(setuptools) needed by python3-obspy-1.1.1-5.fc31.x86_64
  • nothing provides python3.7dist(sqlalchemy) needed by python3-obspy-1.1.1-5.fc31.x86_64
  • nothing provides python(abi) = 3.7 needed by python3-obspy-1.1.1-5.fc31.x86_64
  • nothing provides python3.7dist(future) >= 0.12.4 needed by python3-obspy-1.1.1-5.fc31.x86_64
  • nothing provides python3.7dist(matplotlib) >= 1.1.0 needed by python3-obspy-1.1.1-5.fc31.x86_64
  • nothing provides python3.7dist(numpy) >= 1.6.1 needed by python3-obspy-1.1.1-5.fc31.x86_64
  • nothing provides python3.7dist(scipy) >= 0.9.0 needed by python3-obspy-1.1.1-5.fc31.x86_64
    (try to add ‘–skip-broken’ to skip uninstallable packages)

Cheers,
Björn

You asked at just the right time; I just fixed the 1.2.0 build last night, so you should be able to install on Fedora 32 without issue now.

Excellent, works like a charm!
Thanks.