realitix/vulkan

No module named 'vulkan._vulkancache'

Closed this issue · 6 comments

Tcll commented

love the fact it's pretty much standalone, but there's an issue upon extraction.
image
I'm using x86 Windows Anaconda on Wine (Linux) for testing
CWD is Z:\home\tcll\Downloads\vulkan-1.1.71.2\

Tcll commented

quick correction from _vulkancache to vulkan_build gives me this:
image
this looks like it's something more on my end now, though I could be wrong ;)

Hello @Tcll,
Thanks for reporting your issue.

What version of cffi are you using ? Can you try with the last cffi version ?

Tcll commented

ah I was using the version that came with Anaconda 2.3.0 cffi-1.1.0-py34_0

I will work on downloading the updated wheels and set up a portable environment to see if that fixes the above issue.
thanks ;)

Tcll commented

just to update, this worked:
image
only thing I really had trouble with was _cffi_backend.pyd which didn't want to import from inside the whl and had to be extracted.

after that was done though, everything loaded properly :)
image

EDIT: forgot to note this was after removing the included cffi

Nice! Glad to help you

Tcll commented

sorry I forgot to say thanks for helping btw ;)