firefox - Command "python setup.py egg_info" failed with error code 1 when installing Marionette module -


trying install marionette_client-mozilla on env in pycharm , getting error above, or below. far have upgraded pip vs 9 , ran easy_install -u setuptools per other suggestions on forum.

    collecting marionette_client-mozilla-b2g37_v2_2   using cached marionette_client-mozilla-b2g37_v2_2-0.1.zip collecting marionette-transport==0.4 (from marionette_client-mozilla-b2g37_v2_2)   using cached marionette-transport-0.4.tar.gz collecting manifestparser (from marionette_client-mozilla-b2g37_v2_2)   using cached manifestparser-1.1.tar.gz collecting mozhttpd>=0.5 (from marionette_client-mozilla-b2g37_v2_2)   using cached mozhttpd-0.7.tar.gz collecting mozinfo>=0.7 (from marionette_client-mozilla-b2g37_v2_2)   using cached mozinfo-0.9.tar.gz collecting mozprocess>=0.9 (from marionette_client-mozilla-b2g37_v2_2)   using cached mozprocess-0.23.tar.gz collecting mozrunner>=6.2 (from marionette_client-mozilla-b2g37_v2_2)   using cached mozrunner-6.13.tar.gz     complete output command python setup.py egg_info:     traceback (most recent call last):       file "<string>", line 1, in <module>       file "/tmp/pycharm-packaging/mozrunner/setup.py", line 24, in <module>         assert sys.version_info[0] == 2     assertionerror      ----------------------------------------  command "python setup.py egg_info" failed error code 1 in /tmp/pycharm-packaging/mozrunner/ 


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -