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
{{ message }}
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.
While trying to install loqui with Python 3.8 on Ubuntu 20.04, it failed. I was able to solve this by doing the following:
Cloning the repository
Deleting the .c files in the py/loqui directory of the repository
Running python3 setup.py install from the root of the repository
I'm not sure why it didn't work, I think it relates to the .c files being out of date with the current version of Python possibly, so I didn't pull request these changes since I don't want to break anything. I am opening this issue to show my solution to the problem and hopefully it can get fixed.
Also, while I am here, could loqui get put on PyPi (https://pypi.org/) so it can be easily installed?
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
While trying to install loqui with Python 3.8 on Ubuntu 20.04, it failed. I was able to solve this by doing the following:
.c
files in thepy/loqui
directory of the repositorypython3 setup.py install
from the root of the repositoryI'm not sure why it didn't work, I think it relates to the
.c
files being out of date with the current version of Python possibly, so I didn't pull request these changes since I don't want to break anything. I am opening this issue to show my solution to the problem and hopefully it can get fixed.Also, while I am here, could loqui get put on PyPi (https://pypi.org/) so it can be easily installed?
Thanks!
The text was updated successfully, but these errors were encountered: