nemonik / Intellect

DSL and Rules Engine For Python
http://pypi.python.org/pypi/Intellect
Other
425 stars 85 forks source link

issue with pip and antlr #15

Closed dadaista closed 7 years ago

dadaista commented 8 years ago

under Python 2.7.10 (default, May 23 2015, 09:44:00) [MSC v.1500 64 bit (AMD64)] in Win8.1 I get this when try to pip install Intellect

Could not find a version that satisfies the requirement antlr-python-runtime>= 3.1.3 (from intellect) (from versions: )

slitayem commented 8 years ago

It can be installed by using a different package index

pip install --index-url=https://pypi.python.org/pypi antlr_python_runtime
FMLS commented 7 years ago

thx to slitayem, I don't know why I have to do this, and what it is antlr_python_runtime

ldmax commented 3 years ago

It can be installed by using a different package index

pip install --index-url=https://pypi.python.org/pypi antlr_python_runtime

Succeeded by

pip install --index-url=https://pypi.python.org/project antlr_python_runtime