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
All I can think right now is some version compatibility issue; I recommend you create a separate Virtual Environment using venv command. After activating virtual environment install using requirements.txt file using this command python -m pip install -r requirements.txt. And then try to execute main.py because I guess the libraries version inside default conda library may causing these errors.
Hello, I want to run your main.py after installing all requierments, but I get the following error
Traceback (most recent call last): File "D:\all_Project\midiAI\Melodfy\main.py", line 17, in <module> import qtawesome as qta File "D:\Anaconda3\lib\site-packages\qtawesome\__init__.py", line 20, in <module> from qtpy import QtCore, QtWidgets, QtGui File "D:\Anaconda3\lib\site-packages\qtpy\QtCore.py", line 112, in <module> Qt.MidButton = Qt.MouseButton.MiddleButton = Qt.MiddleButton File "D:\Anaconda3\lib\enum.py", line 472, in __setattr__ raise AttributeError('Cannot reassign members.') AttributeError: Cannot reassign members.
can you give me some adivce? thanks
The text was updated successfully, but these errors were encountered: