I´m trying to install the next library into google colab with no results.
import arch.unitroot as at
The docs from the library can be found in the next link / url : https://pypi.org/project/arch/#description link
I have tried with the next code lines with no results:
!apt-get -qq install -y arch
!pip install git+https://github.com/bashtage/arch.git
pip install arch
Also search in this questions but have not been able to understand how to do so:
How do I install Python packages in Google's Colab? link
Any help more than appreciated