[
https://issues.apache.org/jira/browse/ARROW-6119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16899659#comment-16899659
]
Paul Suganthan commented on ARROW-6119:
---------------------------------------
pip freeze
altgraph==0.15
appdirs==1.4.3
backcall==0.1.0
cachetools==2.1.0
colorama==0.3.9
cycler==0.10.0
Cython==0.28.4
decorator==4.3.0
google-api-python-client==1.7.4
google-auth==1.5.0
google-auth-httplib2==0.0.3
httplib2==0.11.3
jedi==0.12.1
kiwisolver==1.0.1
macholib==1.9
matplotlib==2.2.2
nose==1.3.7
numpy==1.17.0
packaging==17.1
pandas==0.23.3
parso==0.3.1
pickleshare==0.7.4
pip==19.2.1
prompt-toolkit==2.0.4
psutil==5.4.6
pyarrow==0.14.0
pyasn1==0.4.3
pyasn1-modules==0.2.2
Pygments==2.2.0
pyparsing==2.2.0
pyreadline==2.1
python-dateutil==2.7.3
pytz==2018.5
rsa==3.4.2
setuptools==41.0.1
simplegeneric==0.8.1
six==1.11.0
Tempita==0.5.2
traitlets==4.3.2
uritemplate==3.0.0
virtualenv==16.0.0
wcwidth==0.1.7
wheel==0.33.4
win-unicode-console==0.5
Content of "C:\Python37\lib\site-packages\pyarrow"
__init__.pxd
__init__.py
__pycache__
_csv.cp37-win_amd64.pyd
_csv.cpp
_csv.pyx
_cuda.pxd
_cuda.pyx
_flight.cp37-win_amd64.pyd
_flight.cpp
_flight.pyx
_generated_version.py
_json.cp37-win_amd64.pyd
_json.cpp
_json.pyx
_orc.pxd
_orc.pyx
_parquet.cp37-win_amd64.pyd
_parquet.cpp
_parquet.pxd
_parquet.pyx
_plasma.pyx
array.pxi
arrow.dll
arrow.lib
arrow_flight.dll
arrow_flight.lib
arrow_python.dll
arrow_python.lib
benchmark.pxi
benchmark.py
builder.pxi
cares.dll
compat.py
csv.py
cuda.py
error.pxi
feather.pxi
feather.py
filesystem.py
flight.py
gandiva.cp37-win_amd64.pyd
gandiva.cpp
gandiva.dll
gandiva.lib
gandiva.pyx
hdfs.py
include
includes
io.pxi
io-hdfs.pxi
ipc.pxi
ipc.py
json.py
jvm.py
lib.cp37-win_amd64.pyd
lib.cpp
lib.pxd
lib.pyx
lib_api.h
libcrypto-1_1-x64.dll
libprotobuf.dll
libssl-1_1-x64.dll
memory.pxi
orc.py
pandas_compat.py
pandas-shim.pxi
parquet.dll
parquet.lib
parquet.py
plasma.py
public-api.pxi
scalar.pxi
serialization.pxi
serialization.py
table.pxi
tensorflow
tests
types.pxi
types.py
util.py
zlib.dll
> [Python] PyArrow import fails on Windows Python 3.7
> ---------------------------------------------------
>
> Key: ARROW-6119
> URL: https://issues.apache.org/jira/browse/ARROW-6119
> Project: Apache Arrow
> Issue Type: Bug
> Components: Python
> Affects Versions: 0.14.0
> Environment: Windows, Python 3.7
> Reporter: Paul Suganthan
> Priority: Major
>
> Traceback (most recent call last):
> File "<string>", line 1, in <module>
> File "C:\Python37\lib\site-packages\pyarrow\__init__.py", line 49, in
> <module>
> from pyarrow.lib import cpu_count, set_cpu_count
> ImportError: DLL load failed: The specified procedure could not be found.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)