vkosuri / django-dialogflow

[Maintainer Required] Dialogflow Django is a web client to chat :sparkling_heart:
https://dialogflow.com/docs/getting-started/basics
MIT License
26 stars 11 forks source link

Package not installing #7

Open alibaraneser opened 5 years ago

alibaraneser commented 5 years ago

Hey,

When I install package, this error occur, What can I do?

(venv) aldebaran@aldebaran-Lenovo-IdeaPad-Y510P:~/PycharmProjects/dialogflow$ pip3 install django-dialogflow
Collecting django-dialogflow
  Using cached https://files.pythonhosted.org/packages/31/ab/42c0fc9e7687dfec5b6f46cc8cf952310317635bb0256c4ee627025e041c/django-dialogflow-0.0.3.tar.gz
    ERROR: Complete output from command python setup.py egg_info:
    ERROR: Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-0ob379ey/django-dialogflow/setup.py", line 19, in <module>
        with open('requirements.txt') as requirements:
    FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
    ----------------------------------------
ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-0ob379ey/django-dialogflow/
vkosuri commented 5 years ago

@alibaraneser I just published a new version to pypi, could you please try and let me know?