Skip to content

Incompatible with Python 3 #8

@jeremyvisser

Description

@jeremyvisser

The AFSK library doesn't load properly when I run it on my Fedora 30 system with Python 3.7.

Some of the issues that occur:

>>> import afsk
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python3.7/site-packages/afsk/__init__.py", line 2, in <module>
    from afsk import encode
ImportError: cannot import name 'encode' from 'afsk' (/usr/local/lib/python3.7/site-packages/afsk/__init__.py)

I experienced further errors in the 'audiogen' library, but it appears these have already been reported in casebeer/audiogen#2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions