-
-
Notifications
You must be signed in to change notification settings - Fork 19.1k
Description
Installation check
- I have read the installation guide.
Platform
Ubuntu 20.04 on Parallels (macbook m1 pro)
Installation Method
pip install
pandas Version
~0.25.1
Python Version
3.6.10
Installation Logs
I'm trying to install pandas 0.25.1 in python3.6 (ubuntu 20.04) on a vm on parallels MacBook m1 pro, but I have this error:
| ^ error: command 'gcc' failed with exit status 1 ---------------------------------------- ERROR: Command errored out with exit status 1: /usr/local/bin/python3.6 -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-qfln1wsg/pandas_d9a8678992bd4c9abaccd19db522713a/setup.py'"'"'; __file__='"'"'/tmp/pip-install-qfln1wsg/pandas_d9a8678992bd4c9abaccd19db522713a/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-w73_gplr/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/parallels/.local/include/python3.6m/pandas Check the logs for full command output.
I post the entire error in a file txt. I have already installed gcc g++ python3.6-dev. I don't know how I can resolve this error. Is it an error for incompatibility with m1?