Etheren / Discord-Bot-Repo

Code used to run AmiBot, my personal Discord bot.
Apache License 2.0
0 stars 0 forks source link

Youtube_dl "missing" #8

Closed Etheren closed 5 years ago

Etheren commented 5 years ago

Putting this in quotes since apparently Python 3 cannot find and import the "youtube_dl" library.

Yet the library is install on my PC and when called from the terminal inside of Visual Studio Code (posh version of Powershell), it loads fine. perhaps it's being installed inside a directory that the used version of python can't find?

Etheren commented 5 years ago

Turns out it was installing to a completely different location. Manually moving the necessary files to where the discord.py file is located makes python find it. Leaving this issue open until i'm sure that the library is usuable and just not in a state of "limbo"

Etheren commented 5 years ago

Update :- Library is usable and works as intended. Closing.