Skip to content
This repository was 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

@dynamicbark

Description

@dynamicbark

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions