Global-signbank icon indicating copy to clipboard operation
Global-signbank copied to clipboard

Numpy, etree, lxml errors CNGT_scripts

Open susanodd opened this issue 1 year ago • 3 comments

The scripts are still causing errors in PyCharm on MacOS. I put the imports inside of try-except clauses to stop getting run-time errors.

I also had to upgrade to Python 3.12 in order to use packages:

lxml==4.9.3
numpy==1.26.2
uWSGI==2.0.23

The errors of CNGT_scripts are related to lxml, etree, and numpy. It looks like the versions in the requirements is too old. (The ones in requirements.txt are deprecated.)

The newer versions above work with Python 3.12

(This is running the newest version of PyCharm on MacOS.)

susanodd avatar Nov 27 '23 11:11 susanodd