-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
Problem description
Expected behavior: Running pip3 install --no-build-isolation -e . (based on dist.yml) from the repo root works.
Actual behavior: Command fails with some of the following output:
INFO: pip is looking at multiple versions of robotpy-commands-v2 to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement wpilib<2026,>=2025.0.0b1 (from robotpy-commands-v2) (from versions: 2015.0.0, 2015.0.1, 2015.0.2, 2015.0.3, 2015.0.4, 2015.0.5, 2015.0.6, 2015.0.7, 2015.0.8, 2015.0.9, 2015.0.10, 2015.0.11, 2015.0.12, 2015.0.13, 2015.0.14, 2015.0.15, 2016.0.0, 2016.1.0, 2016.1.1, 2016.1.2, 2016.1.3, 2016.1.4, 2016.2.0, 2016.2.1, 2016.2.2, 2016.2.3, 2016.2.4, 2017.0.0, 2017.0.1, 2017.0.2, 2017.0.3, 2017.0.4, 2017.0.5, 2017.0.6, 2017.0.7, 2017.0.8, 2017.0.9, 2017.0.10, 2017.0.11, 2017.1.0, 2017.1.1, 2017.1.2, 2018.0.0, 2018.0.1, 2018.0.2, 2018.0.3, 2018.0.4, 2018.0.5, 2018.0.6, 2018.0.7, 2018.0.8, 2018.0.9, 2018.0.10, 2018.0.11, 2018.0.12, 2018.0.13, 2018.0.14, 2018.1.0, 2018.1.1, 2018.1.2, 2018.1.3, 2018.1.4, 2018.1.5, 2018.1.6, 2019.0.0, 2019.0.1, 2019.0.2, 2019.0.3, 2019.1.0, 2019.1.1, 2019.1.2, 2019.2.0, 2019.2.1, 2019.2.2, 2019.2.3, 2020.1.2.1, 2020.1.2.2, 2020.1.2.3, 2020.2.2.0, 2020.2.2.1, 2020.2.2.2, 2020.2.2.3, 2020.2.2.4, 2020.2.2.5, 2020.2.2.6, 2020.2.2.7, 2020.2.2.8, 2020.2.2.10, 2020.2.2.11, 2020.2.2.12, 2020.2.2.13, 2020.3.2.0, 2020.3.2.1, 2020.3.2.2, 2020.3.2.3, 2020.3.2.4, 2020.3.2.5, 2021.1.2.0, 2021.2.1.0, 2021.2.2.0, 2021.2.2.1, 2021.3.1.0, 2022.2.1.0, 2022.2.1.1, 2022.2.1.3, 2022.2.1.4, 2022.2.1.5, 2022.3.1.0, 2022.3.1.1, 2022.4.1.0, 2022.4.1.1, 2022.4.1.2, 2022.4.1.3, 2022.4.1.4, 2022.4.1.5, 2022.4.1.6, 2023.0.0b3, 2023.0.0b4, 2023.0.0b4.post1, 2023.0.0b5, 2023.0.0b6, 2023.0.0b7, 2023.0.0b7.post1, 2023.1.1.0, 2023.2.1.0, 2023.2.1.1, 2023.3.1.0, 2023.3.2.1, 2023.4.1.0, 2023.4.2.0, 2023.4.3.0, 2024.0.0b2, 2024.0.0b2.post1, 2024.0.0b3, 2024.0.0b3.post1, 2024.0.0b3.post2, 2024.0.0b4, 2024.0.0b4.post1, 2024.1.1.0, 2024.1.1.1, 2024.2.1.0, 2024.2.1.1, 2024.2.1.2, 2024.2.1.3, 2024.3.1.0, 2024.3.2.0, 2024.3.2.1)
ERROR: No matching distribution found for wpilib<2026,>=2025.0.0b1
(This still happens on 11/25, after the release of wpilib 2025.0.0b2. Trying pip install wpilib==2025.0.0b2 (from copy-pasting from the pypi website) also fails, as does pip install wpilib==2025.0.0b2 --pre.)
Operating System
MacOS
Installed Python Packages
N/A (I am trying to install packages in the first place)
Reproducible example code
N/A (I am trying to install packages in the first place)
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested