-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Labels
Description
Installation via pip3 is not possible due to use of Python2-only commands.
Collecting robotframework-mqttlibrary
Downloading robotframework-mqttlibrary-0.5.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/private/var/folders/n1/wsd2x88j48d6yr5dmwqs71m80000gn/T/pip-build-u7hpj9cr/robotframework-mqttlibrary/setup.py", line 9, in <module>
execfile(join(here, 'src', 'MQTTLibrary', 'version.py'))
NameError: name 'execfile' is not defined
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/n1/wsd2x88j48d6yr5dmwqs71m80000gn/T/pip-build-u7hpj9cr/robotframework-mqttlibrary/
Atihinen, PhilRW, ThePersistentTester and filipehb