Hi All..
I am trying to install new erpnext setup on xubuntu - python 2.7.
Using following steps :
2.Create user by using command : python2.7 install_erpnext.py
It shows following error :
ERPNext Database Name: newerp
Traceback (most recent call last):
File "install_erpnext.py", line 321, in <module>
install(install_path=install_path)
File "install_erpnext.py", line 38, in install
install_erpnext(install_path)
File "install_erpnext.py", line 177, in install_erpnext
import wnf
File "lib/wnf.py", line 12, in <module>
import webnotes
File "lib/webnotes/__init__.py", line 16, in <module>
import semantic_version
ImportError: No module named semantic_version
I have tried to google to install sementic_version package. but i have not found proper installation steps.
Please suggest a solution.
Thanks & Regards,
- Priya Shitole