Skip to content

Pandas(0.15.1) cannot generate an executable file(.exe) by cx_Freeze,why? #8831

Closed
@vortexroc

Description

@vortexroc

I put the pandas upgrade from 0.13 to 0.15,when I use cx_freeze to generate the executable file,I get the error “AttributeError: 'module' object has no attribute 'pyx_capi‘ ”,but no such error in version 0.13,why?The following are the contents of the file:
import os,pandas as pd
print('hello world!!!')
os.system('pause')

Metadata

Metadata

Assignees

No one assigned

    Labels

    BuildLibrary building on various platformsDuplicate ReportDuplicate issue or pull request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions