You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
I experienced further errors in the 'audiogen' library, but it appears these have already been reported in casebeer/audiogen#2.
The text was updated successfully, but these errors were encountered: