-
Notifications
You must be signed in to change notification settings - Fork 87
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
BBIOServer_test.py error #91
Comments
Hmm, it should have created and populated that directory when PyBBIO installed - try updating:
and run it again. If that still doesn't work then see if uninstalling and reinstalling does the trick:
|
Thanks for your help i try what you tell me but nothing change this is the result of your command: root@beaglebone: And from the compiler i have the same result: Please if you have another thing to try tell me. |
Hmm, it looks like pip didn't actually uninstall it... try manually deleting it:
(Being very careful not to Then make sure it's really uninstalled:
You should see something like:
If not it'll print the path to where PyBBIO is installed, make sure to Then try the pip install again. The install process should create the directory |
Thanks alexander now it work, the only thing that now doesn't work is the toggle of led USR2 that show always current state: 255. while USR3 LED works fine. |
i want test the BBIOServer_test.py in my beaglebone Black (Linux beaglebone 3.8.13-bone79 #1 SMP Tue Oct 13 20:44:55 UTC 2015 armv7l GNU/Linux) but when i press Run on my cloud9 the compiler return
Traceback (most recent call last):
File "/var/lib/cloud9/examples/PyBBIO/BBIOServer_test.py", line 15, in
from bbio.libraries.BBIOServer import *
File "/usr/local/lib/python2.7/dist-packages/bbio/libraries/BBIOServer/init.py", line 3, in
from bbio_server import *
File "/usr/local/lib/python2.7/dist-packages/bbio/libraries/BBIOServer/bbio_server.py", line 26, in
os.chdir(ROOT_DIR)
OSError: [Errno 2] No such file or directory: '/root/.BBIOServer'
Someone can help me to solve this problem, i'm new on Beaglebone and also linux machine.
Thanks
The text was updated successfully, but these errors were encountered: