Replies: 1 comment 1 reply
-
Try
sudo pip3 install -e
"git+https://github.com/jblance/mpp-solar.git#egg=mppsolar
<https://github.com/jblance/mpp-solar.git#egg=mpp-solar>"
…On Wed, 10 Nov 2021, 4:04 am cyborgxxl, ***@***.***> wrote:
Since the Raspi Bullseye update i get this error if i want to update the
mpp-solar. Does anyone know what this means and how i can fix that?
sudo pip3 install -e "git+https://github.com/jblance/mpp-solar.git#egg=mpp-solar"
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Obtaining mpp-solar from git+https://github.com/jblance/mpp-solar.git#egg=mpp-solar
Updating /src/mpp-solar clone
Running command git fetch -q --tags
Running command git reset --hard -q 99e0fc1
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
WARNING: Generating metadata for package mpp-solar produced metadata for project name mppsolar. Fix your #egg=mpp-solar fragments.
WARNING: Discarding git+https://github.com/jblance/mpp-solar.git#egg=mpp-solar. Requested mppsolar from git+https://github.com/jblance/mpp-solar.git#egg=mpp-solar has different name in metadata: 'mppsolar'
ERROR: Could not find a version that satisfies the requirement mpp-solar (unavailable)
ERROR: No matching distribution found for mpp-solar (unavailable)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#182>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJVKNT6BROLF7EAV6Y55QLULE2ANANCNFSM5HVQUYNQ>
.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cyborgxxl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since the Raspi Bullseye update I get this error if I want to update the mpp-solar. Does anyone know what this means and how i can fix that?
Beta Was this translation helpful? Give feedback.
All reactions