scottgchin / delta5_race_timer

Multi-node video transmitter race timer for drone racing
MIT License
159 stars 62 forks source link

installation not possible with Pyhton 2 #99

Open d-hartmann opened 3 years ago

d-hartmann commented 3 years ago

With current RaspberryPi OS (recent install von 01.01.2021, Python 2.7.16) installation stops at bidict (No matching distribution found for bidict>=0.21.0) for python-socketio.

Backu68 commented 3 years ago

I know your pain. I don't know python scripting or any of this pip language, so it took me some google-foo, but I managed to hack together my requirements.txt to do a successful install, but it's still a broken system self-controlling.. since I plan to use LiveTime, it doesn't seem to really be an issue for me.. My workaround involved editing my requirements and adjusting/adding the following:

python-engineio<4 python-socketio==4.6.1 bidict==0.18.4

It starts and runs.. delta5server doesn't do heats, it breaks, but the timingserver runs just fine.. so far. And since all the updates are now behind a pay-wall, I suspect we won't get much assistance.