Closed

Description
I cloned the repo and used the .devcontainer.json
with VS Code to build a dev docker, on my Linux laptop.
It seemed to run well until I tried import pandas
and got ModuleNotFoundError: No module named 'pandas._libs.interval'
.
I tried the commands recommended here: https://stackoverflow.com/a/68935982
It didnt work.
The problem is easy to reproduce, because it also happens in Github Codespace, which, I suppose, also use .devcontainer.json
.
Installation check
- I have read the installation guide.
Platform
Linux-5.19.16-76051916-generic-x86_64-with-glibc2.31
Installation Method
Built from source
pandas Version
building from latest .devcontainer.json on main
Python Version
3.10.8
Installation Logs
Replace this line with the installation logs.