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

Can't install on RPi #5

Open
Moskus opened this issue Oct 26, 2016 · 4 comments
Open

Can't install on RPi #5

Moskus opened this issue Oct 26, 2016 · 4 comments

Comments

@Moskus
Copy link

Moskus commented Oct 26, 2016

First installed BlueZ from source, then the commands as listed on the front page.

I'm stuck here:

pi@raspberrypi:~ $ pip install pycirculate
Downloading/unpacking pycirculate
  Could not find a version that satisfies the requirement pycirculate (from versions: 0.1.1a1, 0.1.0a1)
Cleaning up...
No distributions matching the version for pycirculate
Storing debug log for failure in /home/pi/.pip/pip.log

@amorton12
Copy link

I had the same problem on a NTC C.H.I.P. (also ARM based), and I got around it by adding the "--pre" flag. Apparently it has something to do with the versions on PyPi being marked as pre-release.

@Moskus
Copy link
Author

Moskus commented Nov 22, 2016

Perfect! That did the trick! :)

@Moskus
Copy link
Author

Moskus commented Nov 22, 2016

... and this is me being a noob on Linux, but exactly where is pycirculate installed? I can't for the life of me find the rest.py file!

@amorton12
Copy link

Not sure offhand, but you can try 'sudo updatedb && locate rest.py'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants