You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I tried to deploy your bot in my linux server, the first pynput command worked fine, but the win10toast-click command didnt seemed to work, this is what I got when I ran it
pip install win10toast-click
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting win10toast-click
Could not find a version that satisfies the requirement win10toast-click (from versions: )
No matching distribution found for win10toast-click
and thus I think the reason is because it is linux and of course it wont support windows based dependencies, is there any other solutions or alternatives to win10toast dependency?
The text was updated successfully, but these errors were encountered:
Update ;
I was working on this problem for the past few hours and I found a way to get your discord-autotyper[updated].py to work in my linux server, this method can work on any unsupported device as I believe, this method excludes the requirements of installing win10toast-click and pynput dependencies
For this method to work you need to delete the following lines of the discord-autotyper[updated].py file
from pynput import keyboard
from win10toast_click import ToastNotifier
After removing these two lines from the above mentioned file you will be able to execute the script with no use of pynput and win10toast dependencies
Note : But I would suggest you to enter the relevant information on your discord account and channel information etc. beforehand running the modified command, if possible try to manually add the relevant information to the info.txt file
Can you try "pip install win10toast_click" in the command line, with an underscore instead of dash?
I developed this script on Windows, so I am sorry if I can't help you much on your problem.
Let me know if the suggestion above works, thanks!
Hi I tried to deploy your bot in my linux server, the first pynput command worked fine, but the win10toast-click command didnt seemed to work, this is what I got when I ran it
and thus I think the reason is because it is linux and of course it wont support windows based dependencies, is there any other solutions or alternatives to win10toast dependency?
The text was updated successfully, but these errors were encountered: