-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Genie not available as parser #188
Comments
Hi, Can you check if you installed it on the worker containers? Cheers |
I have checked the containers. Genie is installed, but not pyats.
|
I needed to rebuild the containers today as the Redis certificates expired. I thought it would be a good chance to add pyats to the requirements.txt and see if this solves the problem with the Genie parser. netpalm-controller_1 | raise HaltServer(reason, self.WORKER_BOOT_ERROR) |
This is because of pyats conflicting with They must use To fix this you can pass gunicorn --pid controller.pid -c gunicorn.conf.py netpalm.netpalm_controller:app |
I checked the requirements.txt that genie is in the list of modules to be installed. But If I try to use it in a get Config request I get an error that it is not installed.
The text was updated successfully, but these errors were encountered: