Hi all !
I install Erpnext on google cloud platform . I deploy follow this tutorial: GitHub - tkosin/ERPNext-GCP-Installation at f6f47b4e88601e6ebb923b8df19887447c1a5d21
when I run command : ’ bench init erpnext’
I have error : ERROR: botocore 1.12.151 has requirement urllib3<1.25,>=1.20; python_version == “2.7”, but you’ll have urllib3 1.25.2 which is incompatible.
thank all !
This post should point you in the right direction
Modify the requirements.txt from
urllib3<1.25,>=1.21.1 (1st case) and urllib3<1.25,>=1.20
to
urllib3==1.25
Install the dependencies manually using
pip install -r requirements.txt
Alternatively, you could try this
pip install --upgrade urllib3
hello @trentmu
I deploy Erpnext on cloud google platform ( ubuntu server) many time . But have many error
I install follow tutorials on github but have error. GitHub - tkosin/ERPNext-GCP-Installation at f6f47b4e88601e6ebb923b8df19887447c1a5d21
Are you known tutorial for me ?