Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rvctool: command not found #2

Open
MorphRobotics opened this issue May 24, 2023 · 9 comments
Open

rvctool: command not found #2

MorphRobotics opened this issue May 24, 2023 · 9 comments
Assignees
Labels
bug Something isn't working under investigation

Comments

@MorphRobotics
Copy link

After running pip install rvc3python. The rvctool command does not work, it returns the error "rvctool: command not found"

@petercorke
Copy link
Owner

are you working inside a virtual environment like conda? Did you try rehash?

this probably should have been reported as a bug rather than errata, it's an issue with the code not the book.

@petercorke
Copy link
Owner

resolved?

@MorphRobotics
Copy link
Author

Not yet, I've attached a picture of the error I'm getting. To use the toolbox I have to go into iPython and manually code in that environment.
rvctool error

@petercorke
Copy link
Owner

ok, this looks an error in the spatial math library related to type hints that is occurring for Python 3.10. Leave this with me.

@petercorke
Copy link
Owner

Do you have the latest version of typing_extensions installed in this python environment?

@MorphRobotics
Copy link
Author

Yes I do

@followthwhiterabbit
Copy link

I have came across with a similar problem in rtbtool yesterday, uninstalling and reinstalling matplotlib solved my issue, I hope it would help with your case as well.

@petercorke
Copy link
Owner

Hi @followthwhiterabbit, rtbtool was the precursor to rvctool, same principles but I suspect it might be a bit buggier. It's roughly equivalent to rvctool --no-vision. Not sure why changes to matplotlib would have the effect you mentioned, that seems odd.

@petercorke
Copy link
Owner

I've just done a clean install using conda for Python 3.10, on a Mac, and got no issues. If you still have no luck, are you willing to try it with conda? I resisted conda for ages, but it's made my life so much easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working under investigation
Projects
None yet
Development

No branches or pull requests

3 participants