It was working a year ago, but I had to re-install windows and then reinstall python… must have missed something in latest install.
My program does “import eyed3” and gets a “ModuleNotFoundError: No module named ‘eyeD3’” message.
When I issue “pip install eyed3” it gets back:
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: eyed3 in C:\Users\14086\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages (0.9.8)
Requirement already satisfied: filetype>=1.2.0 in C:\Users\14086\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages (from eyed3) (1.2.0)
Requirement already satisfied: deprecation>=2.1.0 in C:\Users\14086\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages (from eyed3) (2.1.0)
Requirement already satisfied: packaging in C:\Users\14086\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages (from deprecation>=2.1.0->eyed3) (25.0)
These messages refer to Python312 folder, but the python.exe is in Python313 folder.
How do I remove the 312 references and change to 313?