Mailing List Archive

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
Re: How to install Zope 2.13.26 using virtualenv? [ In reply to ]
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
Re: How to install Zope 2.13.26 using virtualenv? [ In reply to ]
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
Re: How to install Zope 2.13.26 using virtualenv? [ In reply to ]
> 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

_______________________________________________
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 )
Re: How to install Zope 2.13.26 using virtualenv? [ In reply to ]
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