Closed skeydan closed 1 year ago
Hi @skeydan,
Thanks for reporting this!
I have recently found out that lie_learn
is not compatible with python 3.10 or higher indeed.
I am already working on removing the dependency on lie_learn
, but for the moment this is indeed a problem.
In the meantime, please use python 3.8
I hope to upload a fix soon
Best, Gabriele
Many thanks @Gabri95 ! Python 3.7 works fine :-)
Google Colab recently (10th March 2023) updated the default python version to 3.9.
Running the following line at the start of the notebook helped fix this error:
!pip install git+https://github.com/AMLab-Amsterdam/lie_learn escnn
@Gabri95 I am uncertain about the current status of the issue at hand, and whether all dependencies associated with lie_learn
have been successfully removed. However, I recently faced a similar challenge that was addressed by modifying the setup.py
file and installing a specific version of lie_learn
.
It would be of immense value to the community to have a more comprehensive resolution to this problem.
Running
from escnn.group import *
, I get the following error:I've tried various ways of installing
escnn
as well aslie_learn
, with no success. (The last method I tried was cloning the repo and doingpython setup.py install
.) My Python version is 3.11.1.I'm aware of a similar issue in lie-learn, but it is 2.5 years old, and unsolved: https://github.com/AMLab-Amsterdam/lie_learn/issues/16
Could someone please take a look? Thanks!