Replies: 2 comments
-
there is requirements.txt in dev version to install all needed dependencies so pip install -r requirements.txt if you open requirements.txt you'd see that package name is actually |
Beta Was this translation helpful? Give feedback.
-
concerning your question in another thread - to make an exe you need to use either pyinstaller or nuitka, I think that it's something like: for nuitka (it will produce bunch of dlls for windows as static python libs on windows are not supported, also probably you'd need to move some not found files from installed packages to YTSpammerPurge directory manually) take a look here #258 otherwise why not just run |
Beta Was this translation helpful? Give feedback.
-
I recently read #793 which says there are no actual releases for it. However, I cannot run the proper command to install a dependency:
This returns:
and that's because the page on the Python Package Index - https://pypi.org/project/googleapiclient/ - leads me to a 404 page.
So how do I even compile the dev version and install
googleapiclient
?Or we could do something like this and put it in the code:
Beta Was this translation helpful? Give feedback.
All reactions