Could this fix "pip3 install django-openinghours" error.
$[...] pip3 install django-openinghours
Collecting django-openinghours
Using cached django-openinghours-0.1.1.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/var/.../pip-build-.../django-openinghours/setup.py", line 18, in
install_requires=open('requirements.txt').read().split(),
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
Coverage decreased (-0.8%) to 53.926% when pulling 20b6e457a6836f6c31d9317ca550084b7f6a7f15 on fmalina:patch-2 into 989ad34fde19889a333b1ee3dd1212841fceb213 on arteria:master.
Could this fix "pip3 install django-openinghours" error.
$[...] pip3 install django-openinghours Collecting django-openinghours Using cached django-openinghours-0.1.1.tar.gz Complete output from command python setup.py egg_info: Traceback (most recent call last): File "", line 1, in
File "/private/var/.../pip-build-.../django-openinghours/setup.py", line 18, in
install_requires=open('requirements.txt').read().split(),
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'