How do you remove package from build list in platform runtime?

Can’t build python 3.9.6 runtime on Win 10 pro and Linux(2.28), keeps aborting on Sqlite3.

Tried changing Platform, SuperSqlite, different version of packages, etc…

Hi RiverRat,

I’ve worked through this build and by upgrading to the latest sqlite3, it gets further, and removed ncurses (linux will add it back in, but its not needed on windows) but ultimately fails on supersqlite which won’t build on our system. I’ve sent this to the engineers to see if there is a something we can do in the short term. The project I was working on for you is here: ActiveState

Cheers,

-JR

Having discussed it w/ our engineers, we would recommend you use sqlite3 will a different package as supersqlite hasn’t been updated in 3 years and vendors in old sqlite3 and other libraries. There are plenty of other python sqlite solutions that may suit your needs as well.

Cheers,

-JR

1 Like