I'm trying to install PyOpenGL on my cumputer with pip, but it throws the error:
ValueError: ['path']
It's in msvc9comlier.py, on line 287, in the functiun "query_vcvarsall"
rais ValueError(str(list(result.keys())))
during the installation process and stops. (I use windows.) What is the problem exactly, and how can it be solved?