Conflict between Pandas and Openpyxl/Xlsxwriter?

Hi,

I’am facing with a issue when running samples scripts (that use Openpyxl or Xlsxwriter librairies) provided by Python4Capella project (e.g, Export_SF_and_FE_to_xlsx.py) after installing Pandas in my Python environment.

As a result, the running script goes into a infinite progressbar loop as illustrated below

image

Note: My Openpyxl and Xlsxwriter versions are compliant with my Pandas version

Any solution is welcome.

Kind Regards,

That’s a known issue with EASE and numpy (Panda depends on numpy). You can have a look at this issue, you will need to patch a Python script from EASE.

Thanks Yvan, it works!

1 Like