Sonu Mahanty

Results 7 issues of Sonu Mahanty

Traceback (most recent call last): File "c:\Users\csonusmahae\Downloads\proctoring-main\src\audio.py", line 1, in import sounddevice as sd ModuleNotFoundError: No module named 'sounddevice' help me to resolve this issue ?

whenever I am trying to import the module GazeTracking from gaze_tracking getting an error like below. **_Traceback (most recent call last): File "c:\Users\pujab\Downloads\sample project\test_gaze.py", line 2, in from gaze_tracking import...

if anyone runs this project successfully then please provide that repository link to me it is very urgent .../////

File "C:\Users\pujab\Downloads\sample_project\venv\Lib\site-packages\keras\src\saving\legacy\saved_model\load.py", line 253, in _generate_object_paths for reference in object_graph_def.nodes[current_node].children: ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^ IndexError: list index out of range

is whatever you are provided in this repository sufficient for the project? because the project was not working properly if any further files are required, please upload them asap

I am getting a module not found error while importing few_shot.utils and other things

!python /content/few-shot/scripts/prepare_omniglot.py Traceback (most recent call last): File "/content/few-shot/scripts/prepare_omniglot.py", line 20, in from few_shot.utils import mkdir, rmdir ModuleNotFoundError: No module named 'few_shot.utils' I am getting this error, can anyone help...