jasperproject / jasper-client

Client code for Jasper voice computing platform
MIT License
4.53k stars 1.01k forks source link

jasper migration to python3 #724

Open zeesh1979 opened 4 years ago

zeesh1979 commented 4 years ago

Hi, How we can migrate jasper to python3? currently jasper runs uisng python jasper.py while python3 gives error related to yaml module not found.

petterreinholdtsen commented 3 years ago

As python 2 is no longer getting any security fixes, migration to python 3 would be most welcome!

alkaris2 commented 3 years ago

Since Python 2 is being dropped, might be a good idea to migrate to Python 3.x

The current state of Jasper Voice Control can't be installed when it's trying to look for python2-tzlocal.

AUR Issues : → https://aur.archlinux.org/packages/jasper-voice-control-git

a list of issues makes it impossible to install, because it asks for packages that no longer exist or provide any support for.

Failed to prepare transaction:
could not satisfy dependencies:
- unable to satisfy dependency 'python2-tzlocal' required by python2-apscheduler
- unable to satisfy dependency 'python2-apscheduler' required by jasper-voice-control-git
- unable to satisfy dependency 'jasper-voice-control' required by jasper-tts-festival
Resolving dependencies...
Warning: cannot resolve "python2-tzlocal", a dependency of "python2-apscheduler"
Warning: cannot resolve "python2-apscheduler", a dependency of "jasper-voice-control-git"
Warning: cannot resolve "jasper-voice-control", a dependency of "jasper-tts-festival"
Failed to prepare transaction:
could not satisfy dependencies:
- unable to satisfy dependency 'python2-tzlocal' required by python2-apscheduler
- unable to satisfy dependency 'python2-apscheduler' required by jasper-voice-control-git
- unable to satisfy dependency 'jasper-voice-control' required by jasper-tts-festival

the dependencies need to resolve by pointing to current Python libraries for 3.x

appeacock commented 2 years ago

Open to help w porting to python3: https://github.com/appeacock/jasperbuster

Akul2010 commented 1 year ago

Hey guys, I have my own Jasper to Py3 project. Please help - https://github.com/Akul2010/jasper-client-for-python-3-