[
https://issues.apache.org/jira/browse/ARROW-1661?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16538976#comment-16538976
]
Aldrin commented on ARROW-1661:
-------------------------------
just wanted to mention that I just hit this on my system, on macOS 10.13.5,
using pipenv, and homebrew for environment management (more details below).
I will wander around for a bit and try a few things, otherwise I can go back to
python 3.6 in the meantime.
{noformat}
[octalene] python --version
Python 3.7.0
[octalene] pip --version
pip 10.0.1 from
/Users/octalene/.local/share/virtualenvs/turbodbc-2fd7M_tQ/lib/python3.7/site-packages/pip
(python 3.7)
[octalene] pip list
Package Version
--------------- -------
Cython 0.28.4
numpy 1.14.5
pandas 0.23.3
pip 10.0.1
python-dateutil 2.7.3
pytz 2018.5
setuptools 40.0.0
six 1.11.0
wheel 0.31.1{noformat}
{noformat}
[octalene] gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr
--with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 9.1.0 (clang-902.0.39.2)
Target: x86_64-apple-darwin17.6.0
Thread model: posix
InstalledDir:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin{noformat}
{noformat}
Homebrew 1.6.10
Homebrew/homebrew-core (git revision f5f89; last commit 2018-07-09){noformat}
> [Python] Python 3.7 support
> ---------------------------
>
> Key: ARROW-1661
> URL: https://issues.apache.org/jira/browse/ARROW-1661
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Reporter: Wes McKinney
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.11.0
>
>
> Things to do for Python 3.7 (mostly depends on downstream):
> ||Task || Done||
> |Pandas release (0.23.2)|(x)|
> |manylinux1 container with Python 3.7|(/)|
> |conda-forge python update (optional, can also use Anaconda version):
> https://github.com/conda-forge/python-feedstock/issues/177|(x)|
> |conda-forge dependencies are built for Python 3.7 (and/or upstream
> manylinux1 wheels) |(x)|
> |more to come…| |
> See discussion in [https://github.com/apache/arrow/issues/1125]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)