How to install Zope 2.13.26 using virtualenv?
I am following instructions in <https://zope.readthedocs.io/en/2.13/INSTALL-virtualenv.html>: """ (virtualenv)# bin/pip install \
--trusted-host download.zope.org \ --index http://download.zope.org/Zope2/index/2.13.26/ Zope2 Collecting Zope2 Could not find a version that satisfies the requirement Zope2 (from versions: ) No matching distribution found for Zope2 """
How to proceed?. Would you update install documentation?. -- Jesús Cea Avión _/_/ _/_/_/ _/_/_/ jcea@jcea.es - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/ Twitter: @jcea _/_/ _/_/ _/_/_/_/_/ jabber / xmpp:jcea@jabber.org _/_/ _/_/ _/_/ _/_/ _/_/ "Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/ "My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/ "El amor es poner tu felicidad en la felicidad de otro" - Leibniz
hi using easy_install instead of pip worked for me: ./bin/easy_install --index-url=http://download.zope.org/Zope2/index/2.13.26/ Zope2 Regards, Michael Brunnbauer On Tue, Aug 22, 2017 at 12:33:16AM +0200, Jesus Cea wrote:
I am following instructions in <https://zope.readthedocs.io/en/2.13/INSTALL-virtualenv.html>:
""" (virtualenv)# bin/pip install \
--trusted-host download.zope.org \ --index http://download.zope.org/Zope2/index/2.13.26/ Zope2 Collecting Zope2 Could not find a version that satisfies the requirement Zope2 (from versions: ) No matching distribution found for Zope2 """
How to proceed?. Would you update install documentation?.
-- Jesús Cea Avión _/_/ _/_/_/ _/_/_/ jcea@jcea.es - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/ Twitter: @jcea _/_/ _/_/ _/_/_/_/_/ jabber / xmpp:jcea@jabber.org _/_/ _/_/ _/_/ _/_/ _/_/ "Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/ "My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/ "El amor es poner tu felicidad en la felicidad de otro" - Leibniz
_______________________________________________ Zope maillist - Zope@zope.org https://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope-dev )
-- ++ Michael Brunnbauer ++ netEstate GmbH ++ Geisenhausener Straße 11a ++ 81379 München ++ Tel +49 89 32 19 77 80 ++ Fax +49 89 32 19 77 89 ++ E-Mail brunni@netestate.de ++ http://www.netestate.de/ ++ ++ Sitz: München, HRB Nr.142452 (Handelsregister B München) ++ USt-IdNr. DE221033342 ++ Geschäftsführer: Michael Brunnbauer, Franz Brunnbauer ++ Prokurist: Dipl. Kfm. (Univ.) Markus Hendel
On 22/08/17 07:10, Michael Brunnbauer wrote:
using easy_install instead of pip worked for me:
./bin/easy_install --index-url=http://download.zope.org/Zope2/index/2.13.26/ Zope2
That works, but it is not what is documented in <https://zope.readthedocs.io/en/2.13/INSTALL-virtualenv.html>. Who can update the documentation?. Is is strange, because "easy_install" is kind of the old fashion install procedure. Modern way is "pip", AFAIK. Changing the documentation (who can do that?) or solve whatever is precluding ZOPE2 to be installed using pip?. I would rather prefer the second option. Who needs to be notified to take care of this?. Thanks!. -- Jesús Cea Avión _/_/ _/_/_/ _/_/_/ jcea@jcea.es - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/ Twitter: @jcea _/_/ _/_/ _/_/_/_/_/ jabber / xmpp:jcea@jabber.org _/_/ _/_/ _/_/ _/_/ _/_/ "Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/ "My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/ "El amor es poner tu felicidad en la felicidad de otro" - Leibniz
Am 24.08.2017 um 03:47 schrieb Jesus Cea <jcea@jcea.es>:
On 22/08/17 07:10, Michael Brunnbauer wrote:
using easy_install instead of pip worked for me:
./bin/easy_install --index-url=http://download.zope.org/Zope2/index/2.13.26/ Zope2
That works, but it is not what is documented in <https://zope.readthedocs.io/en/2.13/INSTALL-virtualenv.html>. Who can update the documentation?. Is is strange, because "easy_install" is kind of the old fashion install procedure. Modern way is "pip", AFAIK. Changing the documentation (who can do that?) or solve whatever is precluding ZOPE2 to be installed using pip?. I would rather prefer the second option.
Who needs to be notified to take care of this?.
Could you please create an issue on GitHub: https://github.com/zopefoundation/Zope/issues? When the documentation gets fixed on GitHub it will be automatically updated on ReadTheDocs. BTW I stumbled upon another issue regarding pip installation: https://github.com/zopefoundation/Zope/issues/151 But this one seems to be different as the documentation should show a way which actually works. -- Mit freundlichen Grüßen Michael Howitz
On 29/08/17 08:50, Michael Howitz wrote:
Could you please create an issue on GitHub: https://github.com/zopefoundation/Zope/issues?
Late but done: <https://github.com/zopefoundation/Zope/issues/194>. -- Jesús Cea Avión _/_/ _/_/_/ _/_/_/ jcea@jcea.es - http://www.jcea.es/ _/_/ _/_/ _/_/ _/_/ _/_/ Twitter: @jcea _/_/ _/_/ _/_/_/_/_/ jabber / xmpp:jcea@jabber.org _/_/ _/_/ _/_/ _/_/ _/_/ "Things are not so easy" _/_/ _/_/ _/_/ _/_/ _/_/ _/_/ "My name is Dump, Core Dump" _/_/_/ _/_/_/ _/_/ _/_/ "El amor es poner tu felicidad en la felicidad de otro" - Leibniz
participants (3)
-
Jesus Cea -
Michael Brunnbauer -
Michael Howitz