robotpy / robotpy-installer

RobotPy installer program
MIT License
5 stars 11 forks source link

[BUG]: robotpy installer using file as install #109

Closed Kredcool closed 6 months ago

Kredcool commented 7 months ago

Problem description

the command python -m robotpy installer install -r robot_requirements.txt is trying to download files from robot_requirements.txt instead of using it as a list of packages to download.

Operating System

Linux

Installed Python Packages

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
robotpy = {extras = ["rev", "ctre", "commands2", "navx"]}
wpilib = {extras = ["all"]}
pyyaml = "6.0"
black = "*"

[dev-packages]
black = "*"

[requires]
python_version = "3.11"

[pipenv]
allow_prereleases = true

Reproducible example code

python -m robotpy installer install -r robot_requirements.txt