Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with pandas-12 #67

Open
gsakkas opened this issue Jun 21, 2023 · 1 comment
Open

Problem with pandas-12 #67

gsakkas opened this issue Jun 21, 2023 · 1 comment

Comments

@gsakkas
Copy link

gsakkas commented Jun 21, 2023

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?

@HUGIN1o1
Copy link

HUGIN1o1 commented Jun 6, 2024

I had same problem, but in many fixed version of bugs. Try to directly come into venv virtual environment and pip required dependcy, after that just use pytest command to run pytest. It works for certain bugs, but i still meet same problem can' t be fixed by that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants