BiblioPixel command not found on Raspbian stretch

I’ve just installed biblio pixel on a fresh install of raspbian stretch on a Pi3 but when I try to run bibliopixel from the command line it just says “command not found”

pip3 freeze says that it is installed, and I can import it into python fine (I’ve tested Adam’s test script here: https://groups.google.com/d/msg/maniacal-labs-users/Wlxo8YQKo_c/alxa4KquBwAJ and it works)

I just can’t run bibliopixel directly from the CLI.

Am I missing something obvious?

Ta

James

Hmmm
What does which bibliopixel or which bp show?
I’m going to guess nothing, but gotta try :wink:

What is in /usr/local/bin ?

Did you install directly to Python 3 or did you install inside of a virtual environment?

···

On Sun, Oct 8, 2017 at 3:05 PM, James Heaver james@heaver.org wrote:

I’ve just installed biblio pixel on a fresh install of raspbian stretch on a Pi3 but when I try to run bibliopixel from the command line it just says “command not found”

pip3 freeze says that it is installed, and I can import it into python fine (I’ve tested Adam’s test script here: https://groups.google.com/d/msg/maniacal-labs-users/Wlxo8YQKo_c/alxa4KquBwAJ and it works)

I just can’t run bibliopixel directly from the CLI.

Am I missing something obvious?

Ta

James

You received this message because you are subscribed to the Google Groups “Maniacal Labs Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to maniacal-labs-users+unsubscribe@googlegroups.com.

To post to this group, send email to maniacal-labs-users@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/maniacal-labs-users/b61b0cd1-615e-4f08-9b6d-ba7c51b805f5%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

you’re correct, which bibliopixel and which bp show nothing

there is nothing in /usr/local/bin at all

I installed it directly to Python 3

···

On Sunday, 8 October 2017 20:13:08 UTC+1, Adam Haile wrote:

Hmmm
What does which bibliopixel or which bp show?
I’m going to guess nothing, but gotta try :wink:

What is in /usr/local/bin ?

Did you install directly to Python 3 or did you install inside of a virtual environment?

On Sun, Oct 8, 2017 at 3:05 PM, James Heaver ja...@heaver.org wrote:

I’ve just installed biblio pixel on a fresh install of raspbian stretch on a Pi3 but when I try to run bibliopixel from the command line it just says “command not found”

pip3 freeze says that it is installed, and I can import it into python fine (I’ve tested Adam’s test script here: https://groups.google.com/d/msg/maniacal-labs-users/Wlxo8YQKo_c/alxa4KquBwAJ and it works)

I just can’t run bibliopixel directly from the CLI.

Am I missing something obvious?

Ta

James

You received this message because you are subscribed to the Google Groups “Maniacal Labs Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to maniacal-labs-users+unsubscribe@googlegroups.com.

To post to this group, send email to maniacal-...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/maniacal-labs-users/b61b0cd1-615e-4f08-9b6d-ba7c51b805f5%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Run sudo pip3 install --upgrade bibliopixel and send me all the output please :slight_smile:
Not really sure what’s going on, but that should at least help.

···

On Sun, Oct 8, 2017 at 3:16 PM, James Heaver james@heaver.org wrote:

you’re correct, which bibliopixel and which bp show nothing

there is nothing in /usr/local/bin at all

I installed it directly to Python 3

On Sunday, 8 October 2017 20:13:08 UTC+1, Adam Haile wrote:

Hmmm
What does which bibliopixel or which bp show?
I’m going to guess nothing, but gotta try :wink:

What is in /usr/local/bin ?

Did you install directly to Python 3 or did you install inside of a virtual environment?

On Sun, Oct 8, 2017 at 3:05 PM, James Heaver ja...@heaver.org wrote:

I’ve just installed biblio pixel on a fresh install of raspbian stretch on a Pi3 but when I try to run bibliopixel from the command line it just says “command not found”

pip3 freeze says that it is installed, and I can import it into python fine (I’ve tested Adam’s test script here: https://groups.google.com/d/msg/maniacal-labs-users/Wlxo8YQKo_c/alxa4KquBwAJ and it works)

I just can’t run bibliopixel directly from the CLI.

Am I missing something obvious?

Ta

James

You received this message because you are subscribed to the Google Groups “Maniacal Labs Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to maniacal-labs-users+unsubscribe@googlegroups.com.

To post to this group, send email to maniacal-...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/maniacal-labs-users/b61b0cd1-615e-4f08-9b6d-ba7c51b805f5%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

You received this message because you are subscribed to the Google Groups “Maniacal Labs Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to maniacal-labs-users+unsubscribe@googlegroups.com.

To post to this group, send email to maniacal-labs-users@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/maniacal-labs-users/0e9bd933-177d-4057-8562-af2d3eaf9f9f%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Ah! Dammit!

that seems to work now. I hadn’t installed it with sudo first time round.

Thanks for you help

···

On Sunday, 8 October 2017 20:20:53 UTC+1, Adam Haile wrote:

Run sudo pip3 install --upgrade bibliopixel and send me all the output please :slight_smile:
Not really sure what’s going on, but that should at least help.

On Sun, Oct 8, 2017 at 3:16 PM, James Heaver ja...@heaver.org wrote:

you’re correct, which bibliopixel and which bp show nothing

there is nothing in /usr/local/bin at all

I installed it directly to Python 3

On Sunday, 8 October 2017 20:13:08 UTC+1, Adam Haile wrote:

Hmmm
What does which bibliopixel or which bp show?
I’m going to guess nothing, but gotta try :wink:

What is in /usr/local/bin ?

Did you install directly to Python 3 or did you install inside of a virtual environment?

On Sun, Oct 8, 2017 at 3:05 PM, James Heaver ja...@heaver.org wrote:

I’ve just installed biblio pixel on a fresh install of raspbian stretch on a Pi3 but when I try to run bibliopixel from the command line it just says “command not found”

pip3 freeze says that it is installed, and I can import it into python fine (I’ve tested Adam’s test script here: https://groups.google.com/d/msg/maniacal-labs-users/Wlxo8YQKo_c/alxa4KquBwAJ and it works)

I just can’t run bibliopixel directly from the CLI.

Am I missing something obvious?

Ta

James

You received this message because you are subscribed to the Google Groups “Maniacal Labs Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to maniacal-labs-users+unsubscribe@googlegroups.com.

To post to this group, send email to maniacal-...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/maniacal-labs-users/b61b0cd1-615e-4f08-9b6d-ba7c51b805f5%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

You received this message because you are subscribed to the Google Groups “Maniacal Labs Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to maniacal-labs-users+unsubscribe@googlegroups.com.

To post to this group, send email to maniacal-...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/maniacal-labs-users/0e9bd933-177d-4057-8562-af2d3eaf9f9f%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

:slight_smile: Yeah… pip is not great about making it super clear that the install failed.

···

On Sun, Oct 8, 2017 at 3:26 PM, James Heaver james@heaver.org wrote:

Ah! Dammit!

that seems to work now. I hadn’t installed it with sudo first time round.

Thanks for you help

On Sunday, 8 October 2017 20:20:53 UTC+1, Adam Haile wrote:

Run sudo pip3 install --upgrade bibliopixel and send me all the output please :slight_smile:
Not really sure what’s going on, but that should at least help.

On Sun, Oct 8, 2017 at 3:16 PM, James Heaver ja...@heaver.org wrote:

you’re correct, which bibliopixel and which bp show nothing

there is nothing in /usr/local/bin at all

I installed it directly to Python 3

On Sunday, 8 October 2017 20:13:08 UTC+1, Adam Haile wrote:

Hmmm
What does which bibliopixel or which bp show?
I’m going to guess nothing, but gotta try :wink:

What is in /usr/local/bin ?

Did you install directly to Python 3 or did you install inside of a virtual environment?

On Sun, Oct 8, 2017 at 3:05 PM, James Heaver ja...@heaver.org wrote:

I’ve just installed biblio pixel on a fresh install of raspbian stretch on a Pi3 but when I try to run bibliopixel from the command line it just says “command not found”

pip3 freeze says that it is installed, and I can import it into python fine (I’ve tested Adam’s test script here: https://groups.google.com/d/msg/maniacal-labs-users/Wlxo8YQKo_c/alxa4KquBwAJ and it works)

I just can’t run bibliopixel directly from the CLI.

Am I missing something obvious?

Ta

James

You received this message because you are subscribed to the Google Groups “Maniacal Labs Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to maniacal-labs-users+unsubscribe@googlegroups.com.

To post to this group, send email to maniacal-...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/maniacal-labs-users/b61b0cd1-615e-4f08-9b6d-ba7c51b805f5%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

You received this message because you are subscribed to the Google Groups “Maniacal Labs Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to maniacal-labs-users+unsubscribe@googlegroups.com.

To post to this group, send email to maniacal-...@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/maniacal-labs-users/0e9bd933-177d-4057-8562-af2d3eaf9f9f%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

You received this message because you are subscribed to the Google Groups “Maniacal Labs Users” group.

To unsubscribe from this group and stop receiving emails from it, send an email to maniacal-labs-users+unsubscribe@googlegroups.com.

To post to this group, send email to maniacal-labs-users@googlegroups.com.

To view this discussion on the web visit https://groups.google.com/d/msgid/maniacal-labs-users/d4ec620d-268c-40f2-9e71-1705f0aae030%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.