lilvmy

Results 6 comments of lilvmy

Collecting Pyfhel==2.3.1 Using cached Pyfhel-2.3.1.tar.gz (716 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting cython>=0.29.2 (from Pyfhel==2.3.1) Using cached...

Ok, thank you very much

`cd .virtualenvs/ld_env/lib/python3.8/site-packages` `git clone --recursive https://github.com/ibarrond/Pyfhel.git` `cd Pyfhel` ![1](https://github.com/ibarrond/Pyfhel/assets/54577185/5040c2eb-dd24-4f74-b912-0dda26e875ab) `vim pyproject.toml` `SEAL_THROW_ON_TRANSPARENT_CIPHERTEXT="OFF" ` `esc :wq` `pip install . -v` ![2](https://github.com/ibarrond/Pyfhel/assets/54577185/1c189d9e-2ea6-45d8-b7bc-f5c9cb0af472) `from Pyfhel import Pyfhel` Traceback (most recent call last): File...

Thank you, I will list these information. system: Linux version 6.5.0-41-generic (buildd@lcy02-amd64-120) (x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu1~22.04) 12.3.0, GNU ld (GNU Binutils for Ubuntu) 2.38) #41~22.04.2-Ubuntu SMP PREEMPT_DYNAMIC Mon Jun 3 11:32:55...

Noted with thanks, the gcc version is 11.4.0 (ld_env) (base) cysren@cysren-Precision-3660:~$ gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2...

Hello, I have solved this issue. In my case, Hello, I have solved this issue. In my case, I have deleted the __init__.py in Pyfhel/Pyfhel due to conflicts with __init__.py...