django-appointment
django-appointment copied to clipboard
icalendar not installed as dependency
Describe the bug icalendar required explicit installation.
To Reproduce Steps to reproduce the behavior: Following the getting started docs, raise and error when trying to runserver. The issue occurred only after adding the urls.
The Error ModuleNotFoundError: No module named 'icalendar'
Possible Solution
Problem might be in packaging config.
Can you fix the bug?
- [ ] Yes, I can fix the bug and will open a pull request.
- [x] No, I can't fix the bug, but I can assist in testing and providing feedback.
- [ ] No, I can't fix the bug, but I can provide more information to help you fix it.
- [ ] No, I can't fix the bug, but I can open an issue to report it.
Hi @mrmurilo75, yes, icalendar needs to be installed. I added it in the requirements file. Before testing it, have you tried pip install -r of the requirements.txt ?
Hi @mrmurilo75, I’m going to close this issue now. If you run into anything else, just open a new one. Thanks!