Open davidlatwe opened 4 years ago
scoop
isn't work well, after I update the version bucket, python-3.7 still only download an installer, not installing it.
conda
is better, but.. more issue to solve.
The reason why scoopz
didn't install python-3.7 was because, the way how scoop installing python was using exe/msi installer from python.org
, and that will skip install if pre-installed python being detected.
Just exactly what I have encountered when I try to deploy python from downloading binary installer from python.org
.
rez-search
also list out build failed packagesIf Rez installed with Python 3.7 (minconda env),
pip
has SSL connection issues.Better not to build Python package with miniconda, try use scoopz.
python.org
, but the Windows installer will not deploy if pre-installed version found in system. :(python38
, but when I installingpython37
, it only downloads a installer exe file. Maybe the version bucket needs to be updated.