Here's the error: https://paste.pythondiscord.com/IWTA
This is the repo: https://github.com/JarodMica/beatrice_trainer_webui
58 messages ยท Page 1 of 1 (latest)
Here's the error: https://paste.pythondiscord.com/IWTA
This is the repo: https://github.com/JarodMica/beatrice_trainer_webui
@rain grotto
Remember to:
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
File "D:\Real Time Voice Clone\beatrice_trainer_webui\venv\Lib\site-packages\numpy_init__.py", line 411, in _getattr
raise AttributeError(
AttributeError: np.NaN was removed in the NumPy 2.0 release. Use np.nan instead.. Did you mean: 'nan'?
this is a different error than the one you mentioned.
OK, well, I don't know what that error is either.
did you read it?
np.NaN was removed, change your code to use np.nan instead.
No. I am trying to run it.
you cloned the repo didn't you?
you can change the code in the repo and reinstall.
Or install older numpy
That error?
Or the other error?
how did you downgrade?
Let me look
you probably downgraded in the global while the batch file uses a venv...
pip install --upgrade numpy==1.10.1
I think I was in the venv
maybe not...how do I activate the venv?
NVM, I remembered ho
now I've downgraded in the venv
you weren't.
I just did it, so I am in it
I just did it
so you weren't
anyways, does it work now?
nope
you'll have to expand, we can't read minds.
same error
I did .\venv\Scripts\activate.bat
in the venv did pip install --upgrade numpy==1.10.1
run pip list
then ran the repo from inside the venv....same error
what error?
run p[ip list....where do I run that?
The error I posted in the link
There's an error when trying to downgrade numpy
ok, in the terminal, with the venv active, run
pip uninstall numpy && pip install distutils numpy==1.10.1
That resulted in an error: https://paste.pythondiscord.com/7O3A
ERROR: Could not find a version that satisfies the requirement distutils (from versions: none)
ERROR: No matching distribution found for distutils
although it did show that numpy 2.0.2 was uninstalled
what do you get with pip install numpy==1.26.4?
it is doing something...no error yet
it shows successfully installed numpy 1.26.4
now shall I try running the repo?
yes.
np
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.