Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message help please #955

Closed
thracyturnix opened this issue Nov 1, 2020 · 7 comments · Fixed by #1073
Closed

Error message help please #955

thracyturnix opened this issue Nov 1, 2020 · 7 comments · Fixed by #1073
Labels
Stale Issue with no activity for the last 30 days

Comments

@thracyturnix
Copy link

thracyturnix commented Nov 1, 2020

thanks for this software and your hard work in making it

i have used it before and had good success

for some reason on this install it throws an error

I cannot make sense of it and was wondering if someone could point me in the general direction of what I might need to do to make it work..

 C:\Windows\System32>spotdl
Traceback (most recent call last):
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 193, in _run_module_as_main
    "__main__", mod_spec)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 85, in _run_code
    exec(code, run_globals)
  File "C:\Users\auser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\Scripts\spotdl.exe\__main__.py", line 4, in <module>
  File "C:\Users\auser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\spotdl\__main__.py", line 6, in <module>
    from spotdl.search.utils import get_playlist_tracks, get_album_tracks, search_for_song
  File "C:\Users\auser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\spotdl\search\utils.py", line 2, in <module>
    from spotdl.search.songObj import SongObj
  File "C:\Users\auser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\spotdl\search\songObj.py", line 1, in <module>
    from spotdl.search.provider import search_and_get_best_match
  File "C:\Users\auser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\spotdl\search\provider.py", line 6, in <module>
    from rapidfuzz.fuzz import partial_ratio
  File "C:\Users\auser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\rapidfuzz\__init__.py", line 8, in <module>
    from rapidfuzz import process, fuzz, levenshtein, utils
  File "C:\Users\auser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\rapidfuzz\process.py", line 5, in <module>
    from rapidfuzz import fuzz, utils
ImportError: DLL load failed: The specified module could not be found.

Windows 10 x64

Uses pip install spotdl to install it

Python version is 3.7.9

@issue-label-bot
Copy link

Issue Label Bot is not confident enough to auto-label this issue. See dashboard for more details.

@ghost
Copy link

ghost commented Nov 2, 2020

Did you install python from windows store?

  • If yes, uninstall it and reinstall it with the Python.org installer.
  • If No, uninstall it and reinstall it in a different folder (preferably not C:\ drive)

P.S.
I had the same issues while developing spotDL on win10, this worked for me. If this doesn't work, leave a comment.

@ghost
Copy link

ghost commented Nov 3, 2020

Is the issue fixed?

@thracyturnix
Copy link
Author

thracyturnix commented Nov 5, 2020 via email

@ghost
Copy link

ghost commented Nov 5, 2020

Check out the rapidfuzz faqs on github

@stale
Copy link

stale bot commented Dec 5, 2020

This issue has been automatically marked stale because there hasn't been any activity for the last 30 days.

@stale stale bot added the Stale Issue with no activity for the last 30 days label Dec 5, 2020
@stale
Copy link

stale bot commented Dec 12, 2020

This issue is being closed as it has been 'stale' for a week now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Stale Issue with no activity for the last 30 days
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant