Install caffe2 with python3
I'm trying to install caffe2, but can't find a proper way to do it with python3. I always get
ImportError: No module named caffe2
There is not a prebuilt version and pip does not work for it. I don't want to use conda. What is the right way to install caffe2 with python3?