Hello anybody else having issues with pandas? I can install other modules correctly but when it comes to pandas i get this.
(app_prod) [siso83@s0]:</usr/home/siso83/.virtualenvs>$ export CC=gcc
(app_prod) [siso83@s0]:</usr/home/siso83/.virtualenvs>$ export CXX=g++
(app_prod) [siso83@s0]:</usr/home/siso83/.virtualenvs>$ export CFLAGS="-I/usr/local/include"
(app_prod) [siso83@s0]:</usr/home/siso83/.virtualenvs>$ export CXXFLAGS="-I/usr/local/include"
(app_prod) [siso83@s0]:</usr/home/siso83/.virtualenvs>$ pip install pandas
Collecting pandas
Using cached pandas-2.1.3.tar.gz (4.3 MB)
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing metadata (pyproject.toml) ... error
error: subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [35 lines of output]
+ meson setup /tmp/pip-install-udl7h56/pandas_c5301522a0004d2f8a9881326c69282a /tmp/pip-install-udl7h56/pandas_c5301522a0004d2f8a9881326c69282a/.mesonpy-zuj5x90w/build -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --vsenv --native-file=/tmp/pip-install-udl7h56/pandas_c5301522a0004d2f8a9881326c69282a/.mesonpy-zuj5x90w/build/meson-python-native-file.ini
The Meson build system
Version: 1.2.1
Source dir: /tmp/pip-install-udl7h56/pandas_c5301522a0004d2f8a9881326c69282a
Build dir: /tmp/pip-install-udl7h56_/pandas_c5301522a0004d2f8a9881326c69282a/.mesonpy-zuj5x90w/build
Build type: native build
Project name: pandas
Project version: 2.1.3
C compiler for the host machine: gcc (gcc 12.2.0 "gcc (FreeBSD Ports Collection) 12.2.0")
C linker for the host machine: gcc ld.bfd 2.40
C++ compiler for the host machine: g++ (gcc 12.2.0 "g++ (FreeBSD Ports Collection) 12.2.0")
C++ linker for the host machine: g++ ld.bfd 2.40
Cython compiler for the host machine: cython (cython 0.29.36)
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program python found: YES (/usr/home/siso83/.virtualenvs/app_prod/bin/python)
Found pkg-config: /usr/local/bin/pkg-config (1.8.1)
Run-time dependency python found: YES 3.10
Build targets in project: 53
pandas 2.1.3
User defined options
Native files: /tmp/pip-install-udl7h56_/pandas_c5301522a0004d2f8a9881326c69282a/.mesonpy-zuj5x90w/build/meson-python-native-file.ini
buildtype : release
vsenv : True
b_ndebug : if-release
b_vscrt : md
Found ninja-1.11.1 at /usr/local/bin/ninja
Visual Studio environment is needed to run Ninja. It is recommended to use Meson wrapper:
/tmp/pip-build-env-1v7t7a66/overlay/bin/meson compile -C .
+ /usr/local/bin/ninja
ninja: fatal: posix_spawn: Resource temporarily unavailable
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.