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
i've had the same problem before, there is a module in your script creating conflict with pytyle. Don't import colorama or termcolor and try to import pystyle when using it. Don't import in the start of the script. Check how i did to import it for one of my project. If you start using the module first, try to find wich modulehave conflict with pystyle like below :
It works fine when run in a py file but when I use pyinstaller, It looks like this
The text was updated successfully, but these errors were encountered: