You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to build a conda environment which has G6K in SageMath, I'm getting:
Python 3.9.13 | packaged by conda-forge | (main, May 27 2022, 16:58:50)
[GCC 10.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import g6k
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/malb/projects/lattices/g6k/g6k/__init__.py", line 23, in <module>
from .siever_params import SieverParams # noqa
ImportError: /home/malb/projects/lattices/g6k/g6k/siever_params.cpython-39-x86_64-linux-gnu.so: undefined symbol: _ZGVeN8v_log
>>>
The text was updated successfully, but these errors were encountered:
Trying to build a conda environment which has G6K in SageMath, I'm getting:
The text was updated successfully, but these errors were encountered: