- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我是 Python 的新手,我正在尝试下载 feather库,但出现错误。我已经更新了 pip 和 setuptools,但我仍然遇到错误。这是我从 PyCharm 获得的输出:
Collecting feather
Using cached https://files.pythonhosted.org/packages/77/d1/073c848713d9987f48d0bc8415646760a069ef3ca80e9b45fdb6b4422133/feather-0.9.1dev.tar.gz
Complete output from command python setup.py egg_info:
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz
Traceback (most recent call last):
File "C:\Users\NICKAL~1\AppData\Local\Temp\pycharm-packaging\feather\distribute_setup.py", line 143, in use_setuptools
raise ImportError
ImportError
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\NICKAL~1\AppData\Local\Temp\pycharm-packaging\feather\setup.py", line 3, in <module>
distribute_setup.use_setuptools()
File "C:\Users\NICKAL~1\AppData\Local\Temp\pycharm-packaging\feather\distribute_setup.py", line 145, in use_setuptools
return _do_download(version, download_base, to_dir, download_delay)
File "C:\Users\NICKAL~1\AppData\Local\Temp\pycharm-packaging\feather\distribute_setup.py", line 124, in _do_download
to_dir, download_delay)
File "C:\Users\NICKAL~1\AppData\Local\Temp\pycharm-packaging\feather\distribute_setup.py", line 193, in download_setuptools
src = urlopen(url)
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\urllib\request.py", line 223, in urlopen
return opener.open(url, data, timeout)
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\urllib\request.py", line 532, in open
response = meth(req, response)
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\urllib\request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\urllib\request.py", line 570, in error
return self._call_chain(*args)
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\urllib\request.py", line 504, in _call_chain
result = func(*args)
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\urllib\request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: SSL is required
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\NICKAL~1\AppData\Local\Temp\pycharm-packaging\feather\
=====================根据 Chris Hunt 的回复更新===================== =====关于我是否安装了 feather-format,我实际上收到了相互矛盾的反馈。我从 anaconda 命令提示符收到以下输出:
(base) C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32>pip install feather-format
Requirement already satisfied: feather-format in c:\users\nick alexander\anaconda3\lib\site-packages (0.4.0)
Requirement already satisfied: pyarrow>=0.4.0 in c:\users\nick alexander\anaconda3\lib\site-packages (from feather-format) (0.12.0a0)
Requirement already satisfied: numpy>=1.14 in c:\users\nick alexander\anaconda3\lib\site-packages (from pyarrow>=0.4.0->feather-format) (1.15.4)
Requirement already satisfied: six>=1.0.0 in c:\users\nick alexander\anaconda3\lib\site-packages (from pyarrow>=0.4.0->feather-format) (1.11.0)
此外,当我尝试在 pycharm 上安装 feather-format 时,我收到此错误:
Collecting feather-format
Downloading https://files.pythonhosted.org/packages/08/55/940b97cc6f19a19f5dab9efef2f68a0ce43a7632f858b272391f0b851a7e/feather-format-0.4.0.tar.gz
Collecting pyarrow>=0.4.0 (from feather-format)
Downloading https://files.pythonhosted.org/packages/1d/b6/c4e63f8bdb175d2223df26ddf12e2a0ba3fa347890128b5f128cb3f72589/pyarrow-0.11.0.tar.gz (602kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Preparing wheel metadata: started
Preparing wheel metadata: finished with status 'done'
Requirement already satisfied: six>=1.0.0 in c:\users\nick alexander\appdata\local\programs\python\python36-32\lib\site-packages (from pyarrow>=0.4.0->feather-format) (1.11.0)
Requirement already satisfied: numpy>=1.14 in c:\users\nick alexander\appdata\local\programs\python\python36-32\lib\site-packages (from pyarrow>=0.4.0->feather-format) (1.15.2)
Building wheels for collected packages: pyarrow
Building wheel for pyarrow (PEP 517): started
Building wheel for pyarrow (PEP 517): finished with status 'error'
Complete output from command "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\python.exe" "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pip\_vendor\pep517\_in_process.py" build_wheel C:\Users\NICKAL~1\AppData\Local\Temp\tmpnf9ink_0:
C:\Users\NICKAL~1\AppData\Local\Temp\pip-build-env-quyk7sl2\overlay\Lib\site-packages\setuptools_scm\utils.py:118: UserWarning: 'git' was not found
warnings.warn("%r was not found" % name)
running bdist_wheel
running build
running build_py
creating build
creating build\lib.win32-3.6
creating build\lib.win32-3.6\pyarrow
copying pyarrow\benchmark.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\compat.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\csv.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\cuda.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\feather.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\filesystem.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\formatting.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\hdfs.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\ipc.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\jvm.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\orc.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\pandas_compat.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\parquet.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\plasma.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\serialization.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\types.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\util.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\_generated_version.py -> build\lib.win32-3.6\pyarrow
copying pyarrow\__init__.py -> build\lib.win32-3.6\pyarrow
creating build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\conftest.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\deserialize_buffer.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\pandas_examples.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_array.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_builder.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_convert_builtin.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_convert_pandas.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_csv.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_cuda.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_cython.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_deprecations.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_feather.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_hdfs.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_io.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_ipc.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_jvm.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_misc.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_orc.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_parquet.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_plasma.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_plasma_tf_op.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_scalars.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_schema.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_serialization.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_table.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_tensor.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\test_types.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\util.py -> build\lib.win32-3.6\pyarrow\tests
copying pyarrow\tests\__init__.py -> build\lib.win32-3.6\pyarrow\tests
running egg_info
writing pyarrow.egg-info\PKG-INFO
writing dependency_links to pyarrow.egg-info\dependency_links.txt
writing entry points to pyarrow.egg-info\entry_points.txt
writing requirements to pyarrow.egg-info\requires.txt
writing top-level names to pyarrow.egg-info\top_level.txt
reading manifest file 'pyarrow.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no previously-included files matching '*.so' found anywhere in distribution
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*~' found anywhere in distribution
warning: no previously-included files matching '#*' found anywhere in distribution
warning: no previously-included files matching '.git*' found anywhere in distribution
warning: no previously-included files matching '.DS_Store' found anywhere in distribution
no previously-included directories found matching '.asv'
writing manifest file 'pyarrow.egg-info\SOURCES.txt'
copying pyarrow\__init__.pxd -> build\lib.win32-3.6\pyarrow
copying pyarrow\_csv.pyx -> build\lib.win32-3.6\pyarrow
copying pyarrow\_cuda.pxd -> build\lib.win32-3.6\pyarrow
copying pyarrow\_cuda.pyx -> build\lib.win32-3.6\pyarrow
copying pyarrow\_orc.pxd -> build\lib.win32-3.6\pyarrow
copying pyarrow\_orc.pyx -> build\lib.win32-3.6\pyarrow
copying pyarrow\_parquet.pxd -> build\lib.win32-3.6\pyarrow
copying pyarrow\_parquet.pyx -> build\lib.win32-3.6\pyarrow
copying pyarrow\_plasma.pyx -> build\lib.win32-3.6\pyarrow
copying pyarrow\array.pxi -> build\lib.win32-3.6\pyarrow
copying pyarrow\benchmark.pxi -> build\lib.win32-3.6\pyarrow
copying pyarrow\builder.pxi -> build\lib.win32-3.6\pyarrow
copying pyarrow\error.pxi -> build\lib.win32-3.6\pyarrow
copying pyarrow\feather.pxi -> build\lib.win32-3.6\pyarrow
copying pyarrow\io-hdfs.pxi -> build\lib.win32-3.6\pyarrow
copying pyarrow\io.pxi -> build\lib.win32-3.6\pyarrow
copying pyarrow\ipc.pxi -> build\lib.win32-3.6\pyarrow
copying pyarrow\lib.pxd -> build\lib.win32-3.6\pyarrow
copying pyarrow\lib.pyx -> build\lib.win32-3.6\pyarrow
copying pyarrow\lib_api.h -> build\lib.win32-3.6\pyarrow
copying pyarrow\memory.pxi -> build\lib.win32-3.6\pyarrow
copying pyarrow\plasma_store -> build\lib.win32-3.6\pyarrow
copying pyarrow\public-api.pxi -> build\lib.win32-3.6\pyarrow
copying pyarrow\scalar.pxi -> build\lib.win32-3.6\pyarrow
copying pyarrow\serialization.pxi -> build\lib.win32-3.6\pyarrow
copying pyarrow\table.pxi -> build\lib.win32-3.6\pyarrow
copying pyarrow\types.pxi -> build\lib.win32-3.6\pyarrow
creating build\lib.win32-3.6\pyarrow\include
creating build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\allocator.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\api.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\array.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\buffer.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\builder.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\compare.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\memory_pool.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\pretty_print.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\record_batch.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\status.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\table.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\table_builder.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\tensor.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\test-util.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\type.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\type_fwd.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\type_traits.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\visitor.h -> build\lib.win32-3.6\pyarrow\include\arrow
copying pyarrow\include\arrow\visitor_inline.h -> build\lib.win32-3.6\pyarrow\include\arrow
creating build\lib.win32-3.6\pyarrow\include\arrow\compute
copying pyarrow\include\arrow\compute\api.h -> build\lib.win32-3.6\pyarrow\include\arrow\compute
copying pyarrow\include\arrow\compute\context.h -> build\lib.win32-3.6\pyarrow\include\arrow\compute
copying pyarrow\include\arrow\compute\kernel.h -> build\lib.win32-3.6\pyarrow\include\arrow\compute
creating build\lib.win32-3.6\pyarrow\include\arrow\compute\kernels
copying pyarrow\include\arrow\compute\kernels\cast.h -> build\lib.win32-3.6\pyarrow\include\arrow\compute\kernels
copying pyarrow\include\arrow\compute\kernels\hash.h -> build\lib.win32-3.6\pyarrow\include\arrow\compute\kernels
creating build\lib.win32-3.6\pyarrow\include\arrow\io
copying pyarrow\include\arrow\io\api.h -> build\lib.win32-3.6\pyarrow\include\arrow\io
copying pyarrow\include\arrow\io\file.h -> build\lib.win32-3.6\pyarrow\include\arrow\io
copying pyarrow\include\arrow\io\hdfs.h -> build\lib.win32-3.6\pyarrow\include\arrow\io
copying pyarrow\include\arrow\io\interfaces.h -> build\lib.win32-3.6\pyarrow\include\arrow\io
copying pyarrow\include\arrow\io\memory.h -> build\lib.win32-3.6\pyarrow\include\arrow\io
creating build\lib.win32-3.6\pyarrow\include\arrow\ipc
copying pyarrow\include\arrow\ipc\api.h -> build\lib.win32-3.6\pyarrow\include\arrow\ipc
copying pyarrow\include\arrow\ipc\dictionary.h -> build\lib.win32-3.6\pyarrow\include\arrow\ipc
copying pyarrow\include\arrow\ipc\feather.h -> build\lib.win32-3.6\pyarrow\include\arrow\ipc
copying pyarrow\include\arrow\ipc\json.h -> build\lib.win32-3.6\pyarrow\include\arrow\ipc
copying pyarrow\include\arrow\ipc\message.h -> build\lib.win32-3.6\pyarrow\include\arrow\ipc
copying pyarrow\include\arrow\ipc\reader.h -> build\lib.win32-3.6\pyarrow\include\arrow\ipc
copying pyarrow\include\arrow\ipc\writer.h -> build\lib.win32-3.6\pyarrow\include\arrow\ipc
creating build\lib.win32-3.6\pyarrow\include\arrow\python
copying pyarrow\include\arrow\python\api.h -> build\lib.win32-3.6\pyarrow\include\arrow\python
copying pyarrow\include\arrow\python\arrow_to_pandas.h -> build\lib.win32-3.6\pyarrow\include\arrow\python
copying pyarrow\include\arrow\python\arrow_to_python.h -> build\lib.win32-3.6\pyarrow\include\arrow\python
copying pyarrow\include\arrow\python\builtin_convert.h -> build\lib.win32-3.6\pyarrow\include\arrow\python
copying pyarrow\include\arrow\python\common.h -> build\lib.win32-3.6\pyarrow\include\arrow\python
copying pyarrow\include\arrow\python\config.h -> build\lib.win32-3.6\pyarrow\include\arrow\python
copying pyarrow\include\arrow\python\helpers.h -> build\lib.win32-3.6\pyarrow\include\arrow\python
copying pyarrow\include\arrow\python\init.h -> build\lib.win32-3.6\pyarrow\include\arrow\python
copying pyarrow\include\arrow\python\io.h -> build\lib.win32-3.6\pyarrow\include\arrow\python
copying pyarrow\include\arrow\python\numpy_convert.h -> build\lib.win32-3.6\pyarrow\include\arrow\python
copying pyarrow\include\arrow\python\numpy_interop.h -> build\lib.win32-3.6\pyarrow\include\arrow\python
copying pyarrow\include\arrow\python\numpy_to_arrow.h -> build\lib.win32-3.6\pyarrow\include\arrow\python
copying pyarrow\include\arrow\python\platform.h -> build\lib.win32-3.6\pyarrow\include\arrow\python
copying pyarrow\include\arrow\python\pyarrow.h -> build\lib.win32-3.6\pyarrow\include\arrow\python
copying pyarrow\include\arrow\python\python_to_arrow.h -> build\lib.win32-3.6\pyarrow\include\arrow\python
copying pyarrow\include\arrow\python\type_traits.h -> build\lib.win32-3.6\pyarrow\include\arrow\python
creating build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\bit-stream-utils.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\bit-util.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\bpacking.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\compiler-util.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\compression.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\compression_brotli.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\compression_lz4.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\compression_snappy.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\compression_zlib.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\compression_zstd.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\cpu-info.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\decimal.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\hash-util.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\hash.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\key_value_metadata.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\logging.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\macros.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\parallel.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\rle-encoding.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\sse-util.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\stl.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\type_traits.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\variant.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
copying pyarrow\include\arrow\util\visibility.h -> build\lib.win32-3.6\pyarrow\include\arrow\util
creating build\lib.win32-3.6\pyarrow\include\arrow\util\variant
copying pyarrow\include\arrow\util\variant\optional.h -> build\lib.win32-3.6\pyarrow\include\arrow\util\variant
copying pyarrow\include\arrow\util\variant\recursive_wrapper.h -> build\lib.win32-3.6\pyarrow\include\arrow\util\variant
copying pyarrow\include\arrow\util\variant\variant_cast.h -> build\lib.win32-3.6\pyarrow\include\arrow\util\variant
copying pyarrow\include\arrow\util\variant\variant_io.h -> build\lib.win32-3.6\pyarrow\include\arrow\util\variant
copying pyarrow\include\arrow\util\variant\variant_visitor.h -> build\lib.win32-3.6\pyarrow\include\arrow\util\variant
creating build\lib.win32-3.6\pyarrow\includes
copying pyarrow\includes\__init__.pxd -> build\lib.win32-3.6\pyarrow\includes
copying pyarrow\includes\common.pxd -> build\lib.win32-3.6\pyarrow\includes
copying pyarrow\includes\libarrow.pxd -> build\lib.win32-3.6\pyarrow\includes
copying pyarrow\includes\libarrow_cuda.pxd -> build\lib.win32-3.6\pyarrow\includes
creating build\lib.win32-3.6\pyarrow\tensorflow
copying pyarrow\tensorflow\plasma_op.cc -> build\lib.win32-3.6\pyarrow\tensorflow
copying pyarrow\tests\pyarrow_cython_example.pyx -> build\lib.win32-3.6\pyarrow\tests
creating build\lib.win32-3.6\pyarrow\tests\data
creating build\lib.win32-3.6\pyarrow\tests\data\orc
copying pyarrow\tests\data\orc\README.md -> build\lib.win32-3.6\pyarrow\tests\data\orc
copying pyarrow\tests\data\orc\TestOrcFile.emptyFile.jsn.gz -> build\lib.win32-3.6\pyarrow\tests\data\orc
copying pyarrow\tests\data\orc\TestOrcFile.emptyFile.orc -> build\lib.win32-3.6\pyarrow\tests\data\orc
copying pyarrow\tests\data\orc\TestOrcFile.test1.jsn.gz -> build\lib.win32-3.6\pyarrow\tests\data\orc
copying pyarrow\tests\data\orc\TestOrcFile.test1.orc -> build\lib.win32-3.6\pyarrow\tests\data\orc
copying pyarrow\tests\data\orc\TestOrcFile.testDate1900.jsn.gz -> build\lib.win32-3.6\pyarrow\tests\data\orc
copying pyarrow\tests\data\orc\TestOrcFile.testDate1900.orc -> build\lib.win32-3.6\pyarrow\tests\data\orc
copying pyarrow\tests\data\orc\decimal.jsn.gz -> build\lib.win32-3.6\pyarrow\tests\data\orc
copying pyarrow\tests\data\orc\decimal.orc -> build\lib.win32-3.6\pyarrow\tests\data\orc
creating build\lib.win32-3.6\pyarrow\tests\data\parquet
copying pyarrow\tests\data\parquet\v0.7.1.all-named-index.parquet -> build\lib.win32-3.6\pyarrow\tests\data\parquet
copying pyarrow\tests\data\parquet\v0.7.1.column-metadata-handling.parquet -> build\lib.win32-3.6\pyarrow\tests\data\parquet
copying pyarrow\tests\data\parquet\v0.7.1.parquet -> build\lib.win32-3.6\pyarrow\tests\data\parquet
copying pyarrow\tests\data\parquet\v0.7.1.some-named-index.parquet -> build\lib.win32-3.6\pyarrow\tests\data\parquet
warning: build_py: byte-compiling is disabled, skipping.
running build_ext
creating build\temp.win32-3.6
creating build\temp.win32-3.6\Release
Traceback (most recent call last):
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 207, in <module>
main()
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 197, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pip\_vendor\pep517\_in_process.py", line 141, in build_wheel
metadata_directory)
File "C:\Users\NICKAL~1\AppData\Local\Temp\pip-build-env-quyk7sl2\overlay\Lib\site-packages\setuptools\build_meta.py", line 158, in build_wheel
_run_setup()
File "C:\Users\NICKAL~1\AppData\Local\Temp\pip-build-env-quyk7sl2\overlay\Lib\site-packages\setuptools\build_meta.py", line 85, in _run_setup
exec(compile(code, __file__, 'exec'), locals())
File "setup.py", line 586, in <module>
url="https://arrow.apache.org/"
File "C:\Users\NICKAL~1\AppData\Local\Temp\pip-build-env-quyk7sl2\overlay\Lib\site-packages\setuptools\__init__.py", line 143, in setup
return distutils.core.setup(**attrs)
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\distutils\core.py", line 148, in setup
dist.run_commands()
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\distutils\dist.py", line 955, in run_commands
self.run_command(cmd)
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "C:\Users\NICKAL~1\AppData\Local\Temp\pip-build-env-quyk7sl2\overlay\Lib\site-packages\wheel\bdist_wheel.py", line 188, in run
self.run_command('build')
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\distutils\command\build.py", line 135, in run
self.run_command(cmd_name)
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "C:\Users\Nick Alexander\AppData\Local\Programs\Python\Python36-32\lib\distutils\dist.py", line 974, in run_command
cmd_obj.run()
File "setup.py", line 88, in run
self._run_cmake()
File "setup.py", line 248, in _run_cmake
raise RuntimeError('Not supported on 32-bit Windows')
RuntimeError: Not supported on 32-bit Windows
----------------------------------------
Running setup.py clean for pyarrow
Failed to build pyarrow
Failed building wheel for pyarrow
Could not build wheels for {} which use PEP 517 and cannot be installed directly
看来我只需要将我的解释器更新为 64 位?
最佳答案
如果您尝试安装 feather (“Feather: fast, interoperable binary data frame storage”的包,那么你应该执行 pip install feather-format
。PyPI feather 包不同,似乎只适用于 Python 2.x .
关于python - "Feather"PyCharm 库安装失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54384592/
我正在处理一组标记为 160 个组的 173k 点。我想通过合并最接近的(到 9 或 10 个组)来减少组/集群的数量。我搜索过 sklearn 或类似的库,但没有成功。 我猜它只是通过 knn 聚类
我有一个扁平数字列表,这些数字逻辑上以 3 为一组,其中每个三元组是 (number, __ignored, flag[0 or 1]),例如: [7,56,1, 8,0,0, 2,0,0, 6,1,
我正在使用 pipenv 来管理我的包。我想编写一个 python 脚本来调用另一个使用不同虚拟环境(VE)的 python 脚本。 如何运行使用 VE1 的 python 脚本 1 并调用另一个 p
假设我有一个文件 script.py 位于 path = "foo/bar/script.py"。我正在寻找一种在 Python 中通过函数 execute_script() 从我的主要 Python
这听起来像是谜语或笑话,但实际上我还没有找到这个问题的答案。 问题到底是什么? 我想运行 2 个脚本。在第一个脚本中,我调用另一个脚本,但我希望它们继续并行,而不是在两个单独的线程中。主要是我不希望第
我有一个带有 python 2.5.5 的软件。我想发送一个命令,该命令将在 python 2.7.5 中启动一个脚本,然后继续执行该脚本。 我试过用 #!python2.7.5 和http://re
我在 python 命令行(使用 python 2.7)中,并尝试运行 Python 脚本。我的操作系统是 Windows 7。我已将我的目录设置为包含我所有脚本的文件夹,使用: os.chdir("
剧透:部分解决(见最后)。 以下是使用 Python 嵌入的代码示例: #include int main(int argc, char** argv) { Py_SetPythonHome
假设我有以下列表,对应于及时的股票价格: prices = [1, 3, 7, 10, 9, 8, 5, 3, 6, 8, 12, 9, 6, 10, 13, 8, 4, 11] 我想确定以下总体上最
所以我试图在选择某个单选按钮时更改此框架的背景。 我的框架位于一个类中,并且单选按钮的功能位于该类之外。 (这样我就可以在所有其他框架上调用它们。) 问题是每当我选择单选按钮时都会出现以下错误: co
我正在尝试将字符串与 python 中的正则表达式进行比较,如下所示, #!/usr/bin/env python3 import re str1 = "Expecting property name
考虑以下原型(prototype) Boost.Python 模块,该模块从单独的 C++ 头文件中引入类“D”。 /* file: a/b.cpp */ BOOST_PYTHON_MODULE(c)
如何编写一个程序来“识别函数调用的行号?” python 检查模块提供了定位行号的选项,但是, def di(): return inspect.currentframe().f_back.f_l
我已经使用 macports 安装了 Python 2.7,并且由于我的 $PATH 变量,这就是我输入 $ python 时得到的变量。然而,virtualenv 默认使用 Python 2.6,除
我只想问如何加快 python 上的 re.search 速度。 我有一个很长的字符串行,长度为 176861(即带有一些符号的字母数字字符),我使用此函数测试了该行以进行研究: def getExe
list1= [u'%app%%General%%Council%', u'%people%', u'%people%%Regional%%Council%%Mandate%', u'%ppp%%Ge
这个问题在这里已经有了答案: Is it Pythonic to use list comprehensions for just side effects? (7 个答案) 关闭 4 个月前。 告
我想用 Python 将两个列表组合成一个列表,方法如下: a = [1,1,1,2,2,2,3,3,3,3] b= ["Sun", "is", "bright", "June","and" ,"Ju
我正在运行带有最新 Boost 发行版 (1.55.0) 的 Mac OS X 10.8.4 (Darwin 12.4.0)。我正在按照说明 here构建包含在我的发行版中的教程 Boost-Pyth
学习 Python,我正在尝试制作一个没有任何第 3 方库的网络抓取工具,这样过程对我来说并没有简化,而且我知道我在做什么。我浏览了一些在线资源,但所有这些都让我对某些事情感到困惑。 html 看起来
我是一名优秀的程序员,十分优秀!