Skip to content

Cannot "import colour" with Python 2.7.12 64-bit. #703

Answered by KelSolaar
Kunkka1988 asked this question in Q&A
Discussion options

You must be logged in to vote

@Kunkka1988 : It seems like you have an installation issue with Scipy and this is not a Colour issue but a broad one in regard to your Python installation:

File "C:\Python27\lib\site-packages\scipy_lib_ccallback.py", line 1, in 
from . import _ccallback_c
ImportError: DLL load failed: %1 is not a valid Win32 application.

Scipy has compiled libraries and it seems like you are trying to load one that has architecture mismatch with the Python interpreter you are intended to use it with.

Please double check that both your Numpy and Scipy versions are compliant with your interpreter. You can directly import a Numpy and Scipy module at Python prompt to check they are working:

import numpy
import 

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by KelSolaar
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #339 on January 16, 2021 22:33.