While installing OpenBayes module (from .exe file) for py2 i got error: "could not set a key value" (not a python error, but in dialog window)
I tried using pip install from a command line, but still get errors there.
Command "python setup.py egg_info" failed with error code 1 in C:\Users\CD3B~1\AppData\Local\Temp\pip-build-m4nnwa4o\OpenBayes\
Also not sure which python (2 or 3) is used when i type a command from console(I have both, but it seems that the OpenBayes module doesn't work with py3.
How should I specify the version while running pip install from command line?