Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulkan is Failing to Install on Windows 10 #69

Closed
Program-The-World opened this issue Sep 14, 2020 · 3 comments
Closed

Vulkan is Failing to Install on Windows 10 #69

Program-The-World opened this issue Sep 14, 2020 · 3 comments

Comments

@Program-The-World
Copy link

Program-The-World commented Sep 14, 2020

As I was writing this request for help, I found a fix for it, so I decided I might as well share the solution for my problem.
My problem was quite simply this: Vulkan wouldn't install through the pip install vulkan command. It would download the package, wait about fifteen seconds, then it would spit out a big error.

I was stuck on this for a few days, then I ran into a fix on a github issue for an entirely different package.
Essentially, before you try installing Vulkan, run pip install --upgrade pip setuptools wheel and the installation should work just fine for Vulkan.

Perhaps Realitix could add a small section in the readme file telling the user that if the installation doesn't work, they can try running the above command before attempting to install again?

(nice)

@realitix
Copy link
Owner

realitix commented Oct 1, 2020

Hello @Program-The-World Thanks for this tips. Is this a Windows 10 bug ?

@Program-The-World
Copy link
Author

Hey @realitix , yes, I did experience this issue on Windows 10.

@realitix
Copy link
Owner

Thanks @Program-The-World, I updated the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants