Posted  by  admin

Importerror: Module Use Of Python35.dll Conflicts With This Version Of Python.

Dll

ImportError: Module use of python35.dll conflicts with this version of Python. #1958 noplay opened this issue Mar 23, 2017 1 comment Comments.

Join GitHub today

GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.

Sign up 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

Comments

commented Apr 20, 2017

Hi, I used Python 3.5 to install all the things. However, when I try to run baseline file, there is such an error.

commented Apr 25, 2017

Hi @Haishion,

If you installed precompiled Malmo package (downloading the zip, or using the install scripts) you'll have such inconsistency as Malmo precompiled package is provided only for python2.7

If you want to use Malmo for python 3.5 you will need to compile everything on your side, following :

The easiest workaround would be to use Python2.7.

I'm closing this issue, as it's more related to Malmo and not the challenge directly.

Feel free to reopen in any case.
Morgan Kenwood tkr-850 programming software.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment
$begingroup$

Some addons like Cubesurfer and Animation Nodes are failing to initialize in latest Daily Builds of 2.79, can someone tell me how to solve this?

Version

Here is the error:

Traceback (most recent call last): File 'D:3DBlenderBBblender-2.79.0_10_12_20172.79scriptsmodulesaddon_utils.py', line 331, in enable mod = import(module_name) File 'C:UsersjgeaAppDataRoamingBlender FoundationBlender2.79scriptsaddonscubesurfer__init__.py', line 39, in from cubesurfer import mcisoImportError: Module use of python35.dll conflicts with this version of Python.

Cheers

JuangeaJuangea
$endgroup$

1 Answer

$begingroup$

Both Animation Nodes and CubeSurfer are compiled addons and subsequently only work on the operating system and python version they were compiled at.

Importerror Module Use Of Python25 Dll Conflicts With This Version Of Python

Prior to blender 2.79.x (nightly builds now), all blender versions used python 3.5, thus almost all Animation Nodes and CubeSurfer builds used python 3.5 to compile. Now that blender uses 3.6, all those builds will fail to work just as you experienced.

Solution

Caffe Importerror Module Use Of Python35 Dll Conflicts With This Version Of Python

You will have to compile your own builds using python 3.6 or wait for the developers to release new builds.

Omar AhmadOmar Ahmad
17.7k2 gold badges33 silver badges76 bronze badges
$endgroup$

Not the answer you're looking for? Browse other questions tagged add-onanimation-nodes or ask your own question.