-
Notifications
You must be signed in to change notification settings - Fork 89
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 bbio #30
Comments
Resolved. I uninstalled and removed PyBBIO from my machines and recloned it from Github. Don't know if it made a difference but I got my first clone from https://..... and this second one from http://...... |
Glad it worked out. The install script may be doing something weird, I'll look into it. |
Just wanted to add that if anyone else has been having this issue, I ran an upgrade in pip and seems to work. pip install --upgrade pybbio |
I am now having the same issue on a fresh install of Debian. Was there anything off in the setups script? |
Hmm, I just recently installed it on a fresh Debian image and it worked for me. If you're getting the |
Alright.... I just came to the same conclusion about running it from the PyBBIO dir... face palm I've been so used to doing pip installs where I don't have the local files in front of me. Thanks for the quick response. |
I came across the following error I am running python in home directory. PyBBIO directory is installed under home directory! Please let me know how to fix this? Thanks, |
Disclaimer: I'm new to Python
I'm simply trying to run the blink.py example and am getting the error:
ImportError: No module name api
I've tried searching for some answers on forums and through Google, to no avail. I'm on a bit of a time crunch (need a working prototype in a little more than a day). Help would be very much appreciated.
The text was updated successfully, but these errors were encountered: