Skip to content

Problem with pandas-12 #67

@gsakkas

Description

@gsakkas

Hello,

When I try to run the fixed version of pandas-12 the checkout and compile seem to work fine. But when I try to run the test I get:

ImportError while loading conftest '/home/gsakkas/bugs_in_py_clones/pandas/pandas/conftest.py'.
pandas/__init__.py:36: in <module>
    raise ImportError(
E   ImportError: C extension: No module named 'pandas._libs.tslibs.timezones' not built. If you want to import pandas from the source directory, you may need to run 'python setup.py build_ext --inplace --force' to build the C extensions first.

Not sure why pandas is not visible to pytest here. Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions