arkrow / PyMusicLooper

A python program for repeating music endlessly and creating seamless music loops, with play/export/tagging support.
https://pypi.org/project/pymusiclooper/
MIT License
260 stars 24 forks source link

Error after entering pymusiclooper in cmd #16

Closed Aeropro4 closed 1 year ago

Aeropro4 commented 1 year ago

Before continuing with the bug report, does updating to the latest version fix this issue? No

Describe the bug It was working just fine for a few weeks but recently it started to give this error: And I reinstalled python, pip deleted and reinstalled all libraries but none worked just this same error

Debugging Information Traceback (most recent call last): File "frozen runpy", line 198, in _run_module_as_main File "frozen runpy", line 88, in _run_code File "C:\Program Files\Python311\Scripts\pymusiclooper.exe__main.py", line 4, in File "C:\Program Files\Python311\Lib\site-packages\pymusiclooper\main__.py", line 3, in from .cli import cli_main File "C:\Program Files\Python311\Lib\site-packages\pymusiclooper\cli.py", line 20, in from .core import MusicLooper File "C:\Program Files\Python311\Lib\site-packages\pymusiclooper\core.py", line 6, in import taglib ImportError: DLL load failed while importing taglib: The specified module could not be found

Expected behavior U know to run normally

Environment Information (please complete the following information):

Additional context I don't have very much of coding knowledge so i can't interpret it very much and i tried both pipx and pip installation methods but both gives the same thing

Aeropro4 commented 1 year ago

Nvm it was just a mere corruption in visual redistributables nothing more