zabbix-byte/PyPulse

what is this?

Closed this issue · 2 comments

I'm trying to install python-pulse so i can connect to the api but its not installing the dependency

@spinGreekGod, What version of Python are you using? Try creating a clean virtual environment for that version to keep it isolated.

Check if you already have these libraries installed with different versions:

  • wxPython==4.2.1
  • Jinja2==3.1.2
  • cefpython3==66.1

If they’re installed with other versions, consider updating or creating a virtual environment to manage dependencies.