|
From: Christoph Z. <ci...@on...> - 2015-07-04 13:39:10
|
Yes, the Python 3 support is not yet official. I plan to eventually move
it to Github this year and create a new release that officially supports
Python 3.
-- Chris
Am 04.07.2015 um 10:30 schrieb Mark Lawrence:
> <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>
|