My Environment details:
- Python 3.6.4 :: Anaconda, Inc.
- anaconda-script.py Command line client (version 1.4.0)
- pip 10.0.1
I'm getting below error while trying to install with
pip install -verbose gramex
or
pip install -e .
(from )
```
(gramex_34) <src_path>\\gramex>pip install -e .
Obtaining file:///<src_path>/gramex
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<src_path>\gramex\setup.py", line 7, in
<module>
from pip.req import parse_requirements
ImportError: No module named req
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in <src_path>\gramex\
I could get the below ref on SoF its a usage issue with latest version of pip
: