You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is some progress in the pip install. Unfortunately the git submodule is/has not be checked in. I do not know if it is doable or recommended but it prevents the install to proceed because the C library is not here:
Running setup.py install for opening-hours: finished with status 'error'
Complete output from command /usr/local/bin/python2 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-0xzXec/opening-hours/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-8TJgaO-record/install-record.txt --single-version-externally-managed --compile:
make: *** C_OpeningHours: No such file or directory. Stop.
At the moment the only way I can install it is by using the git+https syntax of pip requirements.txt:
Hello again!
There is some progress in the pip install. Unfortunately the git submodule is/has not be checked in. I do not know if it is doable or recommended but it prevents the install to proceed because the C library is not here:
At the moment the only way I can install it is by using the
git+https
syntax of pip requirements.txt:Maybe a good way to enforce a consistent deploy of the package would be to use a CI and a Pypi deployer like TravisCI offers to do.
The text was updated successfully, but these errors were encountered: