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

Error while attempting to install Ursina Engine #13

Closed
maximilian8181 opened this issue Feb 5, 2020 · 2 comments
Closed

Error while attempting to install Ursina Engine #13

maximilian8181 opened this issue Feb 5, 2020 · 2 comments

Comments

@maximilian8181
Copy link

Why did this happen?
image

@pokepetter
Copy link
Owner

If you want to be able to automatically import .psd files, you' ll need psd-tools. psd-tools need aggdraw, and aggdraw need Microsoft C++ Build Tools installed it seems.

You can either omit that dependency and not get the .psd import or you can download the build tools here: https://visualstudio.microsoft.com/visual-cpp-build-tools/

@pokepetter
Copy link
Owner

pokepetter commented Feb 5, 2020

You can do this to install ursina only:

pip install git+https://github.com/pokepetter/ursina.git --no-dependencies

The only absolutely required dependencies are panda3d and screeninfo which you can install with:

pip install panda3d
pip install screeninfo

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