jshimko / meteor-launchpad

A base Docker image for Meteor applications.
https://hub.docker.com/r/jshimko/meteor-launchpad/
MIT License
276 stars 152 forks source link

E: Package 'python' has no installation candidate #149

Open Shivaji9346 opened 1 year ago

Shivaji9346 commented 1 year ago

E: Package 'python' has no installation candidate

gustawdaniel commented 10 months ago

I solved it month ago here https://github.com/jshimko/meteor-launchpad/issues/148 and created fork https://github.com/gustawdaniel/meteor-launchpad with image gustawdaniel/meteor-launchpad

but today experienced problem

gyp: binding.gyp not found (cwd: /home/daniel/pro/mrr) while trying to load binding.gyp

so my previous solution python-is-python3 was replaced by conda and

conda create --name py2 python=2.7
conda activate py2

you can check details in pr: https://github.com/jshimko/meteor-launchpad/pull/150