SINet icon indicating copy to clipboard operation
SINet copied to clipboard

ModuleNotFoundError: No module named 'apex'

Open asif-nuaa opened this issue 1 year ago • 1 comments

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?

asif-nuaa avatar Jul 25 '24 13:07 asif-nuaa

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.

Jackie-Li-0228 avatar Oct 14 '24 11:10 Jackie-Li-0228