Replies: 6 comments 14 replies
-
Looks like there is a bug in the deploy script that doesn't handle the case where venv is installed but hasn't been created. Let me see if i can give you a quick fix. |
Beta Was this translation helpful? Give feedback.
-
pi@raspberrypi:~/amplipi/AmpliPi/scripts $ ./deploy Please set RPI_IP_ADDRESS, for example: |
Beta Was this translation helpful? Give feedback.
-
Thanks, Lincoln.
I understand, now, how you are developing - and it makes sense. I'm
working to create a similar setup. My delay has been: I had to upgrade
my version of python and openssl... hopefully I'll have a breakthrough
soon.
I'm trying not to burn up your time ( which is better spent getting ready
for production) on my silly questions !
Kind regards,
Van
…On Wed, Mar 17, 2021 at 1:20 PM Lincoln Lorenz ***@***.***> wrote:
We are working on packaging AmpliPi into a release, so all of the relative
path issues will be solved relatively soon. Sorry that you had so many
issues with this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#91 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANBFM7VA7JES5O433XV4BCDTEDQE7ANCNFSM4ZG5ZB7A>
.
|
Beta Was this translation helpful? Give feedback.
-
Hi Lincoln,
Hope you are well ! It looks like there are some delays in developer
units ? I'd like to contribute - but I had so much trouble getting an
SD card image to work ..
Is there a way I could get a linux 'dd' image file for a a basic/
latest build ? I purchased the recommended sound card and would like to
see if I can contribute.
Thank you for your efforts !
Van
…On Wed, Mar 17, 2021 at 1:20 PM Lincoln Lorenz ***@***.***> wrote:
We are working on packaging AmpliPi into a release, so all of the relative
path issues will be solved relatively soon. Sorry that you had so many
issues with this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#91 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANBFM7VA7JES5O433XV4BCDTEDQE7ANCNFSM4ZG5ZB7A>
.
|
Beta Was this translation helpful? Give feedback.
-
I also have both. But it seems like the AmpliPi will ship with
Raspberry Pi3... so lets go with that.
I think you also asked what my IP was...
my public is: 67.191.140.146
inside, my NAT'd addresses.
192.168.35.138 Raspi 3
192.168.35.144 Raspi 4
If you plan to ship with Raspi4 , I'd also like to work on a Raspi4.
Thanks !
Van
…On Tue, Jun 15, 2021 at 5:38 PM Lincoln Lorenz ***@***.***> wrote:
What pi are you using? In our office we have a pi3 and a pi4, so we can
pretty easily make a working image for either a pi3 or pi4.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#91 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANBFM7UIR66YWIM5HHSUN6TTS7B4LANCNFSM4ZG5ZB7A>
.
|
Beta Was this translation helpful? Give feedback.
-
I saw the update on the inaugural 5 ! congratulations!
if you get a minute, I'd like to download the img so I can contribute.
VZ
…On Thu, Jun 24, 2021 at 10:23 AM Lincoln Lorenz ***@***.***> wrote:
@micronova-jb <https://github.com/micronova-jb> is working on creating a
defacto image for our first 5 AmpliPis. We should be able to get you
something that works in the next couple of days.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#91 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANBFM7TXWVBJSKE6Y4HCGZDTUM5XRANCNFSM4ZG5ZB7A>
.
|
Beta Was this translation helpful? Give feedback.
-
Thank you, Jason; Lincoln; Mark - this is a great endeavor !
I started watching a couple of weeks ago and missed out on the Developer Kickstarter - so I contributed at the next level. I'm a hack SBC developer - but I'd like to contribute. My Vantec NBA-200U was delivered yesterday and my pi is playing XM radio over it now over the 'front' channel. If it will be possible to get an 'early adopter' product, I'd like to help with some home automation ideas I have.
I followed the DEVELOPING.md instructions an did a deploy. The first time through: I followed the script's instructions to " set RPI_IP_ADDRESS. When I run_debug_webserver --mock-ctrl I get 3 errors:
line 41: venv/bin/activate no such file ( I have venv installed and a django instance installed)
line 43: flask: command not found ( I've not installed flask )
line 44: deactivate (command not found)
I've attached (renamed to .txt)
asound.txt
my asound.conf for the mock board. did I follow instructions correctly ?
Please advise on how I should correctly setup for development...
Beta Was this translation helpful? Give feedback.
All reactions