Skip to content

Instantly share code, notes, and snippets.

@mohammad-saber
mohammad-saber / gist:f7595052afc653ed82a88f60de76a870
Created January 11, 2022 01:44
"error: command 'gcc' failed with exit status 1" when installing on Mac (Full error message)
This file has been truncated, but you can view the full file.
(molmap) % pip install pandasgui
Collecting pandasgui
Downloading pandasgui-0.2.13.tar.gz (215 kB)
|████████████████████████████████| 215 kB 1.4 MB/s
Requirement already satisfied: pandas in /opt/anaconda3/envs/molmap/lib/python3.6/site-packages (from pandasgui) (1.0.5)
Requirement already satisfied: numpy in /opt/anaconda3/envs/molmap/lib/python3.6/site-packages (from pandasgui) (1.19.5)
Requirement already satisfied: PyQt5 in /opt/anaconda3/envs/molmap/lib/python3.6/site-packages (from pandasgui) (5.12.3)
Requirement already satisfied: PyQt5-sip in /opt/anaconda3/envs/molmap/lib/python3.6/site-packages (from pandasgui) (4.19.18)
Requirement already satisfied: PyQtWebEngine in /opt/anaconda3/envs/molmap/lib/python3.6/site-packages (from pandasgui) (5.12.1)
Collecting plotly