On Fri, Feb 20, 2015 at 09:32:12PM +0000, Nathaniel Mishkin wrote:
>    Hi All,
>    I just started (trying to) look at generateds and ran into this:
>    $ sudo pip install generateds
>    [sudo] password for nmishkin:Â
>    Downloading/unpacking generateds
>    Â  Could not find a version that satisfies the requirement generateds
>    (from versions: 1.19a, 1.20a, 1.20b, 1.20c, 1.20d, 1.20e, 1.20f, 1.20g,
>    2.0a, 2.0b, 2.10a, 2.10b, 2.11a, 2.12a, 2.12b, 2.12c, 2.12d, 2.12e,
>    2.13a, 2.14a, 2.15a, 2.1a, 2.1b, 2.1c, 2.1d, 2.2a, 2.2b, 2.3a, 2.3b,
>    2.4a, 2.4b, 2.4c, 2.5a, 2.6a, 2.6b, 2.7a, 2.7b, 2.7c, 2.8a, 2.8b, 2.9a)
>    Cleaning up...
>    Can anyone clue me in about what sort of presumably rookie mistake I'm
>    making? (I'm running Python 2.7.6 in case that matters.)
>    Thanks.
>    Nat

Nat,

Hmm.  Mysterious.

OK.  I did the following:

    $ virtualenv Test01
    $ cd Test01/
    $ source bin/activate
    $ which python
    # shows -> ...Test01/bin/python
    $ pip install generateds
    # shows -> Successfully installed generateds-2.15a0
    $ which generateDS.py 
    # shows -> ...Test01/bin/generateDS.py
    $ generateDS.py --help
    # shows -> generateDS.py help info
    $ generateDS.py --version
    # shows -> generateDS.py version 2.15a

The version at pypi.python.org was built with Python 2.7.9.  I do
not know pip well enough to know how picky it is about the python
version.  And, a couple of Web searches did not turn up anything
informative.

I just recently uploaded the 2.15a version (on 2/18).  Is it
possible that pypi (the Python package index) was not yet ready to
deliver it.

If you learn anything that might help me straighten this out, please
let me know.

Dave


> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk

> _______________________________________________
> generateds-users mailing list
> generateds-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/generateds-users


-- 

Dave Kuhlman
http://www.davekuhlman.org

------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=190641631&iu=/4140/ostg.clktrk
_______________________________________________
generateds-users mailing list
generateds-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/generateds-users

Reply via email to