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

NameError: name 'compose' is not defined (Windows) #124

Open
marzious opened this issue Sep 13, 2018 · 1 comment
Open

NameError: name 'compose' is not defined (Windows) #124

marzious opened this issue Sep 13, 2018 · 1 comment

Comments

@marzious
Copy link

Hi,

I am trying to build my application using Cx_Freeze, but I am encountering error threw from binaries in the cytoolz package which showing the name 'compose' is not defined. I've tested with version 0.9.0 together with 0.8.2, but throw the same issue. Any advice how to resolve this issue ?

image

@andrewchenshx
Copy link

andrewchenshx commented Oct 25, 2018

1)add scipy and cytoolz to the packages list in buildOptions.
2)if u encounter "ImportError: No module named 'scipy.spatial.ckdtree'", find "cKDTree.cp35-win32.pyd" in "lib\scipy\spatial", and rename it to "ckdtree.cp35-win32.pyd" .

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