Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Fails to install on Python 3.8 (Ubuntu 20.04) without changes #51

Open
dynamicbark opened this issue Feb 27, 2021 · 0 comments
Open

Fails to install on Python 3.8 (Ubuntu 20.04) without changes #51

dynamicbark opened this issue Feb 27, 2021 · 0 comments

Comments

@dynamicbark
Copy link

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant