No Module "rich-click"

Hello,
Our team is at Gateway right now, and have attempted over the past couple of days to use PROS and EZ-Template. Base EZ-Template works fine when run from a different laptop (I can’t use it, as it’s not mine-- just used for a test) When I try to build the code, the terminal outputs
Traceback (most recent call last): File "/usr/local/bin/pros", line 5, in <module> from pros.cli.main import main File "/usr/local/Cellar/pros-cli/3.5.0/libexec/lib/python3.10/site-packages/pros/cli/main.py", line 15, in <module> from pros.cli.click_classes import * File "/usr/local/Cellar/pros-cli/3.5.0/libexec/lib/python3.10/site-packages/pros/cli/click_classes.py", line 4, in <module> from rich_click import RichCommand ModuleNotFoundError: No module named 'rich_click'

On the bottom right hand corner, I am getting the error messages as follows:

Does anyone know as to why this would be happening? We’ve consulted many coders, but none have any suggestions. I should add that it does upload to the brain fine, however no motors turn, or pneumatics activate.

Go to the PROS Tab and click install. It will check and make sure everything is installed correctly, which would be my guess for why it’s breaking.

If PROS is actually installed correctly, I can’t think of anything that would cause that. I hope you figure it out!

1 Like

Thank you, we clicked “Install” and it verified that the CLI and Toolchain are up to date.

Did that work?
As in, did that fix your problem?

1 Like

Unfortunately not. I believe it may be an issue with Python in the new PROS version. Other computers with older versions of PROS (that do not use Python) can upload, and do work with the exception of motors and pneumatics (drivetrain works and auto selector appears) Thanks though!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.