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 should start by saying I'm on a mac which might be the issue as I can't use apt-get but instead am using homebrew.
When I head over to "/opt/homebrew/lib/python3.11/site-packages/spotify2ytmusic/gui.py" and try to run python3 gui.py I am getting the following error:
Traceback (most recent call last): File "/opt/homebrew/lib/python3.11/site-packages/spotify2ytmusic/gui.py", line 8, in <module> import tkinter as tk File "/opt/homebrew/Cellar/[email protected]/3.11.7_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/tkinter/__init__.py", line 38, in <module> import _tkinter # If this fails your Python may not be configured for Tk ^^^^^^^^^^^^^^^
Python 3.11.7
pip 24.0
Is this a solvable issue as it stands? Would prefer not to set up a linux machine but can do if nothing doing with this one.
The text was updated successfully, but these errors were encountered:
I should start by saying I'm on a mac which might be the issue as I can't use apt-get but instead am using homebrew.
When I head over to "/opt/homebrew/lib/python3.11/site-packages/spotify2ytmusic/gui.py" and try to run python3 gui.py I am getting the following error:
Traceback (most recent call last): File "/opt/homebrew/lib/python3.11/site-packages/spotify2ytmusic/gui.py", line 8, in <module> import tkinter as tk File "/opt/homebrew/Cellar/[email protected]/3.11.7_1/Frameworks/Python.framework/Versions/3.11/lib/python3.11/tkinter/__init__.py", line 38, in <module> import _tkinter # If this fails your Python may not be configured for Tk ^^^^^^^^^^^^^^^
Python 3.11.7
pip 24.0
Is this a solvable issue as it stands? Would prefer not to set up a linux machine but can do if nothing doing with this one.
The text was updated successfully, but these errors were encountered: