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
Traceback (most recent call last):
File "f:\run\lprogr\phyton\lib\runpy.py", line 193, in run_module_as_main
"main", mod_spec)
File "f:\run\lprogr\phyton\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "F:\Run\Lprogr\Phyton\Scripts\shadowproxy.exe_main.py", line 5, in
File "f:\run\lprogr\phyton\lib\site-packages\shadowproxy_main.py", line 7, in
import resource
ModuleNotFoundError: No module named 'resource'
Shadowproxy can not support windows due to its dependency of curio which does not support windows yet. It also use resource module which is a Unix specific service.
After installing shadowproxy i have next errors:
Python 3.7.3 , Windows 10 x64
The text was updated successfully, but these errors were encountered: