z------------- / CPod

(UNMAINTAINED) A simple, beautiful podcast app for Windows, macOS, and Linux.
Apache License 2.0
746 stars 76 forks source link

CPod does not build due to out of date dependences #229

Open railmeat opened 3 years ago

railmeat commented 3 years ago

CPod version: Latest git

Platform: Linux mattpadpop 5.8.0-7642-generic #47~1614007149~20.10~82fb226-Ubuntu SMP Tue Feb 23 02:59:01 UTC x86_64 x86_64 x86_64 GNU/Linux

Installation type (.deb, Snap, etc.): git clone

Description: I git cloned and tried to build using the steps in "Install for development" instructions in the readme. The build failed because it could not find Python2. Python2 is end of life. The module that was looking for Python2 was node-sass which is deprecated. Node-sass suggests using Dart Sass.

I assume there are other dependencies on Python2, but I have not checked.

Version of CPod which introduced the issue (if applicable): I did not check if other versions build. Checking older versions does not seem relevant to this problem.

Steps to reproduce: As described above, git clone and build.

Other information (e.g. Developer Tools console log, screenshots) if possible:

What are the plans to update the build? Are there plans to do another release? The current one is almost two years old.