Open gitbls opened 1 year ago
I'm having the same issue. Worked on it for hours without finding the issue. Did you ever solve the problem?
I had the same issue so I run it like a normal python without pipenv. It worked great.
It looks as if they fixed everything causing this in the Dockerfile, so I am running it as a Docker and it works fine!
I had the same issue so I run it like a normal python without pipenv. It worked great.
Thanks! Will give that a try.
I'm trying to install plane-notify on RasPiOS Bullseye (Lite, but with X11 stuff install, if it matters), but without success.
Up front: I'm reasonably Linux and Python literate, but have never used pipenv, which of course is where I'm running into problems.
The README says to do
pipenv install
before doing the clone. When I do that pipenv creates the virtualenv in the user's directory. Then I clone, run screen, and pipenv run getsOK, so it looks like the virtualenv is created in the current directory, so try 2: clone and then do
pipenv install
inside the plane-notify directory. So, on a fresh OS install I install everything, then clone, thencd plane-notify
and dopipenv install
.pipenv install
gets a literal TON of errors (see the bottom of this issue), and not surprisingly when Iscreen
andpipenv run
I getAlso tried it on RasPiOS Buster, but that failed in ways that convinced me Buster was a no-go.
I'm befuddled at the moment, and would appreciate any and all guidance on how to get this installed and running.
Thanks!
Output from
pipenv install
in try 2 (done after the clone, in the plane-notify directory)