robotpy / examples

Repository of RobotPy example projects
43 stars 52 forks source link

Create run_tests.py #113

Open Suave101 opened 7 months ago

Suave101 commented 7 months ago

Working on creating run_tests.py and creating a toml file for each folder as per #112

Suave101 commented 7 months ago

I am having trouble with the following error when I run my code:

__main__.py: error: No entry points defined -- robot code can't do anything. Install packages to add entry points (see README)
virtuald commented 7 months ago

I am having trouble with the following error when I run my code:

__main__.py: error: No entry points defined -- robot code can't do anything. Install packages to add entry points (see README)

That means you don't have pyfrc or other programs installed. What did you install?

Suave101 commented 7 months ago

Here is my pip list:

Package                   Version
------------------------- ----------
attrs                     21.4.0
bcrypt                    4.1.2
bleach                    3.3.0
certifi                   2020.12.5
cffi                      1.16.0
chardet                   4.0.0
click                     8.1.7
colorama                  0.4.4
cryptography              41.0.7
decorator                 4.4.2
docutils                  0.17
exceptiongroup            1.2.0
idna                      2.10
imageio                   2.33.1
imageio-ffmpeg            0.4.7
importlib-metadata        7.0.1
iniconfig                 2.0.0
jsonschema                4.4.0
kconfiglib                14.1.0
keyring                   23.0.1
moviepy                   1.0.3
numpy                     1.26.3
opencv-python             4.9.0.80
packaging                 23.2
paramiko                  3.4.0
phoenix6                  24.1.0
pillow                    10.2.0
Pint                      0.23
pip                       23.3.1
pkginfo                   1.7.0
pluggy                    1.3.0
proglog                   0.1.10
pycparser                 2.21
pyfrc                     2024.0.1
pygame                    2.1.2
Pygments                  2.8.1
PyNaCl                    1.5.0
pynetconsole              2.0.4
pyntcore                  2024.2.1.1
pyrsistent                0.18.1
pytest                    7.4.4
pytest-reraise            2.1.2
pytube                    12.1.0
pywin32-ctypes            0.2.2
readme-renderer           29.0
requests                  2.25.1
requests-toolbelt         0.9.1
rfc3986                   1.4.0
robotpy                   2024.2.1.0
robotpy-apriltag          2024.2.1.1
robotpy-cli               2024.0.0
robotpy-commands-v2       2024.0.0b4
robotpy-cscore            2024.2.1.1
robotpy-ctre              2024.1.1
robotpy-hal               2024.2.1.1
robotpy-halsim-ds-socket  2024.2.1.1
robotpy-halsim-gui        2024.2.1.1
robotpy-halsim-ws         2024.2.1.1
robotpy-installer         2024.1.3
robotpy-navx              2024.1.0
robotpy-pathplannerlib    2024.1.3
robotpy-playingwithfusion 2024.0.0
robotpy-rev               2024.2.0
robotpy-romi              2024.2.1.1
robotpy-wpilib-utilities  2024.0.0
robotpy-wpimath           2024.2.1.1
robotpy-wpinet            2024.2.1.1
robotpy-wpiutil           2024.2.1.1
robotpy-xrp               2024.2.1.1
setuptools                68.2.2
six                       1.15.0
tomli                     2.0.1
tqdm                      4.60.0
twine                     3.4.1
typing_extensions         4.9.0
urllib3                   1.26.4
webencodings              0.5.1
wheel                     0.41.2
wpilib                    2024.2.1.1
zipp                      3.4.1