|
From: Mark L. <bre...@ya...> - 2015-07-04 09:15:14
|
<output>
C:\Users\Mark\Documents\Cash\Python>pip install mypy
...
Collecting dbutils (from sqlbean>=0.490->mypy)
Downloading DBUtils-1.1.tar.gz (109kB)
100% |################################| 110kB 72kB/s
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File
"C:\Users\Mark\AppData\Local\Temp\pip-build-1pb2zvhs\dbutils\setup.py",
line 11, in <module>
raise ImportError('Python %d.%d is not supported by DBUtils.' %
py_version)
ImportError: Python 3.4 is not supported by DBUtils.
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in
C:\Users\Mark\AppData\Local\Temp\pip-build-1pb2zvhs\dbutils
</output>
The code has already been updated in trunk according to
http://www.mail-archive.com/web...@li.../msg02766.html
so I'd assume only the Python version check needs changing.
--
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.
Mark Lawrence
|