Types of tests

 

1. BVT – build verification test

A brief test run on daily builds to determine if anything major is broken

Does not do deep functionality checking

Gets more stringent as the dev cycle goes on

If the BVT passes, the build is accepted into testing

If the BVT fails, the build is declared “Failed” and is not accepted for testing

Purpose is to automatically figure out if the build is worth testing

 

2. Acceptance test

A variable length test run to determine if a minimum level of functionality is available after changes by dev

Between brief BVT and deep functionality

If it passes, code can be checked in

If it fails, dev needs to do more work before checking in

 

3. Functionality test

A longer comprehensive test of all functionality available in a test area

Goal is:

100% function coverage

>75% branch coverage

But NOT 100% code coverage

Boundary conditions and equivalence class partitioning may be used

These tests often form the basis of stress tests

 

4. Unit testing

Unit = smallest functional block of code

Functionality testing

 

5. Component testing

Component = units of code interacting

 Integration testing

 

6. System testing

System = components interacting.  End to end or system testing

 

7. Stress test

A test that runs until the code fails

Does not necessarily provide user equivalence

Scalable; stress level from easy to very difficult

Scopable; can be used from unit to system level

Standard, essential metric to determine for ship quality

Metric is checked over time to spot stability degradation

72 hours’ work as a benchmark

 

8. Configuration test

A test to check compatibility with hardware and software

Uses a test matrix to manage large numbers of systems, devices and target platforms

Designed to catch major classes of incompatible devices

 

9. Regression testing

Regress all critical bugs on critical milestones. To see the new changes’ impacts

 

10. Documentation and help file test

 

11. Security test

 

12. Installation test

 

Blah, blah, blah……

 

内容概要:本文是一份针对2025年中国企业品牌传播环境撰写的《全网媒体发稿白皮书》,聚焦企业媒体发稿的策略制定、渠道选择与效果评估难题。通过分析当前企业面临的资源分散、内容同质、效果难量化等核心痛点,系统性地介绍了新闻媒体、央媒、地方官媒和自媒体四大渠道的特点与适用场景,并深度融合“传声港”AI驱动的新媒体平台能力,提出“策略+工具+落地”的一体化解决方案。白皮书详细阐述了传声港在资源整合、AI智能匹配、舆情监测、合规审核及全链路效果追踪方面的技术优势,构建了涵盖曝光、互动、转化与品牌影响力的多维评估体系,并通过快消、科技、零售等行业的实战案例验证其有效性。最后,提出了按企业发展阶段和营销节点定制的媒体组合策略,强调本土化传播与政府关系协同的重要性,助力企业实现品牌声量与实际转化的双重增长。; 适合人群:企业市场部负责人、品牌方管理者、公关传播从业者及从事数字营销的相关人员,尤其适用于初创期至成熟期不同发展阶段的企业决策者。; 使用场景及目标:①帮助企业科学制定媒体发稿策略,优化预算分配;②解决渠道对接繁琐、投放不精准、效果不可衡量等问题;③指导企业在重大营销节点(如春节、双11)开展高效传播;④提升品牌权威性、区域渗透力与危机应对能力; 阅读建议:建议结合自身企业所处阶段和发展目标,参考文中提供的“传声港服务组合”与“预算分配建议”进行策略匹配,同时重视AI工具在投放、监测与优化中的实际应用,定期复盘数据以实现持续迭代。
先展示下效果 https://pan.quark.cn/s/987bb7a43dd9 VeighNa - By Traders, For Traders, AI-Powered. Want to read this in english ? Go here VeighNa是一套基于Python的开源量化交易系统开发框架,在开源社区持续不断的贡献下一步步成长为多功能量化交易平台,自发布以来已经积累了众多来自金融机构或相关领域的用户,包括私募基金、证券公司、期货公司等。 在使用VeighNa进行二次开发(策略、模块等)的过程中有任何疑问,请查看VeighNa项目文档,如果无法解决请前往官方社区论坛的【提问求助】板块寻求帮助,也欢迎在【经验分享】板块分享你的使用心得! 想要获取更多关于VeighNa的资讯信息? 请扫描下方二维码添加小助手加入【VeighNa社区交流微信群】: AI-Powered VeighNa发布十周年之际正式推出4.0版本,重磅新增面向AI量化策略的vnpy.alpha模块,为专业量化交易员提供一站式多因子机器学习(ML)策略开发、投研和实盘交易解决方案: :bar_chart: dataset:因子特征工程 * 专为ML算法训练优化设计,支持高效批量特征计算与处理 * 内置丰富的因子特征表达式计算引擎,实现快速一键生成训练数据 * Alpha 158:源于微软Qlib项目的股票市场特征集合,涵盖K线形态、价格趋势、时序波动等多维度量化因子 :bulb: model:预测模型训练 * 提供标准化的ML模型开发模板,大幅简化模型构建与训练流程 * 统一API接口设计,支持无缝切换不同算法进行性能对比测试 * 集成多种主流机器学习算法: * Lass...
C:\Users\Administrator>pip install pyarrow==10.0.1 Collecting pyarrow==10.0.1 Downloading pyarrow-10.0.1.tar.gz (994 kB) ---------------------------------------- 994.1/994.1 kB 2.8 MB/s 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: numpy>=1.16.6 in c:\users\administrator\appdata\local\programs\python\python312\lib\site-packages (from pyarrow==10.0.1) (1.26.4) Building wheels for collected packages: pyarrow Building wheel for pyarrow (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for pyarrow (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [357 lines of output] <string>:36: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. C:\Users\Administrator\AppData\Local\Temp\pip-build-env-5rs1rq6z\overlay\Lib\site-packages\setuptools\_distutils\dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) C:\Users\Administrator\AppData\Local\Temp\pip-build-env-5rs1rq6z\overlay\Lib\site-packages\setuptools\_distutils\dist.py:289: UserWarning: Unknown distribution option: 'test_suite' warnings.warn(msg) toml section missing WindowsPath('pyproject.toml') does not contain a tool.setuptools_scm section toml section missing WindowsPath('pyproject.toml') does not contain a tool.setuptools_scm section C:\Users\Administrator\AppData\Local\Temp\pip-build-env-5rs1rq6z\overlay\Lib\site-packages\setuptools\dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() C:\Users\Administrator\AppData\Local\Temp\pip-build-env-5rs1rq6z\overlay\Lib\site-packages\setuptools\dist.py:483: SetuptoolsDeprecationWarning: Pattern '../LICENSE.txt' cannot contain '..' !! ******************************************************************************** Please ensure the files specified are contained by the root of the Python package (normally marked by `pyproject.toml`). By 2026-Mar-20, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/specifications/glob-patterns/ for details. ******************************************************************************** !! for path in sorted(cls._find_pattern(pattern, enforce_match)) C:\Users\Administrator\AppData\Local\Temp\pip-build-env-5rs1rq6z\overlay\Lib\site-packages\setuptools\dist.py:483: SetuptoolsDeprecationWarning: Cannot find any files for the given pattern. !! ******************************************************************************** Pattern '../LICENSE.txt' did not match any files. By 2026-Mar-20, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! for path in sorted(cls._find_pattern(pattern, enforce_match)) C:\Users\Administrator\AppData\Local\Temp\pip-build-env-5rs1rq6z\overlay\Lib\site-packages\setuptools\dist.py:483: SetuptoolsDeprecationWarning: Pattern '../NOTICE.txt' cannot contain '..' !! ******************************************************************************** Please ensure the files specified are contained by the root of the Python package (normally marked by `pyproject.toml`). By 2026-Mar-20, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/specifications/glob-patterns/ for details. ******************************************************************************** !! for path in sorted(cls._find_pattern(pattern, enforce_match)) C:\Users\Administrator\AppData\Local\Temp\pip-build-env-5rs1rq6z\overlay\Lib\site-packages\setuptools\dist.py:483: SetuptoolsDeprecationWarning: Cannot find any files for the given pattern. !! ******************************************************************************** Pattern '../NOTICE.txt' did not match any files. By 2026-Mar-20, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! for path in sorted(cls._find_pattern(pattern, enforce_match)) running bdist_wheel running build running build_py creating build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\benchmark.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\cffi.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\compute.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\conftest.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\csv.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\cuda.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\dataset.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\feather.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\filesystem.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\flight.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\fs.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\hdfs.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\ipc.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\json.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\jvm.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\orc.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\pandas_compat.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\plasma.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\serialization.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\substrait.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\types.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\util.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_compute_docstrings.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_generated_version.py -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\__init__.py -> build\lib.win-amd64-cpython-312\pyarrow creating build\lib.win-amd64-cpython-312\pyarrow\parquet copying pyarrow\parquet\core.py -> build\lib.win-amd64-cpython-312\pyarrow\parquet copying pyarrow\parquet\encryption.py -> build\lib.win-amd64-cpython-312\pyarrow\parquet copying pyarrow\parquet\__init__.py -> build\lib.win-amd64-cpython-312\pyarrow\parquet creating build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\arrow_16597.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\arrow_7980.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\conftest.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\deserialize_buffer.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\pandas_examples.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\pandas_threaded_import.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\read_record_batch.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\strategies.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_adhoc_memory_leak.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_array.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_builder.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_cffi.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_compute.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_convert_builtin.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_cpp_internals.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_csv.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_cuda.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_cuda_numba_interop.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_cython.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_dataset.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_deprecations.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_exec_plan.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_extension_type.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_feather.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_filesystem.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_flight.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_fs.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_gandiva.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_gdb.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_hdfs.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_io.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_ipc.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_json.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_jvm.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_memory.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_misc.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_orc.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_pandas.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_plasma.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_plasma_tf_op.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_scalars.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_schema.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_serialization.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_serialization_deprecated.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_sparse_tensor.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_strategies.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_substrait.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_table.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_tensor.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_types.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_udf.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\test_util.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\util.py -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\__init__.py -> build\lib.win-amd64-cpython-312\pyarrow\tests creating build\lib.win-amd64-cpython-312\pyarrow\vendored copying pyarrow\vendored\docscrape.py -> build\lib.win-amd64-cpython-312\pyarrow\vendored copying pyarrow\vendored\version.py -> build\lib.win-amd64-cpython-312\pyarrow\vendored copying pyarrow\vendored\__init__.py -> build\lib.win-amd64-cpython-312\pyarrow\vendored creating build\lib.win-amd64-cpython-312\pyarrow\tests\parquet copying pyarrow\tests\parquet\common.py -> build\lib.win-amd64-cpython-312\pyarrow\tests\parquet copying pyarrow\tests\parquet\conftest.py -> build\lib.win-amd64-cpython-312\pyarrow\tests\parquet copying pyarrow\tests\parquet\encryption.py -> build\lib.win-amd64-cpython-312\pyarrow\tests\parquet copying pyarrow\tests\parquet\test_basic.py -> build\lib.win-amd64-cpython-312\pyarrow\tests\parquet copying pyarrow\tests\parquet\test_compliant_nested_type.py -> build\lib.win-amd64-cpython-312\pyarrow\tests\parquet copying pyarrow\tests\parquet\test_dataset.py -> build\lib.win-amd64-cpython-312\pyarrow\tests\parquet copying pyarrow\tests\parquet\test_data_types.py -> build\lib.win-amd64-cpython-312\pyarrow\tests\parquet copying pyarrow\tests\parquet\test_datetime.py -> build\lib.win-amd64-cpython-312\pyarrow\tests\parquet copying pyarrow\tests\parquet\test_encryption.py -> build\lib.win-amd64-cpython-312\pyarrow\tests\parquet copying pyarrow\tests\parquet\test_metadata.py -> build\lib.win-amd64-cpython-312\pyarrow\tests\parquet copying pyarrow\tests\parquet\test_pandas.py -> build\lib.win-amd64-cpython-312\pyarrow\tests\parquet copying pyarrow\tests\parquet\test_parquet_file.py -> build\lib.win-amd64-cpython-312\pyarrow\tests\parquet copying pyarrow\tests\parquet\test_parquet_writer.py -> build\lib.win-amd64-cpython-312\pyarrow\tests\parquet copying pyarrow\tests\parquet\__init__.py -> build\lib.win-amd64-cpython-312\pyarrow\tests\parquet 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 listing git files failed - pretending there aren't any reading manifest file 'pyarrow.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '..\LICENSE.txt' warning: no files found matching '..\NOTICE.txt' 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.win-amd64-cpython-312\pyarrow copying pyarrow\_compute.pxd -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_compute.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_csv.pxd -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_csv.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_cuda.pxd -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_cuda.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_dataset.pxd -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_dataset.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_dataset_orc.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_dataset_parquet.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_exec_plan.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_feather.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_flight.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_fs.pxd -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_fs.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_gcsfs.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_hdfs.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_hdfsio.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_json.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_orc.pxd -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_orc.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_parquet.pxd -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_parquet.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_parquet_encryption.pxd -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_parquet_encryption.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_plasma.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_pyarrow_cpp_tests.pxd -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_pyarrow_cpp_tests.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_s3fs.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\_substrait.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\array.pxi -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\benchmark.pxi -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\builder.pxi -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\compat.pxi -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\config.pxi -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\error.pxi -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\gandiva.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\io.pxi -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\ipc.pxi -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\lib.pxd -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\lib.pyx -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\memory.pxi -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\pandas-shim.pxi -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\public-api.pxi -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\scalar.pxi -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\serialization.pxi -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\table.pxi -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\tensor.pxi -> build\lib.win-amd64-cpython-312\pyarrow copying pyarrow\types.pxi -> build\lib.win-amd64-cpython-312\pyarrow creating build\lib.win-amd64-cpython-312\pyarrow\includes copying pyarrow\includes\common.pxd -> build\lib.win-amd64-cpython-312\pyarrow\includes copying pyarrow\includes\libarrow.pxd -> build\lib.win-amd64-cpython-312\pyarrow\includes copying pyarrow\includes\libarrow_cuda.pxd -> build\lib.win-amd64-cpython-312\pyarrow\includes copying pyarrow\includes\libarrow_dataset.pxd -> build\lib.win-amd64-cpython-312\pyarrow\includes copying pyarrow\includes\libarrow_dataset_parquet.pxd -> build\lib.win-amd64-cpython-312\pyarrow\includes copying pyarrow\includes\libarrow_feather.pxd -> build\lib.win-amd64-cpython-312\pyarrow\includes copying pyarrow\includes\libarrow_flight.pxd -> build\lib.win-amd64-cpython-312\pyarrow\includes copying pyarrow\includes\libarrow_fs.pxd -> build\lib.win-amd64-cpython-312\pyarrow\includes copying pyarrow\includes\libarrow_python.pxd -> build\lib.win-amd64-cpython-312\pyarrow\includes copying pyarrow\includes\libarrow_substrait.pxd -> build\lib.win-amd64-cpython-312\pyarrow\includes copying pyarrow\includes\libgandiva.pxd -> build\lib.win-amd64-cpython-312\pyarrow\includes copying pyarrow\includes\libplasma.pxd -> build\lib.win-amd64-cpython-312\pyarrow\includes copying pyarrow\includes\__init__.pxd -> build\lib.win-amd64-cpython-312\pyarrow\includes creating build\lib.win-amd64-cpython-312\pyarrow\src copying pyarrow\src\ArrowPythonConfig.cmake.in -> build\lib.win-amd64-cpython-312\pyarrow\src copying pyarrow\src\ArrowPythonFlightConfig.cmake.in -> build\lib.win-amd64-cpython-312\pyarrow\src copying pyarrow\src\CMakeLists.txt -> build\lib.win-amd64-cpython-312\pyarrow\src copying pyarrow\src\arrow-python-flight.pc.in -> build\lib.win-amd64-cpython-312\pyarrow\src copying pyarrow\src\arrow-python.pc.in -> build\lib.win-amd64-cpython-312\pyarrow\src creating build\lib.win-amd64-cpython-312\pyarrow\tensorflow copying pyarrow\tensorflow\plasma_op.cc -> build\lib.win-amd64-cpython-312\pyarrow\tensorflow copying pyarrow\tests\bound_function_visit_strings.pyx -> build\lib.win-amd64-cpython-312\pyarrow\tests copying pyarrow\tests\pyarrow_cython_example.pyx -> build\lib.win-amd64-cpython-312\pyarrow\tests creating build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\CMakeLists.txt -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\api.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\arrow_to_pandas.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\arrow_to_pandas.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\arrow_to_python_internal.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\benchmark.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\benchmark.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\common.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\common.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\csv.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\csv.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\datetime.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\datetime.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\decimal.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\decimal.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\deserialize.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\deserialize.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\extension_type.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\extension_type.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\filesystem.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\filesystem.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\flight.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\flight.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\gdb.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\gdb.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\helpers.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\helpers.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\inference.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\inference.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\init.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\init.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\io.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\io.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\ipc.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\ipc.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\iterators.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\numpy_convert.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\numpy_convert.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\numpy_internal.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\numpy_interop.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\numpy_to_arrow.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\numpy_to_arrow.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\parquet_encryption.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\parquet_encryption.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\pch.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\platform.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\pyarrow.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\pyarrow.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\pyarrow_api.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\pyarrow_lib.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\python_test.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\python_test.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\python_to_arrow.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\python_to_arrow.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\serialize.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\serialize.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\type_traits.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\udf.cc -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\udf.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python copying pyarrow\src\arrow\python\visibility.h -> build\lib.win-amd64-cpython-312\pyarrow\src\arrow\python creating build\lib.win-amd64-cpython-312\pyarrow\tests\data\feather copying pyarrow\tests\data\feather\v0.17.0.version.2-compression.lz4.feather -> build\lib.win-amd64-cpython-312\pyarrow\tests\data\feather creating build\lib.win-amd64-cpython-312\pyarrow\tests\data\orc copying pyarrow\tests\data\orc\README.md -> build\lib.win-amd64-cpython-312\pyarrow\tests\data\orc copying pyarrow\tests\data\orc\TestOrcFile.emptyFile.jsn.gz -> build\lib.win-amd64-cpython-312\pyarrow\tests\data\orc copying pyarrow\tests\data\orc\TestOrcFile.emptyFile.orc -> build\lib.win-amd64-cpython-312\pyarrow\tests\data\orc copying pyarrow\tests\data\orc\TestOrcFile.test1.jsn.gz -> build\lib.win-amd64-cpython-312\pyarrow\tests\data\orc copying pyarrow\tests\data\orc\TestOrcFile.test1.orc -> build\lib.win-amd64-cpython-312\pyarrow\tests\data\orc copying pyarrow\tests\data\orc\TestOrcFile.testDate1900.jsn.gz -> build\lib.win-amd64-cpython-312\pyarrow\tests\data\orc copying pyarrow\tests\data\orc\TestOrcFile.testDate1900.orc -> build\lib.win-amd64-cpython-312\pyarrow\tests\data\orc copying pyarrow\tests\data\orc\decimal.jsn.gz -> build\lib.win-amd64-cpython-312\pyarrow\tests\data\orc copying pyarrow\tests\data\orc\decimal.orc -> build\lib.win-amd64-cpython-312\pyarrow\tests\data\orc creating build\lib.win-amd64-cpython-312\pyarrow\tests\data\parquet copying pyarrow\tests\data\parquet\v0.7.1.all-named-index.parquet -> build\lib.win-amd64-cpython-312\pyarrow\tests\data\parquet copying pyarrow\tests\data\parquet\v0.7.1.column-metadata-handling.parquet -> build\lib.win-amd64-cpython-312\pyarrow\tests\data\parquet copying pyarrow\tests\data\parquet\v0.7.1.parquet -> build\lib.win-amd64-cpython-312\pyarrow\tests\data\parquet copying pyarrow\tests\data\parquet\v0.7.1.some-named-index.parquet -> build\lib.win-amd64-cpython-312\pyarrow\tests\data\parquet running build_ext creating C:\Users\Administrator\AppData\Local\Temp\pip-install-nal6j65r\pyarrow_b52a814ff7ee42579bd6ff00e16eb18d\build\cpp -- Running CMake for PyArrow C++ cmake -DARROW_BUILD_DIR=build -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_LIBDIR=lib -DCMAKE_INSTALL_PREFIX=C:\Users\Administrator\AppData\Local\Temp\pip-install-nal6j65r\pyarrow_b52a814ff7ee42579bd6ff00e16eb18d\build\dist -DPYTHON_EXECUTABLE=C:\Users\Administrator\AppData\Local\Programs\Python\Python312\python.exe -DPython3_EXECUTABLE=C:\Users\Administrator\AppData\Local\Programs\Python\Python312\python.exe -DPYARROW_CXXFLAGS= -DPYARROW_WITH_DATASET=off -DPYARROW_WITH_PARQUET_ENCRYPTION=off -DPYARROW_WITH_HDFS=off -DPYARROW_WITH_FLIGHT=off -G "Visual Studio 15 2017 Win64" C:\Users\Administrator\AppData\Local\Temp\pip-install-nal6j65r\pyarrow_b52a814ff7ee42579bd6ff00e16eb18d\pyarrow/src error: command 'cmake' failed: None [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pyarrow Failed to build pyarrow error: failed-wheel-build-for-install × Failed to build installable wheels for some pyproject.toml based projects ╰─> pyarrow
09-22
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值