HTS voice is not running on festival version 2.5 - text-to-speech

I have downloaded the hts voices from festival repository and each time its showing
rateconv: failed to convert from 16000 to 0
speech_tools containing EST_Wave.cc have this converting method but its getting failed
I tried same thing in festival 2.2 and 2.5 versions but fail to convert

Related

Psychopy error on installation - overflowerror line number table is too long

I am trying to install psychopy on linux mint from the default repositories (i.e. ubuntu jammy).
Installation fails with this error:
OverflowError: line number table is too long
Has anyone else encountered this error?
This only occurs when using Python 3.10 I believe and it's fixed in the current development branch of PsychoPy's github repository. You can see the required changes in the following pull request, but also note that the recommended version of Python to install PsychoPy is 3.8 not 3.10. I think there are going to be other points of pain using Python 3.10
https://github.com/psychopy/psychopy/pull/5185

Google Earth Engine Plugin 0.0.5 on QGIS 3.24.0 authentication issue

I have an active Google Earth Engine account. I happily imported image collections from GEE into my QGIS application last year.
Returning to it now I am running into what appears to be authentication issues.
When running the following code in the QGIS Python Console:
import ee
ee.Authenticate()
I receive the following response:
Fetching credentials using gcloud
gcloud failed.
Please check for any errors above and install gcloud if needed.
I have installed gcloud but problem persists.
Any help appreciated.
GEE Plugin version 0.0.5
QGIS 3.24.0 Tisler
OS : Windows 10
Python : 3.9.5

Upgrading to Beta 4

I have upgraded keystonejs from 3 to 4 per the instructions. Installed Jade and underscore. New db, got populated. When i start, no errors, waiting on port 3000. Just this error in browser
Cannot GET /
I've looked at the keystone.js and routes files in the demo project, can't figure out the issue.

Which python version is recommended with odoo?

What is the recommended version of python to use with openerp/odoo? Is it 2.7 or 3
All these days I was using 2.7 if I choose ver 3 will it cause any problems?
Odoo work with Python 2.7 up to version 10.0
For version 11.0, Python must be on version 3.5 or higher
I won't work yet with python 3. The best python version to have is the highest 2.7.* (at least 2.7.3).
You can see the major dependencies and python version in the installing tutorial:
Installing Odoo (version 8.0)
Installing Odoo (version 9.0)
On my operating system, python 3 is the default so to start an instance without using a bundle (in my case I clone the github repository), I use this command:
python2 ~/path-to-my-odoo-git/odoo.py -d odoo-test
As for when odoo will work with python 3, there is a number of needed python package dependencies not already ported to python 3. Even if they were already all ported, Odoo itself would take some efforts (without talking about all the ecosystem of custom addons which would get unusable untill ported).
So I guess it will not be available before 1 year and most probably not available before 2 or 3 years.

Error loading Seaside 3.1 onto latest Pharo 3.0 image

The error I get is in the image below. This is with a fresh, latest Pharo 3.0 image hosted at PharoCloud.
Edit: when I close out of the error and try to run the commands again, I get the following error:
Including the sources file fixed it. Yay!