You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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" .
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 ?
The text was updated successfully, but these errors were encountered: