-
Notifications
You must be signed in to change notification settings - Fork 57
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
Installation issue with Python 3.6 #14
Comments
yes, unfortunately the installer doesn't work in python3. I'm aware of the
problem and hope to have a fix as soon as I can find the time.
…On Wed, Apr 18, 2018 at 4:14 AM, Alexey ***@***.***> wrote:
There is an issue with installation the package against Python 3.6.4
Downloading https://files.pythonhosted.org/packages/88/21/
fa58016bae1a0bbe693ed745d188ef3b01c75ad3b575c9b7cd540522da07/rob
otframework-pageobjectlibrary-0.1.7.tar.gz Complete output from command
python setup.py egg_info: Traceback (most recent call last): File
"<string>", line 1, in <module> File "C:\Users\avasilev\AppData\
Local\Temp\pip-install-p80l_dxl\robotframework-pageobjectlibrary\setup.py",
line 5, in <module> execfile('PageObjectLibrary/version.py') NameError:
name 'execfile' is not defined
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#14>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABEmYvvws4oYPLxxfGnru9hVTK43jrElks5tpwPkgaJpZM4TZs2Q>
.
|
This worked for me (tested only on Python 3.6.4):Comment out the following line in setup.py:
and replace with the below.
if you need setup.py to be compatible with both 2.x and 3.x, add the following to setup.py (tested only on Python 3.6.4):
|
Does not work for python 3.7.1
Error: An error occurred while installing robotframework-pageobjectlibrary! |
@itsanjan, the corrected "setup.py" is in a fork by @andrewordiales. You can manually add the changes I suggested, or go to @andrewordiales Github page: Fork |
There is an issue with installation the package against Python 3.6.4
The text was updated successfully, but these errors were encountered: