for (int i=0; i<result.size();i++){
System.out.println(result.get(i));
}
<b:FailedCount>
0
</b:FailedCount>
<b:SucceededCount>
2700
</b:SucceededCount>
File "C:\Python36\lib\site-packages\pyping\__init__.py", line 3, in <module>
from core import *
ModuleNotFoundError: No module named 'core'.
Попытка установить pip install core - завершается :\WINDOWS\system32>pip install core
Collecting core
Could not find a version that satisfies the requirement core (from versions: )
No matching distribution found for core
- как решить проблему?