Pikurrot / whisper-gui

A simple GUI to use Whisper.
MIT License
89 stars 6 forks source link

Python version #23

Closed chrisangel666 closed 2 months ago

chrisangel666 commented 2 months ago

Hi, master, What version of python is yours?

Pikurrot commented 2 months ago

The python version is 3.10.13, it's defined in configs/environment_cpu.yml, the installer already takes care of installing the correct version. I use 3.10 rather than new ones for compatibility reasons.

chrisangel666 commented 2 months ago

OK, THX

chrisangel666 commented 2 months ago

Hi, master. Since I have upgraded to the new version, this error message has appeared. What's going on? er-1 er-2

Pikurrot commented 2 months ago

Hey, have you manually upgraded the python version? if so, to what version?

It's possible that newer versions of python (or some other packages) cause errors. This is because there are several packages used in this software that can conflict with each other depending on their version. It was actually hard to find the appropriate version for all packages to not cause conflicts, and that wasn't always the newest version. So I suggest to stick to the versions installed by the installer.

If you still have errors, try deleting the conda environment (and also its name from the config.json) and let the installer set up a new one.

chrisangel666 commented 2 months ago

OK, Thx