Skip to content
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 'apex' #45

Open
asif-nuaa opened this issue Jul 25, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'apex' #45

asif-nuaa opened this issue Jul 25, 2024 · 1 comment

Comments

@asif-nuaa
Copy link

Following error appear when I try to run MyTest.py

D:\asif\Projects\OtitisNet2\Scripts\python.exe D:\asif\Projects\OtitisNet2\SINet-master\MyTest.py
Traceback (most recent call last):
File "D:\asif\Projects\OtitisNet2\SINet-master\MyTest.py", line 9, in
from Src.utils.trainer import eval_mae, numpy2tensor
File "D:\asif\Projects\OtitisNet2\SINet-master\Src\utils\trainer.py", line 5, in
from apex import amp
ModuleNotFoundError: No module named 'apex'

Process finished with exit code 1


I try to install this using --> pip install apex, but their is no such module. How to fix it?

@Jackie-Li-0228
Copy link

The README.md file has the information. But when I installed it, I got an error message saying that many package dependencies require Python version 3.7 or 3.8, but the author specified Python 3.6 at the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants