I am trying to install packages within virtual-env
pip install -r requirements.txt However, I had to download and install 2 packages from source
antlr4-python2-runtime 4.5.2.1 tar xvfz antlr4-python2-runtime-4.5.2.1.tar.gz cd antlr4-python2-runtime-4.5.2.1 python setup.py install But now it shows me this error:
Could not find any downloads that satisfy the requirement antlr-python-runtime>=3.1.3 (from Intellect==1.4.9->-r requirements.txt (line 3))