Closed pwaring closed 8 years ago
I've just tried to install csv2ofx on a new Ubuntu 15.04 install with the following output:
$ sudo pip install csv2ofx Downloading/unpacking csv2ofx Downloading csv2ofx-0.18.2-py27-none-any.whl Downloading/unpacking python-dateutil==2.4.2 (from csv2ofx) Downloading python_dateutil-2.4.2-py2.py3-none-any.whl (188kB): 188kB downloaded Requirement already satisfied (use --upgrade to upgrade): requests==2.4.3 in /usr/lib/python2.7/dist-packages (from csv2ofx) Downloading/unpacking manage.py==0.2.10 (from csv2ofx) Downloading manage.py-0.2.10.tar.gz Running setup.py (path:/tmp/pip-build-1Zl2tP/manage.py/setup.py) egg_info for package manage.py Downloading/unpacking tabutils==0.16.0 (from csv2ofx) Could not find a version that satisfies the requirement tabutils==0.16.0 (from csv2ofx) (from versions: 0.9.1, 0.9.4, 0.9.5, 0.10.0, 0.12.0, 0.13.0, 0.18.0, 0.18.1, 0.19.1, 0.19.3, 0.21.0, 0.21.1, 0.22.0, 0.22.1, 0.9.1) Some externally hosted files were ignored (use --allow-external to allow). Cleaning up... No distributions matching the version for tabutils==0.16.0 (from csv2ofx) Storing debug log for failure in /home/vagrant/.pip/pip.log
Is this a bug with the script requirements -- specifically tabutils requiring version 0.16.0 which isn't available -- or am I doing something wrong?
Ahh, sorry about that. tabutils v0.16.0 is now on pypi.
tabutils v0.16.0
Thanks - just confirming that installation works now.
I've just tried to install csv2ofx on a new Ubuntu 15.04 install with the following output:
Is this a bug with the script requirements -- specifically tabutils requiring version 0.16.0 which isn't available -- or am I doing something wrong?