Open liaopeiyuan opened 3 years ago
I saw in docker file that the command installed protobuf=3.9 to the container, but locally only 3.6.1 worked for me (on anaconda). INSTALL.md also suggests 3.6.1 (or later, but only 3.6.1 worked for me). Which one should I settle with?
INSTALL.md
Seems like what worked for me (on Anaconda) is to compile with 3.6.1, then reinstall 3.9 for running.
Python 3.8 works for me: ENV MINICONDA_PATH Miniconda3-py38_4.9.2-Linux-x86_64.sh.
ENV MINICONDA_PATH Miniconda3-py38_4.9.2-Linux-x86_64.sh
I saw in docker file that the command installed protobuf=3.9 to the container, but locally only 3.6.1 worked for me (on anaconda).
INSTALL.md
also suggests 3.6.1 (or later, but only 3.6.1 worked for me). Which one should I settle with?