Message11392

Author zyasoft
Recipients Arfrever, akira, amak, fwierzbicki, jamesmudd, jeff.allen, pekka.klarck, zyasoft
Date 2017-05-21.17:23:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495387433.47.0.36386350665.issue1839@psf.upfronthosting.co.za>
In-reply-to
Content
James, I'm also seeing the same issue when running from the installer, eg doing something like:

$ java -jar dist/jython-installer.jar -s -d ~/jython-2.7.1-test-RC1

(more discussion in http://bugs.jython.org/issue2570)

This looks like a transient problem in finding Jython, and only impacts the installation step of running ensurepip. OK, one more bug to fix :)

The workaround is to run jython -m ensurepip as a separate later step (ensurepip can be repeated without any problem until it works, or so it seems).
History
Date User Action Args
2017-05-21 17:23:53zyasoftsetmessageid: <1495387433.47.0.36386350665.issue1839@psf.upfronthosting.co.za>
2017-05-21 17:23:53zyasoftsetrecipients: + zyasoft, fwierzbicki, amak, pekka.klarck, jeff.allen, Arfrever, akira, jamesmudd
2017-05-21 17:23:53zyasoftlinkissue1839 messages
2017-05-21 17:23:52zyasoftcreate