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

Porting to python3 and Debian buster planned? #93

Closed dg9vh closed 4 years ago

dg9vh commented 4 years ago

Hi,

as Python2.7 is out of maintainance since 01.01.2020, are there some plans to port it to python3 and make it runable with Raspbian Buster?

filipsPL commented 4 years ago

@dg9vh thanks for your post.

The fact is that python2 is still alive. I have to check this out, but I guess we would have to migrate not only the code of the program itself, but also all dependencies and libraries used. This moght be a lot of work.

But python2 is still available, so I'm sure you can still install the program on any modern linux system. You can also use conda (miniconda) for setting up the environment.

If you have problems with this, please report it here.

dg9vh commented 4 years ago

I got some issues by using install.sh-script... on raspbian buster it would not install - but when installing the dependencies via apt, it is working now. Only flask-packets I had to install via pip because of no deb-package...

All ok now, I close this issue.

About python you are right - it is still running but in next debian/raspbian-version python2.7 would not be part of the distribution because end of life. You can find some info about this at: https://dev.to/scriptautomate/python-2-2020-end-of-life-eol-and-what-it-means-30p2

But after all: Issue is closed, all up and running :-) That's the plot :-)