- Hey version:
- Python version: 3.12.3
- Operating System: Ubuntu 24.04 LTS
Suggest
make the installation more easy with apt
@lnxpy
Description
i tried to install it with pip in my whole system but it dont allow to install without using an environment as simple
and needs to use some commands
What I Did
i used the below commands to install
sudo pip install -U hey-mindsdb --break-system-packages
and after using this i raise some errors about package that was installed by the python named typing-extensions and forced me to use the below command
sudo pip install -U hey-mindsdb --break-system-packages --ignore-installed typing-extensions
Suggest
make the installation more easy with apt
@lnxpy
Description
i tried to install it with pip in my whole system but it dont allow to install without using an environment as simple
and needs to use some commands
What I Did
i used the below commands to install
sudo pip install -U hey-mindsdb --break-system-packages
and after using this i raise some errors about package that was installed by the python named typing-extensions and forced me to use the below command
sudo pip install -U hey-mindsdb --break-system-packages --ignore-installed typing-extensions