Troubles with the installing of package vectorbt in Python

897 views Asked by At

I´m trying to install the package vectorbt by Jupyter Notebook using the command below:

!pip install vectorbt

Occurs that the process doesn´t conclude and the following message error appears after the results lines below:

"... Installing collected packages: llvmlite, numba, vectorbt Attempting uninstall: llvmlite Found existing installation: llvmlite 0.34.0 ERROR: Cannot uninstall 'llvmlite'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall."

Anyone can help me?

Since then, I appreciate.

0

There are 0 answers