Message11141

Author thadguidry
Recipients jeff.allen, stefan.richthofer, thadguidry, wymannmi, zyasoft
Date 2017-02-28.19:03:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488308589.87.0.0338329844477.issue2521@psf.upfronthosting.co.za>
In-reply-to
Content
NOT FIXED YET.

Looks like an additional step is needed to rename or remove a TEMP folder.

Also got an error after installing on Windows 10.

  File "E:\jython2.7.0\Lib\site-packages\pip\locations.py", line 90, in _get_build_prefix
    if file_uid != os.geteuid():
AttributeError: 'module' object has no attribute 'geteuid'

My fix was to rename the TEMP\pip_build_Thad folder to XXX_pip_build which had only 1 file under it called 'pip-delete-this-directory.txt' coincidentally.

After the renamed folder, I then tried 'pip install yolk' and it worked.

I found the fix after reading about the issue here: https://github.com/robotframework/Selenium2Library/issues/409
History
Date User Action Args
2017-02-28 19:03:09thadguidrysetmessageid: <1488308589.87.0.0338329844477.issue2521@psf.upfronthosting.co.za>
2017-02-28 19:03:09thadguidrysetrecipients: + thadguidry, zyasoft, jeff.allen, stefan.richthofer, wymannmi
2017-02-28 19:03:09thadguidrylinkissue2521 messages
2017-02-28 19:03:08thadguidrycreate