-
Notifications
You must be signed in to change notification settings - Fork 78
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
ModuleNotFoundError: No module named 'Pyfhel.Pyfhel.Pyfhel' #245
Comments
Please fill all the details above!
…On Mon, Jul 8, 2024, 15:38 lilvmy ***@***.***> wrote:
*Description*
I have installed Pyfhel==3.4.2, but import the Pyfhel leads an error
ModuleNotFoundError: No module named 'Pyfhel.Pyfhel.Pyfhel'
*Code To Reproduce Error*
from Pyfhel import Pyfhel
*Expected behavior*
Traceback (most recent call last):
File
"/home/cysren/home/cysren/Desktop/ld_file/Secure-DNN-Inference-with-Adversarial-training/SimpleExample/SimEncryptProcessing.py",
line 10, in
from Pyfhel import Pyfhel
File "/home/cysren/.virtualenvs/ld_env/lib/python3.8/site-packages/Pyfhel/
*init*.py", line 1, in
from .Pyfhel import Pyfhel
File
"/home/cysren/.virtualenvs/ld_env/lib/python3.8/site-packages/Pyfhel/Pyfhel/
*init*.py", line 1, in
from .Pyfhel import Pyfhel
ModuleNotFoundError: No module named 'Pyfhel.Pyfhel.Pyfhel'
*Setup:*
- OS: [e.g. Ubuntu]
- Python: [e.g. 3.8.19]
- C compiler version: [e.g. gcc 11.4.0 64 bit (nvida), can be easily
found between brackets by running python in a terminal]
- Pyfhel Version: [e.g. 3.4.2 --> If lower than latest github repo
version, please try that one out first!]
—
Reply to this email directly, view it on GitHub
<#245>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADF6Z54XDMGSFV6VZ4G5VPTZLKI6ZAVCNFSM6AAAAABKQ3ZJXOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM4TKNRXGYZDCNQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@lilvmy You still haven´t filled the details above. What OS? What Python Version? What C compiler version? |
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 Python version: 3.8.19 When I use pip install Pyfhel, it does not apper above-mentioned issues |
Please run `gcc -v` to get the gcc version.
…On Tue, Jul 9, 2024 at 9:52 AM lilvmy ***@***.***> wrote:
Thank you, I will list these information.
system: Linux version 6.5.0-41-generic ***@***.***)
(x86_64-linux-gnu-gcc-12 (Ubuntu 12.3.0-1ubuntu122.04) 12.3.0, GNU ld
(GNU Binutils for Ubuntu) 2.38) #41
<#41>22.04.2-Ubuntu SMP
PREEMPT_DYNAMIC Mon Jun 3 11:32:55 UTC 2
Python version: 3.8.19
C compiler version: g++ is already the newest version (4:11.2.0-1ubuntu1).
gcc is already the newest version (4:11.2.0-1ubuntu1).
When I use pip install Pyfhel, it does not apper above-mentioned issues
—
Reply to this email directly, view it on GitHub
<#245 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADF6Z53KNV7BPOPEQDZQLJ3ZLOJFPAVCNFSM6AAAAABKQ3ZJXOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJWHA2TSMZVGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Noted with thanks, the gcc version is 11.4.0 (ld_env) (base) cysren@cysren-Precision-3660: |
Description
I have installed Pyfhel==3.4.2, but import the Pyfhel leads an error ModuleNotFoundError: No module named 'Pyfhel.Pyfhel.Pyfhel'
Code To Reproduce Error
from Pyfhel import Pyfhel
Expected behavior
Traceback (most recent call last):
File "/home/cysren/home/cysren/Desktop/ld_file/Secure-DNN-Inference-with-Adversarial-training/SimpleExample/SimEncryptProcessing.py", line 10, in
from Pyfhel import Pyfhel
File "/home/cysren/.virtualenvs/ld_env/lib/python3.8/site-packages/Pyfhel/init.py", line 1, in
from .Pyfhel import Pyfhel
File "/home/cysren/.virtualenvs/ld_env/lib/python3.8/site-packages/Pyfhel/Pyfhel/init.py", line 1, in
from .Pyfhel import Pyfhel
ModuleNotFoundError: No module named 'Pyfhel.Pyfhel.Pyfhel'
Setup:
python
in a terminal]The text was updated successfully, but these errors were encountered: