You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this error when i worked on a virtual environment to avoid conflicts and installed all necessary packages:
(test) C:\Users\jebno\Desktop\test>rtspscanner -m scan -c admin:Tunisys-2021 -a 172.21.40.10
Traceback (most recent call last):
File "C:\Python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Python39\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\jebno\Desktop\test\Scripts\rtspscanner.exe_main.py", line 4, in
File "C:\Users\jebno\Desktop\test\lib\site-packages\rtspscanner.py", line 28, in
from portscan import PortScan
File "C:\Users\jebno\Desktop\test\lib\site-packages\portscan.py", line 13, in
import resource
ModuleNotFoundError: No module named 'resource'
The text was updated successfully, but these errors were encountered:
I got this error when i worked on a virtual environment to avoid conflicts and installed all necessary packages:
(test) C:\Users\jebno\Desktop\test>rtspscanner -m scan -c admin:Tunisys-2021 -a 172.21.40.10
Traceback (most recent call last):
File "C:\Python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Python39\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\jebno\Desktop\test\Scripts\rtspscanner.exe_main.py", line 4, in
File "C:\Users\jebno\Desktop\test\lib\site-packages\rtspscanner.py", line 28, in
from portscan import PortScan
File "C:\Users\jebno\Desktop\test\lib\site-packages\portscan.py", line 13, in
import resource
ModuleNotFoundError: No module named 'resource'
The text was updated successfully, but these errors were encountered: