ahodges9 / LedFx

LedFx is a network based LED effect controller with support for advanced real-time audio effects! LedFx can control multiple devices and works great with cheap ESP8266 nodes allowing for cost effectvice syncronized effects across your entire house!
MIT License
387 stars 90 forks source link

pip install ledFX fails #41

Closed microfx closed 4 years ago

microfx commented 5 years ago

Hey!

When trying to install ledFX I get following error:

~/LedFx$ pip install ledfx Collecting ledfx Could not find a version that satisfies the requirement ledfx (from versions: ) No matching distribution found for ledfx

Any idea?

richyxi commented 5 years ago

Python3 PIP install ledfx, can you try it

El lun., 27 de mayo de 2019 8:28, microfx notifications@github.com escribió:

Hey!

When trying to install ledFX I get following error:

~/LedFx$ pip install ledfx Collecting ledfx Could not find a version that satisfies the requirement ledfx (from versions: ) No matching distribution found for ledfx

Any idea?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ahodges9/LedFx/issues/41?email_source=notifications&email_token=ALHKYG5RJ5ERRLX2TBGNPFLPXPOYPA5CNFSM4HP37K52YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GWBBBQQ, or mute the thread https://github.com/notifications/unsubscribe-auth/ALHKYG2PP3U466WOAWZSU5LPXPOYPANCNFSM4HP37K5Q .

microfx commented 5 years ago

pip3 install ledfx Collecting ledfx Could not find a version that satisfies the requirement ledfx (from versions: ) No matching distribution found for ledfx

python3 pip install ledfx python3: can't open file 'pip': [Errno 2] No such file or directory

unfortunately the same...

On 27. May 2019, at 17:22, richyxi notifications@github.com wrote:

Python3 PIP install ledfx, can you try it

El lun., 27 de mayo de 2019 8:28, microfx notifications@github.com escribió:

Hey!

When trying to install ledFX I get following error:

~/LedFx$ pip install ledfx Collecting ledfx Could not find a version that satisfies the requirement ledfx (from versions: ) No matching distribution found for ledfx

Any idea?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ahodges9/LedFx/issues/41?email_source=notifications&email_token=ALHKYG5RJ5ERRLX2TBGNPFLPXPOYPA5CNFSM4HP37K52YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GWBBBQQ, or mute the thread https://github.com/notifications/unsubscribe-auth/ALHKYG2PP3U466WOAWZSU5LPXPOYPANCNFSM4HP37K5Q .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ahodges9/LedFx/issues/41?email_source=notifications&email_token=AJB2HDCTG4FVZNY6OM6CIV3PXP4DVA5CNFSM4HP37K52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKBZNI#issuecomment-496245941, or mute the thread https://github.com/notifications/unsubscribe-auth/AJB2HDD7QRKN43SU6GURNP3PXP4DVANCNFSM4HP37K5Q.

richyxi commented 5 years ago

That's is telling you that you need to install pip package manager on your python3 environment, python3.6 should work

El lun., 27 de mayo de 2019 10:30, microfx notifications@github.com escribió:

pip3 install ledfx Collecting ledfx Could not find a version that satisfies the requirement ledfx (from versions: ) No matching distribution found for ledfx

python3 pip install ledfx python3: can't open file 'pip': [Errno 2] No such file or directory

unfortunately the same...

On 27. May 2019, at 17:22, richyxi notifications@github.com wrote:

Python3 PIP install ledfx, can you try it

El lun., 27 de mayo de 2019 8:28, microfx notifications@github.com escribió:

Hey!

When trying to install ledFX I get following error:

~/LedFx$ pip install ledfx Collecting ledfx Could not find a version that satisfies the requirement ledfx (from versions: ) No matching distribution found for ledfx

Any idea?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub < https://github.com/ahodges9/LedFx/issues/41?email_source=notifications&email_token=ALHKYG5RJ5ERRLX2TBGNPFLPXPOYPA5CNFSM4HP37K52YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GWBBBQQ , or mute the thread < https://github.com/notifications/unsubscribe-auth/ALHKYG2PP3U466WOAWZSU5LPXPOYPANCNFSM4HP37K5Q

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/ahodges9/LedFx/issues/41?email_source=notifications&email_token=AJB2HDCTG4FVZNY6OM6CIV3PXP4DVA5CNFSM4HP37K52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKBZNI#issuecomment-496245941>, or mute the thread < https://github.com/notifications/unsubscribe-auth/AJB2HDD7QRKN43SU6GURNP3PXP4DVANCNFSM4HP37K5Q .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ahodges9/LedFx/issues/41?email_source=notifications&email_token=ALHKYG22GRTN4H3LPJ6OVG3PXP5A5A5CNFSM4HP37K52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKCI6Q#issuecomment-496247930, or mute the thread https://github.com/notifications/unsubscribe-auth/ALHKYG6C76RVS6M2UNA2SQDPXP5A5ANCNFSM4HP37K5Q .

microfx commented 5 years ago

python3.5 -m pip install ledfx Collecting ledfx Could not find a version that satisfies the requirement ledfx (from versions: ) No matching distribution found for ledfx

I have no clue what I is wrong here - I have it installed I think. Always this version hell everywhere.

richyxi commented 5 years ago

You need python 3.6 or 3.7 not 3.5

El lun., 27 de mayo de 2019 10:54, microfx notifications@github.com escribió:

python3.5 -m pip install ledfx Collecting ledfx Could not find a version that satisfies the requirement ledfx (from versions: ) No matching distribution found for ledfx

I have no clue what I is wrong here - I have it installed I think. Always this version hell everywhere.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ahodges9/LedFx/issues/41?email_source=notifications&email_token=ALHKYG55EWGYCHAGSIOJBUDPXP723A5CNFSM4HP37K52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKDXMY#issuecomment-496253875, or mute the thread https://github.com/notifications/unsubscribe-auth/ALHKYGYRTWL4IJNA6M4IAVTPXP723ANCNFSM4HP37K5Q .

microfx commented 5 years ago

thanks a lot! fixed it :)

On 27. May 2019, at 18:05, richyxi notifications@github.com wrote:

You need python 3.6 or 3.7 not 3.5

El lun., 27 de mayo de 2019 10:54, microfx notifications@github.com escribió:

python3.5 -m pip install ledfx Collecting ledfx Could not find a version that satisfies the requirement ledfx (from versions: ) No matching distribution found for ledfx

I have no clue what I is wrong here - I have it installed I think. Always this version hell everywhere.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ahodges9/LedFx/issues/41?email_source=notifications&email_token=ALHKYG55EWGYCHAGSIOJBUDPXP723A5CNFSM4HP37K52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKDXMY#issuecomment-496253875, or mute the thread https://github.com/notifications/unsubscribe-auth/ALHKYGYRTWL4IJNA6M4IAVTPXP723ANCNFSM4HP37K5Q .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/ahodges9/LedFx/issues/41?email_source=notifications&email_token=AJB2HDD2YNDSMQC2Q2NEWJ3PXQBFNA5CNFSM4HP37K52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKEKRQ#issuecomment-496256326, or mute the thread https://github.com/notifications/unsubscribe-auth/AJB2HDEHDVBDETRQTUHVSGDPXQBFNANCNFSM4HP37K5Q.

richyxi commented 5 years ago

U welcome sir

El lun., 27 de mayo de 2019 11:37, microfx notifications@github.com escribió:

thanks a lot! fixed it :)

On 27. May 2019, at 18:05, richyxi notifications@github.com wrote:

You need python 3.6 or 3.7 not 3.5

El lun., 27 de mayo de 2019 10:54, microfx notifications@github.com escribió:

python3.5 -m pip install ledfx Collecting ledfx Could not find a version that satisfies the requirement ledfx (from versions: ) No matching distribution found for ledfx

I have no clue what I is wrong here - I have it installed I think. Always this version hell everywhere.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub < https://github.com/ahodges9/LedFx/issues/41?email_source=notifications&email_token=ALHKYG55EWGYCHAGSIOJBUDPXP723A5CNFSM4HP37K52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKDXMY#issuecomment-496253875 , or mute the thread < https://github.com/notifications/unsubscribe-auth/ALHKYGYRTWL4IJNA6M4IAVTPXP723ANCNFSM4HP37K5Q

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub < https://github.com/ahodges9/LedFx/issues/41?email_source=notifications&email_token=AJB2HDD2YNDSMQC2Q2NEWJ3PXQBFNA5CNFSM4HP37K52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKEKRQ#issuecomment-496256326>, or mute the thread < https://github.com/notifications/unsubscribe-auth/AJB2HDEHDVBDETRQTUHVSGDPXQBFNANCNFSM4HP37K5Q .

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ahodges9/LedFx/issues/41?email_source=notifications&email_token=ALHKYG2HE4DKGRMC33CPX5LPXQE23A5CNFSM4HP37K52YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKF3MQ#issuecomment-496262578, or mute the thread https://github.com/notifications/unsubscribe-auth/ALHKYG2K5P6FRQFZB7LETK3PXQE23ANCNFSM4HP37K5Q .