sruti2024 / PRO_Act

Pro_Act provides you with an efficient way of managing your tasks. It works on the principals of divide and conquer, allows the user to enter tasks and then divide them into further sub-tasks and handle them efficiently! Best when working with team to be updated about the tasks that are completed and those that are yet to be done.
19 stars 53 forks source link

deps : Pandas not found #157

Closed Aryamanz29 closed 3 years ago

Aryamanz29 commented 3 years ago

Describe the bug:

Pandas library dependency is not present in requirements.txt

To Reproduce:

Steps to reproduce the behavior:

  1. Create virtual env and Activate it
  2. pip install -r requirements.txt
  3. Run py manage.py runserver or python3 manage.py runserver (on Linux)
  4. See an error 👇

Screenshot (72)

Expected behavior:

requirements.txt should contain pandas library dependency. Screenshot (73)


github-actions[bot] commented 3 years ago

Hello @Aryamanz29,
Thank you for opening an issue. :partying_face:
To get assigned to this particular issue please wait for maintainers
Check this guide before contributing.