Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when install Selenium 2 (WebDriver) Library #2677

Closed
fedika opened this issue Sep 13, 2017 · 2 comments
Closed

Error when install Selenium 2 (WebDriver) Library #2677

fedika opened this issue Sep 13, 2017 · 2 comments

Comments

@fedika
Copy link

fedika commented Sep 13, 2017

Hi,
I'm newbie for RobotFramework and Python.
I am using Windows 10.
I already installed Robot Framework 3.0.2 (Python 3.6.2 on win32).
It display

C:\Users\Daniel>robot --version
c:\users\daniel\appdata\local\programs\python\python36-32\lib\runpy.py:125: RuntimeWarning: 'robot.run' found in sys.modules after import of package 'robot', but prior to execution of 'robot.run'; this may result in unpredictable behaviour
warn(RuntimeWarning(msg))
Robot Framework 3.0.2 (Python 3.6.2 on win32)

When I'm trying install Selenium 2 WebDriver I found an error on console

C:\Users\Daniel>pip install robotframework-selenium2library
Collecting robotframework-selenium2library
Using cached robotframework-selenium2library-1.8.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Daniel\AppData\Local\Temp\pip-build-dbtfn33a\robotframework-selenium2library\setup.py", line 7, in
from ez_setup import use_setuptools
File "C:\Users\Daniel\AppData\Local\Temp\pip-build-dbtfn33a\robotframework-selenium2library\src\ez_setup.py", line 106
except pkg_resources.VersionConflict, e:
^
SyntaxError: invalid syntax

----------------------------------------

Command "python setup.py egg_info" failed with error code 1 in C:\Users\Daniel\AppData\Local\Temp\pip-build-dbtfn33a\robotframework-selenium2library\

Is there any step that I missed?
Thank you.

@HelioGuilherme66
Copy link
Member

Yes, there are two mistakes.
First, this is a Issue tracker for bugs or improvements for the Robot Framework, and you had problem with Selenium2Library.
Second, you missed the instructions on README.rst at here. The version you installed is not compatible with Python 3.

Please close this issue, and use other communication channels for questions.

@pekkaklarck
Copy link
Member

The first reported issue is duplicate of #2552. @HelioGuilherme66 is right about the others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants