sdatkinson / neural-amp-modeler

Neural network emulator for guitar amplifiers.
MIT License
1.72k stars 130 forks source link

[BUG] pip's dependency resolver #434

Closed giacomopas closed 1 month ago

giacomopas commented 1 month ago

Screenshot_1

Local Installation of the trainer, following original video (https://www.youtube.com/watch?v=DFWVvJx1Cfs). I already installed anaconda and trainer on other desktop pcs with no issues.

This time I got this errore message when installing NAM: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. anaconda-cloud-auth 0.1.4 requires pydantic<2.0, but you have pydantic 2.7.3 which is incompatible.

OS: Windows 11

Does this affects the training or is it something ignorable?

sdatkinson commented 1 month ago

You can ignore it--anaconda-cloud-authisn't used by NAM--it's just there in the base environment that Anaconda ships with (which is getting bloated, it seems. I'd like to find a better solution and stop depending on it.)

Lmk if something does go wrong; otherwise, feel free to close this Issue if you're happy.