wave
wave copied to clipboard
Wave Server not always installed from pip
pip 20.1.1 - downloads the any-none
wheel file. This version of pip is the default when I create a new python3.6 virtual environment.
pip 21.1.1 downloads the appropriate version
@mtanco what are you exact python and OS versions? Seems like I am able to get the correct wheel file even with python 3.6.4
and pip 9.0.1
on MacOS 10.15.7
(Catalina). Trying to come up with a reliable versions matrix to include in installation docs. The general recommendation is to use the latest pip version though.
Can you also please try specifying the platform
arg? Could be a possible escape hatch as well.
pip download --platform=macosx_10_9_x86_64 --only-binary=:all: h2o-wave