You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So in realitix/vulkan#20
I was recommended to check this project out, tried to, however, it fails to install in my environment. https://i.imgur.com/zdRjAw4.png
So, I'm lacking the "apigenerator" module.
I then noticed that the setup does not install the requirements.txt, so I did that with:
py -3.6 -m pip install -r requirements.txt
however that also fails. Here a log piece that contains the problematic part: https://pastebin.com/7w2qubBR
The bit of German in there says that it can't access the file, due to being opened by another process. Tried completely emptying the temp folder and retrying as well as elevating the process - to no avail.
But long before that it fails on some unicode.
Checked out pyshaderc to find pre-compiled modules but those only go up to Python 3.3.
Should it matter, this is on windows 10 64bit.
The text was updated successfully, but these errors were encountered:
Hello, thanks for trying vulk.
This project is intensively developed on my spare time and is not tested a lot currently.
The version available on pypi is old.
Can you try to install it from source?
Clone it and then python setup.py install
So in realitix/vulkan#20
I was recommended to check this project out, tried to, however, it fails to install in my environment.
https://i.imgur.com/zdRjAw4.png
So, I'm lacking the "apigenerator" module.
I then noticed that the setup does not install the requirements.txt, so I did that with:
py -3.6 -m pip install -r requirements.txt
however that also fails. Here a log piece that contains the problematic part:
https://pastebin.com/7w2qubBR
The bit of German in there says that it can't access the file, due to being opened by another process. Tried completely emptying the temp folder and retrying as well as elevating the process - to no avail.
But long before that it fails on some unicode.
Checked out pyshaderc to find pre-compiled modules but those only go up to Python 3.3.
Should it matter, this is on windows 10 64bit.
The text was updated successfully, but these errors were encountered: