If you are having problems installing kivent_core by dependencies, try to create a "venv" virtual environment and create a "libs" folder in the "venv" folder, it should look something like "venv/libs". Then go to this link
https://sourceforge.net/projects/glew/files/glew/1.9.0/glew-1.9.0-win64.zip/download and download the glew.lib zip package. When extracting, copy the .lib files, and also paste the files from the "include" folder in the extracted folder and paste them in the "Include" folder of "venv". This solved it for me when installing kivent_core
It is worth noting that you must have the BuildTools tool from Microsoft Visual Studio and cython of course too