#Dependencies broken after moving from windows to linux

1 messages · Page 1 of 1 (latest)

twilit gull
#

I put my bot onto my raspberry pi 4 today, where I want it to run. Dependencies were broken so I deleted venv, created a new one and activated it and installed my dependencies again. I also cleared my pip cache beforehand. Got a version error of discord-py-interactions as version 5.9.2 doesnt exist apparently. After that I removed the version pinning for that module and redid the last steps everything again. (I got the requirements.txt by doing pip freeze on my dev machine btw)

Screenshots show the steps I took with Stacktrace, pip install log and content of my requirements.txt

gritty jewelBOT
#

Hey! Once your issue is solved, press the button below to close this thread!

zinc wadi
#

What python version is it running?

twilit gull
#

3.9.2

opaque aspen
#

the v5 lib needs python >= 3.10

twilit gull
#

fuck

#

thank you

#

<3

#

weird

opaque aspen
#

that is not how you install python 3.10, use the internet for that

twilit gull
zinc wadi
#

Raspbian OS is Debian

twilit gull
#

I did not think thats gonna be any different

#

Looks like maybe my version of raspbian doesnt support python3.10 ?

#

Ill try the manual install

zinc wadi
#

It would

brittle willow
#

pretty much every distro will require you to install 3.10 in... unique ways

brittle willow
#

debian uses apt, so...

twilit gull
#

Idk what was wrong, I ended up compiling it myself and then everything was good

#

Oh and I reinstalled raspbian beforehand

brittle willow
#

im chalking this up to linux

twilit gull
#

yeah

#

Anyway

#

Glad its working now