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

Cannot choose which Python to use when compiling AN #60

Closed
nantille opened this issue Dec 18, 2018 · 2 comments
Closed

Cannot choose which Python to use when compiling AN #60

nantille opened this issue Dec 18, 2018 · 2 comments

Comments

@nantille
Copy link

Hello,

I have a custom build of Blender and I'd like to compile AN against a Python version (here 3.6.2 but in other cases 3.6.6 and even 3.7.1) that I want to specify when running setup.py

Could you add the option in setup.py (or in the install config) to specify the python executable and libs? Or is there an environment variable to set before running setup.py?

I tried compiling on MacOS with Python 3.7.1 and it worked but I want to have a way to specify another version that is not the default Python when calling python3 in the terminal.

Thanks,
Nicolas

@OmarEmaraDev
Copy link
Collaborator

You can use the --noversioncheck flag when building. This will allow you to build with any python version you want.

@OmarEmaraDev
Copy link
Collaborator

If you are still having issues, feel free to reopen.

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