Erpnext install the hard way..screen stuck

hello i want to take the hard way to install erpnext manually. i did everything and its ok installed frappe and everything but when it comes to get-app erpnext the screen stuck for hours(please see last line at this topic). I dont know how to solve it please help me.

bench get-app --branch version-12 erpnext

Getting erpnext

$ git clone GitHub - frappe/erpnext: Free and Open Source Enterprise Resource Planning (ERP) --branch version-12 --depth 1 --origin upstream

Cloning into ‘erpnext’…

remote: Enumerating objects: 6165, done.

remote: Counting objects: 100% (6165/6165), done.

remote: Compressing objects: 100% (5069/5069), done.

remote: Total 6165 (delta 1715), reused 2702 (delta 970), pack-reused 0

Receiving objects: 100% (6165/6165), 17.72 MiB | 7.44 MiB/s, done.

Resolving deltas: 100% (1715/1715), done.

Installing erpnext

$ ./env/bin/pip install -q -U -e ./apps/erpnext

trying to remove -q to see the problem

after investigation this solution solved it

./env/bin/pip install numpy==1.18.5
./env/bin/pip install pandas==0.24.2

2 Likes

Good job.

Please click the [Solution] button on your last post, so people finding the same problem know they can also find the solution.

1 Like