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
`Collecting midiexplorer
Using cached midiexplorer-0.0.1a5-py3-none-any.whl.metadata (82 kB)
Collecting dearpygui-ext~=0.9.5 (from midiexplorer)
Using cached dearpygui_ext-0.9.5-py3-none-any.whl.metadata (5.7 kB)
INFO: pip is looking at multiple versions of midiexplorer to determine which version is compatible with other requirements. This could take a while.
Collecting midiexplorer
Using cached midiexplorer-0.0.1a4-py3-none-any.whl.metadata (82 kB)
Using cached midiexplorer-0.0.1a3-py3-none-any.whl.metadata (82 kB)
Using cached midiexplorer-0.0.1a2-py3-none-any.whl.metadata (55 kB)
Using cached midiexplorer-0.0.1a1-py3-none-any.whl.metadata (55 kB)
Using cached midiexplorer-0.0.1a0-py3-none-any.whl.metadata (53 kB)
ERROR: Cannot install midiexplorer==0.0.1a0, midiexplorer==0.0.1a1, midiexplorer==0.0.1a2, midiexplorer==0.0.1a3, midiexplorer==0.0.1a4 and midiexplorer==0.0.1a5 because these package versions have conflicting dependencies.
The conflict is caused by:
midiexplorer 0.0.1a5 depends on dearpygui~=1.8.0
midiexplorer 0.0.1a4 depends on dearpygui~=1.8.0
midiexplorer 0.0.1a3 depends on dearpygui~=1.8.0
midiexplorer 0.0.1a2 depends on dearpygui==1.6.2
midiexplorer 0.0.1a1 depends on dearpygui==1.6.2
midiexplorer 0.0.1a0 depends on dearpygui==1.6.2
To fix this you could try to:
loosen the range of package versions you've specified
remove package versions to allow pip to attempt to solve the dependency conflict
I think it's because the requirement can not indeed be satisfied, as dearpygui 1.8 was only made available for Python 3.11 at most. So if @foamycastle is using a more recent Python version, such as Python 3.13, pip is lost.
2.0 has a Py 3.13 version available, so main branch should work, but there's a typo in the dep name.. see #19
Terminal output:
`Collecting midiexplorer
Using cached midiexplorer-0.0.1a5-py3-none-any.whl.metadata (82 kB)
Collecting dearpygui-ext~=0.9.5 (from midiexplorer)
Using cached dearpygui_ext-0.9.5-py3-none-any.whl.metadata (5.7 kB)
INFO: pip is looking at multiple versions of midiexplorer to determine which version is compatible with other requirements. This could take a while.
Collecting midiexplorer
Using cached midiexplorer-0.0.1a4-py3-none-any.whl.metadata (82 kB)
Using cached midiexplorer-0.0.1a3-py3-none-any.whl.metadata (82 kB)
Using cached midiexplorer-0.0.1a2-py3-none-any.whl.metadata (55 kB)
Using cached midiexplorer-0.0.1a1-py3-none-any.whl.metadata (55 kB)
Using cached midiexplorer-0.0.1a0-py3-none-any.whl.metadata (53 kB)
ERROR: Cannot install midiexplorer==0.0.1a0, midiexplorer==0.0.1a1, midiexplorer==0.0.1a2, midiexplorer==0.0.1a3, midiexplorer==0.0.1a4 and midiexplorer==0.0.1a5 because these package versions have conflicting dependencies.
The conflict is caused by:
midiexplorer 0.0.1a5 depends on dearpygui~=1.8.0
midiexplorer 0.0.1a4 depends on dearpygui~=1.8.0
midiexplorer 0.0.1a3 depends on dearpygui~=1.8.0
midiexplorer 0.0.1a2 depends on dearpygui==1.6.2
midiexplorer 0.0.1a1 depends on dearpygui==1.6.2
midiexplorer 0.0.1a0 depends on dearpygui==1.6.2
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts`
The text was updated successfully, but these errors were encountered: