-
Notifications
You must be signed in to change notification settings - Fork 54
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
Cannot import name 'VESC' from 'pyvesc' #20
Comments
Try installing the newest version of the library using: pip install git+https://github.com/LiamBindle/PyVESC |
hi i have the same problem : pi@raspberrypi:~ $ pip3 install git+https://github.com/LiamBindle/PyVESC the same as sudo |
@robbyatbln: What worked for me was to "pip remove" the pyvesc, delete everything pyvesc-related from the disk and then install again from newest source as @TannerGilbert suggested. |
This worked for us: pip uninstall PyCRC
pip install pythoncrc |
Sadly I have pretty much given up on this library ( I have tried for 3 days) Virtual Machine I have had zero luck, I have just defaulted to writing my program in C++. I have pyvesc install yet I get the following messages (This is extremely irritating)
|
This worked for me, the library now loads and I don't see the error of PyCRC. |
Thank you I will try it as soon as I return home. |
I am not sure, but I think the problem here, is that the VESC.py file that is in the repository is not in the distribution. This means, it is looking for a file that doesn't exist hence the error. |
Hi, I'm trying to run your motor_example.py, but I 'm getting the error "cannot import name 'VESC' from 'pyvesc'." Any idea why this may be? I believe I'm working in python 3, but I'm new to coding in Python. Thanks!
The text was updated successfully, but these errors were encountered: