Skip to content

Issue with installing requirements. #11

Description

@acerbt

Action: pip install -r .\requirements.txt

Expected action: All requirements install

Actual:
`pip install -r .\requirements.txt
Collecting git+https://github.com/accessibleapps/platform_utils (from -r .\requirements.txt (line 5))
Cloning https://github.com/accessibleapps/platform_utils to c:\users\bill bowman\appdata\local\temp\pip-req-build-m8qhwcwi
Running command git clone --filter=blob:none --quiet https://github.com/accessibleapps/platform_utils 'C:\Users\Bill Bowman\AppData\Local\Temp\pip-req-build-m8qhwcwi'
Resolved https://github.com/accessibleapps/platform_utils to commit 42618871e57324984ad0e61f9ace11916d4484fb
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting git+https://github.com/accessibleapps/resource_finder (from -r .\requirements.txt (line 6))
Cloning https://github.com/accessibleapps/resource_finder to c:\users\bill bowman\appdata\local\temp\pip-req-build-q1ru0jlp
Running command git clone --filter=blob:none --quiet https://github.com/accessibleapps/resource_finder 'C:\Users\Bill Bowman\AppData\Local\Temp\pip-req-build-q1ru0jlp'
Resolved https://github.com/accessibleapps/resource_finder to commit 464872fa70bba1e08d9b6a9df9e93a26f93d782e
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting git+https://github.com/samtupy/smart_list_macos_fixes (from -r .\requirements.txt (line 7))
Cloning https://github.com/samtupy/smart_list_macos_fixes to c:\users\bill bowman\appdata\local\temp\pip-req-build-15b5dj_t
Running command git clone --filter=blob:none --quiet https://github.com/samtupy/smart_list_macos_fixes 'C:\Users\Bill Bowman\AppData\Local\Temp\pip-req-build-15b5dj_t'
Resolved https://github.com/samtupy/smart_list_macos_fixes to commit 13a9e55a6968ddace2ae795024a6b3d7a53b9ef9
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Collecting git+https://github.com/samtupy/sound_lib_macos_fixes (from -r .\requirements.txt (line 11))
Cloning https://github.com/samtupy/sound_lib_macos_fixes to c:\users\bill bowman\appdata\local\temp\pip-req-build-scsu4qw7
Running command git clone --filter=blob:none --quiet https://github.com/samtupy/sound_lib_macos_fixes 'C:\Users\Bill Bowman\AppData\Local\Temp\pip-req-build-scsu4qw7'
Resolved https://github.com/samtupy/sound_lib_macos_fixes to commit 0da8092c5476015fef3e18facae64aed5b0cf7f7
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... done
Requirement already satisfied: accessible_output2 in c:\users\bill bowman\appdata\local\programs\python\python314\lib\site-packages (from -r .\requirements.txt (line 1)) (0.17)
Collecting argparse (from -r .\requirements.txt (line 2))
Downloading argparse-1.4.0-py2.py3-none-any.whl.metadata (2.8 kB)
Collecting audioop-lts (from -r .\requirements.txt (line 3))
Downloading audioop_lts-0.2.2-cp313-abi3-win_amd64.whl.metadata (2.0 kB)
Requirement already satisfied: configobj in c:\users\bill bowman\appdata\local\programs\python\python314\lib\site-packages (from -r .\requirements.txt (line 4)) (5.0.9)
Collecting mistune (from -r .\requirements.txt (line 8))
Downloading mistune-3.1.4-py3-none-any.whl.metadata (1.8 kB)
Requirement already satisfied: pydub in c:\users\bill bowman\appdata\local\programs\python\python314\lib\site-packages (from -r .\requirements.txt (line 9)) (0.25.1)
Collecting pyinstaller (from -r .\requirements.txt (line 10))
Downloading pyinstaller-6.17.0-py3-none-win_amd64.whl.metadata (8.5 kB)
Requirement already satisfied: websockets in c:\users\bill bowman\appdata\local\programs\python\python314\lib\site-packages (from -r .\requirements.txt (line 12)) (15.0.1)
Requirement already satisfied: WXPython in c:\users\bill bowman\appdata\local\programs\python\python314\lib\site-packages (from -r .\requirements.txt (line 13)) (4.2.4)
Requirement already satisfied: platformdirs in c:\users\bill bowman\appdata\local\programs\python\python314\lib\site-packages (from platform_utils==1.6.0->-r .\requirements.txt (line 5)) (4.5.1)
Requirement already satisfied: pywin32 in c:\users\bill bowman\appdata\local\programs\python\python314\lib\site-packages (from platform_utils==1.6.0->-r .\requirements.txt (line 5)) (311)
Collecting six (from resource_finder==0.1->-r .\requirements.txt (line 6))
Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Collecting frozendict (from smart_list==1.2.4->-r .\requirements.txt (line 7))
Downloading frozendict-2.4.7-py3-none-any.whl.metadata (23 kB)
Requirement already satisfied: libloader in c:\users\bill bowman\appdata\local\programs\python\python314\lib\site-packages (from sound_lib==0.8.7->-r .\requirements.txt (line 11)) (1.4.2)
INFO: pip is looking at multiple versions of sound-lib to determine which version is compatible with other requirements. This could take a while.
ERROR: Cannot install -r .\requirements.txt (line 11) and platform-utils 1.6.0 (from git+https://github.com/accessibleapps/platform_utils) because these package versions have conflicting dependencies.

The conflict is caused by:
The user requested platform-utils 1.6.0 (from git+https://github.com/accessibleapps/platform_utils)
sound-lib 0.8.7 depends on platform_utils==1.5.10

Additionally, some packages in these conflicts have no matching distributions available for your environment:
platform-utils

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip to attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions