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
Installer is missing a dependency and when installed by hand, gives an error.
Install is missing graphlib and when install by hand and executes errbot --init an error about CycleError not being able to be imported.
To Reproduce
On an Ubuntu 20.04 execute the following steps:
virtualenv --python which python3 ~/.errbot-ve ─╯
~/.errbot-ve/bin/pip install errbot
source ~/.errbot-ve/bin/activate
errbot --init (1st error about graphlib not being available is displayed)
pip install graphlib
errbot --init (2nd error about not being able to import CycleError from graphlib is displayed)
Expected behavior
By following the documentation you should be able to install errbot and initialize it without errors.
Screenshots
Environment (please complete the following information):
Errbot version: errbot==6.2.0
OS version: Ubuntu 20.04
Python version: Python 3.8.10
Using a virtual environment: yes
Using Docker: no
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Installer is missing a dependency and when installed by hand, gives an error.
Install is missing graphlib and when install by hand and executes
errbot --init
an error about CycleError not being able to be imported.To Reproduce
On an Ubuntu 20.04 execute the following steps:
which python3
~/.errbot-ve ─╯Expected behavior
By following the documentation you should be able to install errbot and initialize it without errors.
Screenshots
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: