microlinkhq / youtube-dl-exec

A simple Node.js wrapper for youtube-dl/yt-dlp.
MIT License
423 stars 75 forks source link

Issue with Python Check #187

Closed taynotfound closed 7 months ago

taynotfound commented 7 months ago

So i have 2 Python versions. One invoked with python and one with python3.

I tried removing the python one. Still seems to be on the System, that's weird but not the Core issue. My Question is: Can i set it so it uses python3 instead of python?

Kikobeats commented 7 months ago

Hello, the library needs python3. These are the checks:

https://github.com/microlinkhq/youtube-dl-exec/blob/691291eb421c274427e0de85fe80c194210d04dc/scripts/preinstall.mjs#L14-L20

So make sure your system has python3 in a way the library can find and use it 🙂

taynotfound commented 7 months ago

Well. i have it installed. But just as python3 instead of python.