filipsPL / autowx2

The program for scheduling recordings and processing of the satellite and ground radio transmissions (like capturing of the weather APT images from NOAA satellites, voice messages from ISS, fixed time recordings of WeatherFaxes etc.) :earth_africa: :satellite:
78 stars 16 forks source link

Remove Flask #108

Open thecivvie opened 3 years ago

thecivvie commented 3 years ago

I have tried, and failed, to install on both Debian 10 and 9. The issue comes down to a requirement for bidict for flask_socketio . For python 2, the oldest is 0.18.1 but the standard download requires 0.25.1 I believe.

I tried installing older versions of flask and flask_socketio but that gave a JSONonERROR error. I dont use the webserver that the autowx2 runs with, prefer lighttpd.

What steps do I need to do to remove flask, I am a total noob in Python

SA7BNT commented 3 years ago

Cant answer that. But is this a solution?? https://computingforgeeks.com/how-to-install-pip-2-pip-3-on-debian/

thecivvie commented 3 years ago

I have 3 different versions now on it. But I can get your git to work ok as there is no flask in it. Just waiting to see what happens with the next pass

SA7BNT commented 3 years ago

Maybe @filipsPL have a solution for this problem.

filipsPL commented 3 years ago

I will try to prepare a conda environment which should ease installation of the proper packages.

Another option is to remove flask. It seems that it is not frequently used feature of autowx2...

thecivvie commented 3 years ago

Thank you. It is definitely the software I want to use. It does everything that is required

EricFROL commented 2 years ago

Still having this issue over here...