Discussion:
[nagare-users:630] No local packages or download links found for nagare[database,doc]>0.4.1
Terrence Brannon
2015-05-20 21:15:17 UTC
Permalink
When I attempt to install the examples for nagare, I get the error above.
Here is a gist of the shell session:
https://gist.github.com/metaperl/915bda6594a3c54e0f23
--
You received this message because you are subscribed to the Google Groups "Nagare users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nagare-users+***@googlegroups.com.
To post to this group, send email to nagare-***@googlegroups.com.
Visit this group at http://groups.google.com/group/nagare-users.
For more options, visit https://groups.google.com/d/optout.
Alain Poirier
2015-05-21 20:13:10 UTC
Permalink
Post by Terrence Brannon
https://gist.github.com/metaperl/915bda6594a3c54e0f23
The answer here is still valid:

https://groups.google.com/forum/#!msg/nagare-users/G9JAXWrXv9M/M6A_ZvWUe80J


Or you can also run this extended command:

python setup.py develop -f http://www.nagare.org/snapshots

instead of:

python setup.py develop
--
You received this message because you are subscribed to the Google Groups "Nagare users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nagare-users+***@googlegroups.com.
To post to this group, send email to nagare-***@googlegroups.com.
Visit this group at http://groups.google.com/group/nagare-users.
For more options, visit https://groups.google.com/d/optout.
Hervé Coatanhay
2015-05-21 21:29:05 UTC
Permalink
Hi,

`find-links` option can be passed to easy_install (and python setup.py develop) this way:

[easy_install]
find-links = http://ww.nagare.org/snapshots <http://ww.nagare.org/snapshots>

Cheers
Post by Alain Poirier
Post by Terrence Brannon
https://gist.github.com/metaperl/915bda6594a3c54e0f23
https://groups.google.com/forum/#!msg/nagare-users/G9JAXWrXv9M/M6A_ZvWUe80J
python setup.py develop -f http://www.nagare.org/snapshots
python setup.py develop
--
You received this message because you are subscribed to the Google Groups "Nagare users" group.
Visit this group at http://groups.google.com/group/nagare-users.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Nagare users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nagare-users+***@googlegroups.com.
To post to this group, send email to nagare-***@googlegroups.com.
Visit this group at http://groups.google.com/group/nagare-users.
For more options, visit https://groups.google.com/d/optout.
Loading...