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
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
I had recently installed PySide6 on my machine when it started giving me error. So I uninstalled PySide6, and still got some errors.
I tried uninstalling the Qt for Python extension and reinstalling (after restart) and still got the errors.
I went into the extensions of VS Code and deleted the Qt for Python manually, then reinstalled, and I still got the errors.
Here is the Traceback:
Traceback (most recent call last):
File "c:\Users\steves.vscode\extensions\seanwu.vscode-qt-for-python-7.6.0\python\scripts\rcc.py", line 17, in
from PySide6.scripts.pyside_tool import rcc
ModuleNotFoundError: No module named 'PySide6.scripts.pyside_tool'
Command failed: C:\Python312\python.exe c:\Users\steves.vscode\extensions\seanwu.vscode-qt-for-python-7.6.0\python\scripts\rcc.py -o c:\Users\steves\Documents\Code\Python_samples\quickpdfviewer\viewer_rc.py c:\Users\steves\Documents\Code\Python_samples\quickpdfviewer\viewer.qrc
Traceback (most recent call last):
File "c:\Users\steves.vscode\extensions\seanwu.vscode-qt-for-python-7.6.0\python\scripts\rcc.py", line 17, in
from PySide6.scripts.pyside_tool import rcc
ModuleNotFoundError: No module named 'PySide6.scripts.pyside_tool'
The text was updated successfully, but these errors were encountered:
I had recently installed PySide6 on my machine when it started giving me error. So I uninstalled PySide6, and still got some errors.
I tried uninstalling the Qt for Python extension and reinstalling (after restart) and still got the errors.
I went into the extensions of VS Code and deleted the Qt for Python manually, then reinstalled, and I still got the errors.
Here is the Traceback:
Traceback (most recent call last):
File "c:\Users\steves.vscode\extensions\seanwu.vscode-qt-for-python-7.6.0\python\scripts\rcc.py", line 17, in
from PySide6.scripts.pyside_tool import rcc
ModuleNotFoundError: No module named 'PySide6.scripts.pyside_tool'
Command failed: C:\Python312\python.exe c:\Users\steves.vscode\extensions\seanwu.vscode-qt-for-python-7.6.0\python\scripts\rcc.py -o c:\Users\steves\Documents\Code\Python_samples\quickpdfviewer\viewer_rc.py c:\Users\steves\Documents\Code\Python_samples\quickpdfviewer\viewer.qrc
Traceback (most recent call last):
File "c:\Users\steves.vscode\extensions\seanwu.vscode-qt-for-python-7.6.0\python\scripts\rcc.py", line 17, in
from PySide6.scripts.pyside_tool import rcc
ModuleNotFoundError: No module named 'PySide6.scripts.pyside_tool'
The text was updated successfully, but these errors were encountered: