Good morning Stephan,
Thank you for the fast response. I did try to reinstall winrandom with pip on both machines but that resulted in failure (see below in both cases)
Additionally will PRTG update its python version from 3.4 ?
DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429).
Kind regards
Michaël
Collecting winrandom
Using cached https://files.pythonhosted.org/packages/b8/db/b0a2e6b6600c8e00e1cf31e0cd95622283c31a380259dd5e0998201583d0/winrandom-1.2.zip
Building wheels for collected packages: winrandom
Building wheel for winrandom (setup.py) ... error
Complete output from command "c:\program files (x86)\prtg network monitor\python34\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\qsecofr
\\AppData\\Local\\Temp\\pip-install-wt2yl0j2\\winrandom\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exe
c(compile(code, __file__, 'exec'))" bdist_wheel -d C:\Users\qsecofr\AppData\Local\Temp\pip-wheel-0u2ix56p --python-tag cp34:
running bdist_wheel
running build
running build_ext
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\qsecofr\AppData\Local\Temp\pip-install-wt2yl0j2\winrandom\setup.py", line 43, in <module>
ext_modules=[winrandom1])
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\core.py", line 148, in setup
dist.run_commands()
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\dist.py", line 955, in run_commands
self.run_command(cmd)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "c:\program files (x86)\prtg network monitor\python34\lib\site-packages\wheel\bdist_wheel.py", line 188, in run
self.run_command('build')
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\command\build.py", line 126, in run
self.run_command(cmd_name)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "c:\program files (x86)\prtg network monitor\python34\lib\site-packages\setuptools\command\build_ext.py", line 78, in run
_build_ext.run(self)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\command\build_ext.py", line 308, in run
force=self.force)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\ccompiler.py", line 1031, in new_compiler
return klass(None, dry_run, force)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\cygwinccompiler.py", line 282, in __init__
CygwinCCompiler.__init__ (self, verbose, dry_run, force)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\cygwinccompiler.py", line 126, in __init__
if self.ld_version >= "2.10.90":
TypeError: unorderable types: NoneType() >= str()
----------------------------------------
Failed building wheel for winrandom
Running setup.py clean for winrandom
Failed to build winrandom
Installing collected packages: winrandom
Running setup.py install for winrandom ... error
Complete output from command "c:\program files (x86)\prtg network monitor\python34\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\qseco
fr\\AppData\\Local\\Temp\\pip-install-wt2yl0j2\\winrandom\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();e
xec(compile(code, __file__, 'exec'))" install --record C:\Users\qsecofr\AppData\Local\Temp\pip-record-x6hz6sqb\install-record.txt --single-version-externally-ma
naged --compile:
running install
running build
running build_ext
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\qsecofr\AppData\Local\Temp\pip-install-wt2yl0j2\winrandom\setup.py", line 43, in <module>
ext_modules=[winrandom1])
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\core.py", line 148, in setup
dist.run_commands()
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\dist.py", line 955, in run_commands
self.run_command(cmd)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "c:\program files (x86)\prtg network monitor\python34\lib\site-packages\setuptools\command\install.py", line 61, in run
return orig.install.run(self)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\command\install.py", line 539, in run
self.run_command('build')
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\command\build.py", line 126, in run
self.run_command(cmd_name)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "c:\program files (x86)\prtg network monitor\python34\lib\site-packages\setuptools\command\build_ext.py", line 78, in run
_build_ext.run(self)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\command\build_ext.py", line 308, in run
force=self.force)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\ccompiler.py", line 1031, in new_compiler
return klass(None, dry_run, force)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\cygwinccompiler.py", line 282, in __init__
CygwinCCompiler.__init__ (self, verbose, dry_run, force)
File "c:\program files (x86)\prtg network monitor\python34\lib\distutils\cygwinccompiler.py", line 126, in __init__
if self.ld_version >= "2.10.90":
TypeError: unorderable types: NoneType() >= str()
----------------------------------------
Command ""c:\program files (x86)\prtg network monitor\python34\python.exe" -u -c "import setuptools, tokenize;__file__='C:\\Users\\qsecofr\\AppData\\Local\\Temp
\\pip-install-wt2yl0j2\\winrandom\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file
__, 'exec'))" install --record C:\Users\qsecofr\AppData\Local\Temp\pip-record-x6hz6sqb\install-record.txt --single-version-externally-managed --compile" failed
with error code 1 in C:\Users\qsecofr\AppData\Local\Temp\pip-install-wt2yl0j2\winrandom\
Add comment