Bench installation of erpnext fails on pandas setup

I filed a bug report here:
https://github.com/frappe/erpnext/issues/22424

Any ideas of a workaround?

Answer in the bug report filed above. I had the same issue and had posted my log… but that’s redundant.

cd ~
cd /frappe-bench
./env/bin/pip install numpy==1.18.5
./env/bin/pip install pandas==0.24.2

Thanks to AdityaDuggal for posting the solution.

I understand that it isn’t an ERPNext issue, but is it normal that the pandas install take a VERY long time??

I’ve been stuck for 15 minutes already at :

erpdev@erpn:~/frappe-bench$ ./env/bin/pip install pandas==0.24.2
Collecting pandas==0.24.2
  Downloading pandas-0.24.2.tar.gz (11.8 MB)
     |HHHHHHHHHHHHHHHHHHHHHHHHHHHH| 11.8 MB 6.9 MB/s 
Requirement already satisfied: python-dateutil>=2.5.0 in ./env/lib/python3.8/site-packages (from pandas==0.24.2) (2.8.1)
Requirement already satisfied: pytz>=2011k in ./env/lib/python3.8/site-packages (from pandas==0.24.2) (2019.3)
Requirement already satisfied: numpy>=1.12.0 in ./env/lib/python3.8/site-packages (from pandas==0.24.2) (1.18.5)
Requirement already satisfied: six>=1.5 in ./env/lib/python3.8/site-packages (from python-dateutil>=2.5.0->pandas==0.24.2) (1.13.0)
Building wheels for collected packages: pandas
  Building wheel for pandas (setup.py) ... \

In your experience how long should Building wheel for pandas (setup.py) actually take?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.