conda-forge / pandas-feedstock

A conda-smithy repository for pandas.
BSD 3-Clause "New" or "Revised" License
8 stars 35 forks source link

Try to build ppc64le natively #175

Closed lithomas1 closed 11 months ago

lithomas1 commented 1 year ago

Checklist

conda-forge-webservices[bot] commented 1 year ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.

lithomas1 commented 1 year ago

@conda-forge-admin please rerender

lithomas1 commented 1 year ago

@conda-forge-admin please rerender

h-vetinari commented 1 year ago

I don't think it has something to do with native vs. cross-compilation. From the last run on main

import: 'pandas'
Traceback (most recent call last):
  File "/home/conda/feedstock_root/build_artifacts/pandas_1693426004477/test_tmp/run_test.py", line 2, in <module>
    import pandas
  File "$PREFIX/lib/python3.10/site-packages/pandas/__init__.py", line 46, in <module>
    from pandas.core.api import (
  File "$PREFIX/lib/python3.10/site-packages/pandas/core/api.py", line 1, in <module>
    from pandas._libs import (
  File "$PREFIX/lib/python3.10/site-packages/pandas/_libs/__init__.py", line 16, in <module>
    import pandas._libs.pandas_parser  # noqa: E501 # isort: skip # type: ignore[reportUnusedImport]
ModuleNotFoundError: No module named 'pandas._libs.pandas_parser'

That sounds like for some reason, that module does not get compiled on ppc...?

lithomas1 commented 1 year ago

I don't think it has something to do with native vs. cross-compilation. From the last run on main

import: 'pandas'
Traceback (most recent call last):
  File "/home/conda/feedstock_root/build_artifacts/pandas_1693426004477/test_tmp/run_test.py", line 2, in <module>
    import pandas
  File "$PREFIX/lib/python3.10/site-packages/pandas/__init__.py", line 46, in <module>
    from pandas.core.api import (
  File "$PREFIX/lib/python3.10/site-packages/pandas/core/api.py", line 1, in <module>
    from pandas._libs import (
  File "$PREFIX/lib/python3.10/site-packages/pandas/_libs/__init__.py", line 16, in <module>
    import pandas._libs.pandas_parser  # noqa: E501 # isort: skip # type: ignore[reportUnusedImport]
ModuleNotFoundError: No module named 'pandas._libs.pandas_parser'

That sounds like for some reason, that module does not get compiled on ppc...?

I downloaded the built artifact and the pandas_parser so file looks like its in the right place.

The rc also built successfully too ...