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

When QTLibrary support python3? #4

Open
Linhan-Shenzhen opened this issue Apr 29, 2018 · 1 comment
Open

When QTLibrary support python3? #4

Linhan-Shenzhen opened this issue Apr 29, 2018 · 1 comment

Comments

@Linhan-Shenzhen
Copy link

windows7-x64 python3.6.5
pip install robotframework-qtlibrary
return:
D:\Python36\Scripts>pip install robotframework-qtlibrary
Collecting robotframework-qtlibrary
Using cached https://files.pythonhosted.org/packages/3b/8c/df3d6426367857af568
b22268ea10e7fa89cad824458f07f9b70c13b838f/robotframework-qtlibrary-1.0.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\ADMINI1\AppData\Local\Temp\pip-build-5ioutu7c\robotframewo
rk-qtlibrary\setup.py", line 19, in
with open(join(CURDIR, 'requirements.txt')) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\ADMINI
1
\AppData\Local\Temp\pip-build-5ioutu7c\robotframework-qtlibrary\requiremen
ts.txt'

----------------------------------------
@Linhan-Shenzhen
Copy link
Author

Linhan-Shenzhen commented Apr 29, 2018

在setup.py文件中的19行改一下就OK了,可以安装成功,还没开始使用,修改如下:

reqDir = join(CURDIR, 'src', 'robotframework_qtlibrary.egg-info')
with open(join(reqDir, 'requires.txt')) as f:

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

1 participant