Open
Description
Installation check
- I have read the installation guide.
Platform
Linux-6.1.44-060144-generic-x86_64-with-glibc2.31
Installation Method
Other
pandas Version
dev
Python Version
3.10.8
Installation Logs
Getting this error after my Gitpod env is setup and I try to execute python make.py clean
Traceback (most recent call last):
File "/workspace/pandas/doc/make.py", line 382, in
sys.exit(main())
File "/workspace/pandas/doc/make.py", line 364, in main
globals()["pandas"] = importlib.import_module("pandas")
File "/usr/local/lib/python3.10/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/workspace/pandas/pandas/__init__.py", line 49, in
from pandas.core.api import (
File "/workspace/pandas/pandas/core/api.py", line 1, in
from pandas._libs import (
File "/workspace/pandas/pandas/_libs/__init__.py", line 16, in
import pandas._libs.pandas_parser # noqa: E501 # isort: skip # type: ignore[reportUnusedImport]
ModuleNotFoundError: No module named 'pandas._libs.pandas_parser'