Skip to content

Open3D Error w/ cx_Freeze #1087

Answered by marcelotduarte
jmachcse asked this question in Q&A
Discussion options

You must be logged in to vote

The includes (for modules) and packages options use the compiled python (pyc) and extension (pyd), but the include_files include files as is.
If the bin and src are folders of your project, it has to has an __init__.py you can use as a packages option.
For your pyyaml issue, if you uninstall the pyyaml, install the wheel package and install it with pip, cx_Freeze detect the metadata for it. cx_Freeze detect dist-info but not egg-info. But installing wheel it will be converted by pip.

Replies: 3 comments 44 replies

Comment options

You must be logged in to vote
7 replies
@marcelotduarte
Comment options

@jmachcse
Comment options

@marcelotduarte
Comment options

@jmachcse
Comment options

@jmachcse
Comment options

Comment options

You must be logged in to vote
6 replies
@marcelotduarte
Comment options

@jmachcse
Comment options

@marcelotduarte
Comment options

@jmachcse
Comment options

@jmachcse
Comment options

Comment options

You must be logged in to vote
31 replies
@jmachcse
Comment options

@marcelotduarte
Comment options

@marcelotduarte
Comment options

@jmachcse
Comment options

@marcelotduarte
Comment options

Answer selected by jmachcse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants