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
When Tryng to build with PyInstaller, and start the .exe file it gives me this error "AttributeError: module 'ytm' has no attribute 'YouTubeMusic'", but when i run it from file it's works perfectly import ytm api = ytm.YouTubeMusic()
When Tryng to build with PyInstaller, and start the .exe file it gives me this error "AttributeError: module 'ytm' has no attribute 'YouTubeMusic'", but when i run it from file it's works perfectly
import ytmapi = ytm.YouTubeMusic()