-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seeking assistance with ttpy installation #97
Comments
Indeed, In case if you are working in Google Colab (or Python <3.12 on your laptop) then you can try to install the latest !git clone --recursive https://github.com/oseledets/ttpy.git
!pip -v install ./ttpy And now you can start using it. import tt
tt.rand(n=2, d=5)
# This is a 5-dimensional tensor
# r(0)=1, n(0)=2
# r(1)=2, n(1)=2
# r(2)=2, n(2)=2
# r(3)=2, n(3)=2
# r(4)=2, n(4)=2
# r(5)=1 |
Issue is still persisting. |
|
Try to downgrade either to |
Hi! I'm trying to run


!pip install ttpy
but I'm facing some problems in my laptop and in Colab. The error in my laptop is the following:And in colab this:
I was trying to downgrade the version of numpy because of disutils deprecation, and then the error chenged to the ones above. I need help :c. It seems to work with docker, but I have not too much experience with it. thanks for your attention.
The text was updated successfully, but these errors were encountered: