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
Downloading the 4.2.0 tarball and calling pip install . leads to
ERROR: Could not find a version that satisfies the requirement PySide6-Essentials~=6.4 (from extrap==4.2.0) (from versions: none)
ERROR: No matching distribution found for PySide6-Essentials~=6.4 (from extrap==4.2.0)
Replacing the dependency of PySide6-Essentials in setup.py by PySide6~=6.2.4 (the most recent available version via pip) solves this issue.
The text was updated successfully, but these errors were encountered:
Downloading the 4.2.0 tarball and calling
pip install .
leads toReplacing the dependency of
PySide6-Essentials
insetup.py
byPySide6~=6.2.4
(the most recent available version via pip) solves this issue.The text was updated successfully, but these errors were encountered: