活动介绍

No matching distribution found for cfg

时间: 2023-06-23 12:06:59 浏览: 217
可以提供更多的背景信息吗?这样我才能更好地回答你的问题。 cfg 是一个 Python 包吗?如果是,你是通过 pip 安装它的吗?如果你遇到了 "No matching distribution found" 的错误,可能是因为 pip 没有找到与你的 Python 版本和操作系统相匹配的 cfg 包。你可以尝试更新 pip,或者手动下载并安装 cfg 包。如果你能提供更多的信息,我可以给你更具体的建议。
相关问题

ERROR: No matching distribution found for cfg

I'm sorry, but without more context or information about what you were trying to do, it is difficult for me to provide a specific solution to this error message. However, here are some general troubleshooting steps you can try: 1. Double-check that you have correctly spelled the package name. It's possible that you misspelled it or used the wrong capitalization. 2. Verify that the package is available on PyPI (Python Package Index). You can do this by searching for the package on the PyPI website or by using the `pip search` command in your terminal. 3. Ensure that you have the latest version of pip installed. You can upgrade pip by running `pip install --upgrade pip` in your terminal. 4. Check that you have the correct version of Python installed that is compatible with the package you are trying to install. 5. If none of the above steps work, try installing the package from a different source or repository. If you provide more details about your specific situation, I may be able to give you a more targeted solution.

Could not find a version that satisfies the requirement cfg (from versions: ) No matching distribution found for cfg

当你遇到这样的错误消息 "Could not find a version that satisfies the requirement cfg (from versions: )" 时,它通常意味着你在Python包管理工具(如pip)尝试安装名为"cfg"的库,但是找不到匹配的版本。这可能是由于以下几个原因: 1. **库不存在**:"cfg"这个库可能不是PyPI(Python Package Index)上可用的标准库,或者是拼写有误。 2. **依赖更新**:如果库名不完整或者版本信息不明确,pip可能会在最新的版本列表里找不到合适的匹配项。 3. **网络问题**:如果你的网络连接不稳定,也可能导致无法下载到正确的包版本。 4. **环境冲突**:如果系统中有其他版本的库也叫这个名字,并且它们之间存在版本兼容性问题,也会报错。 解决这个问题的步骤包括: - 检查是否拼写错误,确保你要安装的是已知的库名。 - 确认你需要的确切版本,可以指定版本号(例如 `pip install cfg==0.1.0`)。 - 更新pip到最新版本,有时候旧版本pip可能无法找到新库。 - 清理并检查已安装的库,看看是否有冲突。 - 如果还是找不到解决方案,尝试访问PyPI官网(https://pypi.org/project/cfg/),查找是否有正确的库信息。
阅读全文

相关推荐

D:\UserData\Downloads>easy_install pysqlcipher3-1.0.3-py3.7-win32.egg WARNING: The easy_install command is deprecated and will be removed in a future version. Processing pysqlcipher3-1.0.3-py3.7-win32.egg creating c:\users\admin\appdata\local\programs\python\python39\lib\site-packages\pysqlcipher3-1.0.3-py3.7-win32.egg Extracting pysqlcipher3-1.0.3-py3.7-win32.egg to c:\users\admin\appdata\local\programs\python\python39\lib\site-packages Removing pysqlcipher3 1.0.3 from easy-install.pth file Adding pysqlcipher3 1.0.3 to easy-install.pth file Installed c:\users\admin\appdata\local\programs\python\python39\lib\site-packages\pysqlcipher3-1.0.3-py3.7-win32.egg Processing dependencies for pysqlcipher3==1.0.3 Searching for pysqlcipher3==1.0.3 Reading http://rdsource.tp-link.com/pypi/simple/pysqlcipher3/ Downloading http://rdsource.tp-link.com/pypi/packages/pysqlcipher3/1.0.3/pysqlcipher3-1.0.3.tar.gz#sha256=694e5bbb6ece8a064bd55f261e54b9ffbb3af1784afdc4dce4948a0251a8a430 Best match: pysqlcipher3 1.0.3 Processing pysqlcipher3-1.0.3.tar.gz Writing C:\Users\admin\AppData\Local\Temp\easy_install-0hlokiqt\pysqlcipher3-1.0.3\setup.cfg Running pysqlcipher3-1.0.3\setup.py -q bdist_egg --dist-dir C:\Users\admin\AppData\Local\Temp\easy_install-0hlokiqt\pysqlcipher3-1.0.3\egg-dist-tmp-wzot1opu warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution No eggs found in C:\Users\admin\AppData\Local\Temp\easy_install-0hlokiqt\pysqlcipher3-1.0.3\egg-dist-tmp-wzot1opu (setup script problem?) error: The 'pysqlcipher3==1.0.3' distribution was not found and is required by the application

(paddleseg) C:\Users\16607\Desktop\PaddleSeg-release-2.10>pip install numpy==1.19.5 -i https://pypi.tuna.tsinghua.edu.cn/simple Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple Collecting numpy==1.19.5 Downloading https://pypi.tuna.tsinghua.edu.cn/packages/51/60/3f0fe5b7675a461d96b9d6729beecd3532565743278a9c3fe6dd09697fa7/numpy-1.19.5.zip (7.3 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/7.3 MB 598.1 kB/s eta 0:00:00 Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [275 lines of output] setup.py:67: RuntimeWarning: NumPy 1.19.5 may not yet support Python 3.10. warnings.warn( Running from numpy source directory. setup.py:480: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates run_build = parse_setuppy_commands() Processing numpy/random\_bounded_integers.pxd.in Processing numpy/random\bit_generator.pyx Processing numpy/random\mtrand.pyx Processing numpy/random\_bounded_integers.pyx.in Processing numpy/random\_common.pyx Processing numpy/random\_generator.pyx Processing numpy/random\_mt19937.pyx Processing numpy/random\_pcg64.pyx Processing numpy/random\_philox.pyx Processing numpy/random\_sfc64.pyx Cythonizing sources blas_opt_info: blas_mkl_info: No module named 'numpy.distutils._msvccompiler' in numpy.distutils; trying from distutils customize MSVCCompiler libraries mkl_rt not found in ['C:\\Users\\16607\\.conda\\envs\\paddleseg\\lib', 'C:\\', 'C:\\Users\\16607\\.conda\\envs\\paddleseg\\libs', 'D:\\Anaconda3\\Library\\lib'] NOT AVAILABLE blis_info: libraries blis not found in ['C:\\Users\\16607\\.conda\\envs\\paddleseg\\lib', 'C:\\', 'C:\\Users\\16607\\.conda\\envs\\paddleseg\\libs', 'D:\\Anaconda3\\Library\\lib'] NOT AVAILABLE openblas_info: libraries openblas not found in ['C:\\Users\\16607\\.conda\\envs\\paddleseg\\lib', 'C:\\', 'C:\\Users\\16607\\.conda\\envs\\paddleseg\\libs', 'D:\\Anaconda3\\Library\\lib'] get_default_fcompiler: matching types: '['gnu', 'intelv', 'absoft', 'compaqv', 'intelev', 'gnu95', 'g95', 'intelvem', 'intelem', 'flang']' customize GnuFCompiler Could not locate executable g77 Could not locate executable f77 customize IntelVisualFCompiler Could not locate executable ifort Could not locate executable ifl customize AbsoftFCompiler Could not locate executable f90 customize CompaqVisualFCompiler Could not locate executable DF customize IntelItaniumVisualFCompiler Could not locate executable efl customize Gnu95FCompiler Could not locate executable gfortran Could not locate executable f95 customize G95FCompiler Could not locate executable g95 customize IntelEM64VisualFCompiler customize IntelEM64TFCompiler Could not locate executable efort Could not locate executable efc customize PGroupFlangCompiler Could not locate executable flang don't know how to compile Fortran code on platform 'nt' NOT AVAILABLE atlas_3_10_blas_threads_info: Setting PTATLAS=ATLAS libraries tatlas not found in ['C:\\Users\\16607\\.conda\\envs\\paddleseg\\lib', 'C:\\', 'C:\\Users\\16607\\.conda\\envs\\paddleseg\\libs', 'D:\\Anaconda3\\Library\\lib'] NOT AVAILABLE atlas_3_10_blas_info: libraries satlas not found in ['C:\\Users\\16607\\.conda\\envs\\paddleseg\\lib', 'C:\\', 'C:\\Users\\16607\\.conda\\envs\\paddleseg\\libs', 'D:\\Anaconda3\\Library\\lib'] NOT AVAILABLE atlas_blas_threads_info: Setting PTATLAS=ATLAS libraries ptf77blas,ptcblas,atlas not found in ['C:\\Users\\16607\\.conda\\envs\\paddleseg\\lib', 'C:\\', 'C:\\Users\\16607\\.conda\\envs\\paddleseg\\libs', 'D:\\Anaconda3\\Library\\lib'] NOT AVAILABLE atlas_blas_info: libraries f77blas,cblas,atlas not found in ['C:\\Users\\16607\\.conda\\envs\\paddleseg\\lib', 'C:\\', 'C:\\Users\\16607\\.conda\\envs\\paddleseg\\libs', 'D:\\Anaconda3\\Library\\lib'] NOT AVAILABLE accelerate_info: NOT AVAILABLE C:\Users\16607\AppData\Local\Temp\pip-install-2awzlfe6\numpy_1cc900f1cb7d4c8ba60fd8fe5999e5d1\numpy\distutils\system_info.py:1914: UserWarning: Optimized (vendor) Blas libraries are not found. Falls back to netlib Blas library which has worse performance. A better performance should be easily gained by switching Blas library. if self._calc_info(blas): blas_info: libraries blas not found in ['C:\\Users\\16607\\.conda\\envs\\paddleseg\\lib', 'C:\\', 'C:\\Users\\16607\\.conda\\envs\\paddleseg\\libs', 'D:\\Anaconda3\\Library\\lib'] NOT AVAILABLE C:\Users\16607\AppData\Local\Temp\pip-install-2awzlfe6\numpy_1cc900f1cb7d4c8ba60fd8fe5999e5d1\numpy\distutils\system_info.py:1914: UserWarning: Blas (http://www.netlib.org/blas/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [blas]) or by setting the BLAS environment variable. if self._calc_info(blas): blas_src_info: NOT AVAILABLE C:\Users\16607\AppData\Local\Temp\pip-install-2awzlfe6\numpy_1cc900f1cb7d4c8ba60fd8fe5999e5d1\numpy\distutils\system_info.py:1914: UserWarning: Blas (http://www.netlib.org/blas/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [blas_src]) or by setting the BLAS_SRC environment variable. if self._calc_info(blas): NOT AVAILABLE non-existing path in 'numpy\\distutils': 'site.cfg' lapack_opt_info: lapack_mkl_info: libraries mkl_rt not found in ['C:\\Users\\16607\\.conda\\envs\\paddleseg\\lib', 'C:\\', 'C:\\Users\\16607\\.conda\\envs\\paddleseg\\libs', 'D:\\Anaconda3\\Library\\lib'] NOT AVAILABLE openblas_lapack_info: libraries openblas not found in ['C:\\Users\\16607\\.conda\\envs\\paddleseg\\lib', 'C:\\', 'C:\\Users\\16607\\.conda\\envs\\paddleseg\\libs', 'D:\\Anaconda3\\Library\\lib'] NOT AVAILABLE openblas_clapack_info: libraries openblas,lapack not found in ['C:\\Users\\16607\\.conda\\envs\\paddleseg\\lib', 'C:\\', 'C:\\Users\\16607\\.conda\\envs\\paddleseg\\libs', 'D:\\Anaconda3\\Library\\lib'] NOT AVAILABLE flame_info: libraries flame not found in ['C:\\Users\\16607\\.conda\\envs\\paddleseg\\lib', 'C:\\', 'C:\\Users\\16607\\.conda\\envs\\paddleseg\\libs', 'D:\\Anaconda3\\Library\\lib'] NOT AVAILABLE atlas_3_10_threads_info: Setting PTATLAS=ATLAS libraries lapack_atlas not found in C:\Users\16607\.conda\envs\paddleseg\lib libraries tatlas,tatlas not found in C:\Users\16607\.conda\envs\paddleseg\lib libraries lapack_atlas not found in C:\ libraries tatlas,tatlas not found in C:\ libraries lapack_atlas not found in C:\Users\16607\.conda\envs\paddleseg\libs libraries tatlas,tatlas not found in C:\Users\16607\.conda\envs\paddleseg\libs libraries lapack_atlas not found in D:\Anaconda3\Library\lib libraries tatlas,tatlas not found in D:\Anaconda3\Library\lib <class 'numpy.distutils.system_info.atlas_3_10_threads_info'> NOT AVAILABLE atlas_3_10_info: libraries lapack_atlas not found in C:\Users\16607\.conda\envs\paddleseg\lib libraries satlas,satlas not found in C:\Users\16607\.conda\envs\paddleseg\lib libraries lapack_atlas not found in C:\ libraries satlas,satlas not found in C:\ libraries lapack_atlas not found in C:\Users\16607\.conda\envs\paddleseg\libs libraries satlas,satlas not found in C:\Users\16607\.conda\envs\paddleseg\libs libraries lapack_atlas not found in D:\Anaconda3\Library\lib libraries satlas,satlas not found in D:\Anaconda3\Library\lib <class 'numpy.distutils.system_info.atlas_3_10_info'> NOT AVAILABLE atlas_threads_info: Setting PTATLAS=ATLAS libraries lapack_atlas not found in C:\Users\16607\.conda\envs\paddleseg\lib libraries ptf77blas,ptcblas,atlas not found in C:\Users\16607\.conda\envs\paddleseg\lib libraries lapack_atlas not found in C:\ libraries ptf77blas,ptcblas,atlas not found in C:\ libraries lapack_atlas not found in C:\Users\16607\.conda\envs\paddleseg\libs libraries ptf77blas,ptcblas,atlas not found in C:\Users\16607\.conda\envs\paddleseg\libs libraries lapack_atlas not found in D:\Anaconda3\Library\lib libraries ptf77blas,ptcblas,atlas not found in D:\Anaconda3\Library\lib <class 'numpy.distutils.system_info.atlas_threads_info'> NOT AVAILABLE atlas_info: libraries lapack_atlas not found in C:\Users\16607\.conda\envs\paddleseg\lib libraries f77blas,cblas,atlas not found in C:\Users\16607\.conda\envs\paddleseg\lib libraries lapack_atlas not found in C:\ libraries f77blas,cblas,atlas not found in C:\ libraries lapack_atlas not found in C:\Users\16607\.conda\envs\paddleseg\libs libraries f77blas,cblas,atlas not found in C:\Users\16607\.conda\envs\paddleseg\libs libraries lapack_atlas not found in D:\Anaconda3\Library\lib libraries f77blas,cblas,atlas not found in D:\Anaconda3\Library\lib <class 'numpy.distutils.system_info.atlas_info'> NOT AVAILABLE lapack_info: libraries lapack not found in ['C:\\Users\\16607\\.conda\\envs\\paddleseg\\lib', 'C:\\', 'C:\\Users\\16607\\.conda\\envs\\paddleseg\\libs', 'D:\\Anaconda3\\Library\\lib'] NOT AVAILABLE C:\Users\16607\AppData\Local\Temp\pip-install-2awzlfe6\numpy_1cc900f1cb7d4c8ba60fd8fe5999e5d1\numpy\distutils\system_info.py:1748: UserWarning: Lapack (http://www.netlib.org/lapack/) libraries not found. Directories to search for the libraries can be specified in the numpy/distutils/site.cfg file (section [lapack]) or by setting the LAPACK environment variable. return getattr(self, '_calc_info_{}'.format(name))() lapack_src_info: NOT AVAILABLE C:\Users\16607\AppData\Local\Temp\pip-install-2awzlfe6\numpy_1cc900f1cb7d4c8ba60fd8fe5999e5d1\numpy\distutils\system_info.py:1748: UserWarning: Lapack (http://www.netlib.org/lapack/) sources not found. Directories to search for the sources can be specified in the numpy/distutils/site.cfg file (section [lapack_src]) or by setting the LAPACK_SRC environment variable. return getattr(self, '_calc_info_{}'.format(name))() NOT AVAILABLE numpy_linalg_lapack_lite: FOUND: language = c define_macros = [('HAVE_BLAS_ILP64', None), ('BLAS_SYMBOL_SUFFIX', '64_')] C:\Users\16607\AppData\Local\Temp\pip-build-env-jsbqs_bs\overlay\Lib\site-packages\setuptools\_distutils\dist.py:275: UserWarning: Unknown distribution option: 'define_macros' warnings.warn(msg) running dist_info running build_src build_src building py_modules sources creating build creating build\src.win-amd64-3.10 creating build\src.win-amd64-3.10\numpy creating build\src.win-amd64-3.10\numpy\distutils building library "npymath" sources Traceback (most recent call last): File "C:\Users\16607\.conda\envs\paddleseg\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 389, in <module> main() File "C:\Users\16607\.conda\envs\paddleseg\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 373, in main json_out["return_val"] = hook(**hook_input["kwargs"]) File "C:\Users\16607\.conda\envs\paddleseg\lib\site-packages\pip\_vendor\pyproject_hooks\_in_process\_in_process.py", line 175, in prepare_metadata_for_build_wheel return hook(metadata_directory, config_settings) File "C:\Users\16607\AppData\Local\Temp\pip-build-env-jsbqs_bs\overlay\Lib\site-packages\setuptools\build_meta.py", line 157, in prepare_metadata_for_build_wheel self.run_setup() File "C:\Users\16607\AppData\Local\Temp\pip-build-env-jsbqs_bs\overlay\Lib\site-packages\setuptools\build_meta.py", line 248, in run_setup super(_BuildMetaLegacyBackend, File "C:\Users\16607\AppData\Local\Temp\pip-build-env-jsbqs_bs\overlay\Lib\site-packages\setuptools\build_meta.py", line 142, in run_setup exec(compile(code, __file__, 'exec'), locals()) File "setup.py", line 508, in <module> setup_package() File "setup.py", line 500, in setup_package setup(**metadata) File "C:\Users\16607\AppData\Local\Temp\pip-install-2awzlfe6\numpy_1cc900f1cb7d4c8ba60fd8fe5999e5d1\numpy\distutils\core.py", line 169, in setup return old_setup(**new_attr) File "C:\Users\16607\AppData\Local\Temp\pip-build-env-jsbqs_bs\overlay\Lib\site-packages\setuptools\__init__.py", line 165, in setup return distutils.core.setup(**attrs) File "C:\Users\16607\AppData\Local\Temp\pip-build-env-jsbqs_bs\overlay\Lib\site-packages\setuptools\_distutils\core.py", line 148, in setup dist.run_commands() File "C:\Users\16607\AppData\Local\Temp\pip-build-env-jsbqs_bs\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 967, in run_commands self.run_command(cmd) File "C:\Users\16607\AppData\Local\Temp\pip-build-env-jsbqs_bs\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 986, in run_command cmd_obj.run() File "C:\Users\16607\AppData\Local\Temp\pip-build-env-jsbqs_bs\overlay\Lib\site-packages\setuptools\command\dist_info.py", line 31, in run egg_info.run() File "C:\Users\16607\AppData\Local\Temp\pip-install-2awzlfe6\numpy_1cc900f1cb7d4c8ba60fd8fe5999e5d1\numpy\distutils\command\egg_info.py", line 24, in run self.run_command("build_src") File "C:\Users\16607\AppData\Local\Temp\pip-build-env-jsbqs_bs\overlay\Lib\site-packages\setuptools\_distutils\cmd.py", line 313, in run_command self.distribution.run_command(command) File "C:\Users\16607\AppData\Local\Temp\pip-build-env-jsbqs_bs\overlay\Lib\site-packages\setuptools\_distutils\dist.py", line 986, in run_command cmd_obj.run() File "C:\Users\16607\AppData\Local\Temp\pip-install-2awzlfe6\numpy_1cc900f1cb7d4c8ba60fd8fe5999e5d1\numpy\distutils\command\build_src.py", line 144, in run self.build_sources() File "C:\Users\16607\AppData\Local\Temp\pip-install-2awzlfe6\numpy_1cc900f1cb7d4c8ba60fd8fe5999e5d1\numpy\distutils\command\build_src.py", line 155, in build_sources self.build_library_sources(*libname_info) File "C:\Users\16607\AppData\Local\Temp\pip-install-2awzlfe6\numpy_1cc900f1cb7d4c8ba60fd8fe5999e5d1\numpy\distutils\command\build_src.py", line 288, in build_library_sources sources = self.generate_sources(sources, (lib_name, build_info)) File "C:\Users\16607\AppData\Local\Temp\pip-install-2awzlfe6\numpy_1cc900f1cb7d4c8ba60fd8fe5999e5d1\numpy\distutils\command\build_src.py", line 378, in generate_sources source = func(extension, build_dir) File "numpy\core\setup.py", line 658, in get_mathlib_info st = config_cmd.try_link('int main(void) { return 0;}') File "C:\Users\16607\AppData\Local\Temp\pip-build-env-jsbqs_bs\overlay\Lib\site-packages\setuptools\_distutils\command\config.py", line 243, in try_link self._link(body, headers, include_dirs, File "C:\Users\16607\AppData\Local\Temp\pip-install-2awzlfe6\numpy_1cc900f1cb7d4c8ba60fd8fe5999e5d1\numpy\distutils\command\config.py", line 162, in _link return self._wrap_method(old_config._link, lang, File "C:\Users\16607\AppData\Local\Temp\pip-install-2awzlfe6\numpy_1cc900f1cb7d4c8ba60fd8fe5999e5d1\numpy\distutils\command\config.py", line 96, in _wrap_method ret = mth(*((self,)+args)) File "C:\Users\16607\AppData\Local\Temp\pip-build-env-jsbqs_bs\overlay\Lib\site-packages\setuptools\_distutils\command\config.py", line 137, in _link (src, obj) = self._compile(body, headers, include_dirs, lang) File "C:\Users\16607\AppData\Local\Temp\pip-install-2awzlfe6\numpy_1cc900f1cb7d4c8ba60fd8fe5999e5d1\numpy\distutils\command\config.py", line 105, in _compile src, obj = self._wrap_method(old_config._compile, lang, File "C:\Users\16607\AppData\Local\Temp\pip-install-2awzlfe6\numpy_1cc900f1cb7d4c8ba60fd8fe5999e5d1\numpy\distutils\command\config.py", line 96, in _wrap_method ret = mth(*((self,)+args)) File "C:\Users\16607\AppData\Local\Temp\pip-build-env-jsbqs_bs\overlay\Lib\site-packages\setuptools\_distutils\command\config.py", line 132, in _compile self.compiler.compile([src], include_dirs=include_dirs) File "C:\Users\16607\AppData\Local\Temp\pip-build-env-jsbqs_bs\overlay\Lib\site-packages\setuptools\_distutils\_msvccompiler.py", line 401, in compile self.spawn(args) File "C:\Users\16607\AppData\Local\Temp\pip-build-env-jsbqs_bs\overlay\Lib\site-packages\setuptools\_distutils\_msvccompiler.py", line 505, in spawn return super().spawn(cmd, env=env) File "C:\Users\16607\AppData\Local\Temp\pip-install-2awzlfe6\numpy_1cc900f1cb7d4c8ba60fd8fe5999e5d1\numpy\distutils\ccompiler.py", line 90, in <lambda> m = lambda self, *args, **kw: func(self, *args, **kw) TypeError: CCompiler_spawn() got an unexpected keyword argument 'env' [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details.什么问题

pip install sklearn WARNING: Ignoring invalid distribution - (d:\python 3.8.9\lib\site-packages) WARNING: Ignoring invalid distribution -p (d:\python 3.8.9\lib\site-packages) WARNING: Ignoring invalid distribution -ip (d:\python 3.8.9\lib\site-packages) WARNING: Ignoring invalid distribution -p (d:\python 3.8.9\lib\site-packages) Looking in indexes: https://mirrors.aliyun.com/pypi/simple Collecting sklearn Downloading https://mirrors.aliyun.com/pypi/packages/46/1c/395a83ee7b2d2ad7a05b453872053d41449564477c81dc356f720b16eac4/sklearn-0.0.post12.tar.gz (2.6 kB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [15 lines of output] The 'sklearn' PyPI package is deprecated, use 'scikit-learn' rather than 'sklearn' for pip commands. Here is how to fix this error in the main use cases: - use 'pip install scikit-learn' rather than 'pip install sklearn' - replace 'sklearn' by 'scikit-learn' in your pip requirements files (requirements.txt, setup.py, setup.cfg, Pipfile, etc ...) - if the 'sklearn' package is used by one of your dependencies, it would be great if you take some time to track which package uses 'sklearn' instead of 'scikit-learn' and report it to their issue tracker - as a last resort, set the environment variable SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True to avoid this error More information is available at https://github.com/scikit-learn/sklearn-pypi-package [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip.

命令行运行pip install dlib==19.24.0 --no-cache-dir --verbose报错: Using pip 25.1.1 from D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\pip (python 3.13) Collecting dlib==19.24.0 Downloading dlib-19.24.0.tar.gz (3.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 100.9 kB/s eta 0:00:00 Running command python setup.py egg_info C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\setup.py:212: SyntaxWarning: invalid escape sequence '\(' major = re.findall("set\(CPACK_PACKAGE_VERSION_MAJOR.*\"(.*)\"", open(cmake_file).read())[0] C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\setup.py:213: SyntaxWarning: invalid escape sequence '\(' minor = re.findall("set\(CPACK_PACKAGE_VERSION_MINOR.*\"(.*)\"", open(cmake_file).read())[0] C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\setup.py:214: SyntaxWarning: invalid escape sequence '\(' patch = re.findall("set\(CPACK_PACKAGE_VERSION_PATCH.*\"(.*)\"", open(cmake_file).read())[0] C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\setup.py:194: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to setuptools.command.test in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! from setuptools.command.test import test as TestCommand D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\_distutils\dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running egg_info creating C:\Users\徐庆凯\AppData\Local\Temp\pip-pip-egg-info-x4hwlbut\dlib.egg-info writing C:\Users\徐庆凯\AppData\Local\Temp\pip-pip-egg-info-x4hwlbut\dlib.egg-info\PKG-INFO writing dependency_links to C:\Users\徐庆凯\AppData\Local\Temp\pip-pip-egg-info-x4hwlbut\dlib.egg-info\dependency_links.txt writing top-level names to C:\Users\徐庆凯\AppData\Local\Temp\pip-pip-egg-info-x4hwlbut\dlib.egg-info\top_level.txt writing manifest file 'C:\Users\徐庆凯\AppData\Local\Temp\pip-pip-egg-info-x4hwlbut\dlib.egg-info\SOURCES.txt' reading manifest file 'C:\Users\徐庆凯\AppData\Local\Temp\pip-pip-egg-info-x4hwlbut\dlib.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'tools\python\build*' no previously-included directories found matching 'dlib\cmake_utils\*\build*' no previously-included directories found matching 'dlib\test' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'C:\Users\徐庆凯\AppData\Local\Temp\pip-pip-egg-info-x4hwlbut\dlib.egg-info\SOURCES.txt' Preparing metadata (setup.py) ... done Building wheels for collected packages: dlib DEPRECATION: Building 'dlib' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the --use-pep517 option, (possibly combined with --no-build-isolation), or adding a pyproject.toml file to the source tree of 'dlib'. Discussion can be found at https://github.com/pypa/pip/issues/6334 Running command python setup.py bdist_wheel C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\setup.py:212: SyntaxWarning: invalid escape sequence '\(' major = re.findall("set\(CPACK_PACKAGE_VERSION_MAJOR.*\"(.*)\"", open(cmake_file).read())[0] C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\setup.py:213: SyntaxWarning: invalid escape sequence '\(' minor = re.findall("set\(CPACK_PACKAGE_VERSION_MINOR.*\"(.*)\"", open(cmake_file).read())[0] C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\setup.py:214: SyntaxWarning: invalid escape sequence '\(' patch = re.findall("set\(CPACK_PACKAGE_VERSION_PATCH.*\"(.*)\"", open(cmake_file).read())[0] C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\setup.py:194: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to setuptools.command.test in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! from setuptools.command.test import test as TestCommand D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\_distutils\dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running bdist_wheel running build running build_py running build_ext C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\setup.py:129: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. if LooseVersion(cmake_version) < '3.1.0': Building extension for Python 3.13.5 (tags/v3.13.5:6cb20a2, Jun 11 2025, 16:15:46) [MSC v.1943 64 bit (AMD64)] Invoking CMake setup: 'cmake C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\tools\python -DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\build\lib.win-amd64-cpython-313 -DPYTHON_EXECUTABLE=D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\python.exe -DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\build\lib.win-amd64-cpython-313 -A x64' Traceback (most recent call last): File "<string>", line 2, in <module> exec(compile(''' ~~~~^^^^^^^^^^^^ # This is -- a caller that pip uses to run setup.py ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<32 lines>... exec(compile(setup_py_code, filename, "exec")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ''' % ('C:\\Users\\徐庆凯\\AppData\\Local\\Temp\\pip-install-1bugzpia\\dlib_3252fe8772d348fc97cbac2fb469313f\\setup.py',), "", "exec")) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 35, in <module> File "C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\setup.py", line 222, in <module> setup( ~~~~~^ name='dlib', ^^^^^^^^^^^^ ...<38 lines>... ], ^^ ) ^ File "D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\__init__.py", line 115, in setup return distutils.core.setup(**attrs) ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\_distutils\core.py", line 186, in setup return run_commands(dist) File "D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\_distutils\core.py", line 202, in run_commands dist.run_commands() ~~~~~~~~~~~~~~~~~^^ File "D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\_distutils\dist.py", line 1002, in run_commands self.run_command(cmd) ~~~~~~~~~~~~~~~~^^^^^ File "D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\dist.py", line 1102, in run_command super().run_command(command) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\_distutils\dist.py", line 1021, in run_command cmd_obj.run() ~~~~~~~~~~~^^ File "D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\command\bdist_wheel.py", line 370, in run self.run_command("build") ~~~~~~~~~~~~~~~~^^^^^^^^^ File "D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\_distutils\cmd.py", line 357, in run_command self.distribution.run_command(command) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\dist.py", line 1102, in run_command super().run_command(command) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\_distutils\dist.py", line 1021, in run_command cmd_obj.run() ~~~~~~~~~~~^^ File "D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\_distutils\command\build.py", line 135, in run self.run_command(cmd_name) ~~~~~~~~~~~~~~~~^^^^^^^^^^ File "D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\_distutils\cmd.py", line 357, in run_command self.distribution.run_command(command) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\dist.py", line 1102, in run_command super().run_command(command) ~~~~~~~~~~~~~~~~~~~^^^^^^^^^ File "D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\_distutils\dist.py", line 1021, in run_command cmd_obj.run() ~~~~~~~~~~~^^ File "C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\setup.py", line 134, in run self.build_extension(ext) ~~~~~~~~~~~~~~~~~~~~^^^^^ File "C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\setup.py", line 171, in build_extension subprocess.check_call(cmake_setup, cwd=build_folder) ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\subprocess.py", line 419, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['cmake', 'C:\\Users\\徐庆凯\\AppData\\Local\\Temp\\pip-install-1bugzpia\\dlib_3252fe8772d348fc97cbac2fb469313f\\tools\\python', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\\Users\\徐庆凯\\AppData\\Local\\Temp\\pip-install-1bugzpia\\dlib_3252fe8772d348fc97cbac2fb469313f\\build\\lib.win-amd64-cpython-313', '-DPYTHON_EXECUTABLE=D:\\Users\\徐庆凯\\AppData\\Local\\Programs\\Python\\Python313\\python.exe', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=C:\\Users\\徐庆凯\\AppData\\Local\\Temp\\pip-install-1bugzpia\\dlib_3252fe8772d348fc97cbac2fb469313f\\build\\lib.win-amd64-cpython-313', '-A', 'x64']' returned non-zero exit status 3221226505. error: subprocess-exited-with-error × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. full command: 'D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\python.exe' -u -c ' exec(compile('"'"''"'"''"'"' # This is -- a caller that pip uses to run setup.py # # - It imports setuptools before invoking setup.py, to enable projects that directly # import from distutils.core to work with newer packaging standards. # - It provides a clear error message when setuptools is not installed. # - It sets sys.argv[0] to the underlying setup.py, when invoking setup.py so # setuptools doesn'"'"'t think the script is -c. This avoids the following warning: # manifest_maker: standard file '"'"'-c'"'"' not found". # - It generates a shim setup.py, for handling setup.cfg-only projects. import os, sys, tokenize, traceback try: import setuptools except ImportError: print( "ERROR: Can not execute setup.py since setuptools failed to import in " "the build environment with exception:", file=sys.stderr, ) traceback.print_exc() sys.exit(1) __file__ = %r sys.argv[0] = __file__ if os.path.exists(__file__): filename = __file__ with tokenize.open(__file__) as f: setup_py_code = f.read() else: filename = "<auto-generated setuptools caller>" setup_py_code = "from setuptools import setup; setup()" exec(compile(setup_py_code, filename, "exec")) '"'"''"'"''"'"' % ('"'"'C:\\Users\\徐庆凯\\AppData\\Local\\Temp\\pip-install-1bugzpia\\dlib_3252fe8772d348fc97cbac2fb469313f\\setup.py'"'"',), "", "exec"))' bdist_wheel -d 'C:\Users\徐庆凯\AppData\Local\Temp\pip-wheel-m03b8zax' cwd: C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\\ Building wheel for dlib (setup.py) ... error ERROR: Failed building wheel for dlib Running setup.py clean for dlib Running command python setup.py clean C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\setup.py:212: SyntaxWarning: invalid escape sequence '\(' major = re.findall("set\(CPACK_PACKAGE_VERSION_MAJOR.*\"(.*)\"", open(cmake_file).read())[0] C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\setup.py:213: SyntaxWarning: invalid escape sequence '\(' minor = re.findall("set\(CPACK_PACKAGE_VERSION_MINOR.*\"(.*)\"", open(cmake_file).read())[0] C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\setup.py:214: SyntaxWarning: invalid escape sequence '\(' patch = re.findall("set\(CPACK_PACKAGE_VERSION_PATCH.*\"(.*)\"", open(cmake_file).read())[0] C:\Users\徐庆凯\AppData\Local\Temp\pip-install-1bugzpia\dlib_3252fe8772d348fc97cbac2fb469313f\setup.py:194: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to setuptools.command.test in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! from setuptools.command.test import test as TestCommand D:\Users\徐庆凯\AppData\Local\Programs\Python\Python313\Lib\site-packages\setuptools\_distutils\dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running clean removing 'build\temp.win-amd64-cpython-313' (and everything under it) 'build\lib.win-amd64-cpython-313' does not exist -- can't clean it 'build\bdist.win-amd64' does not exist -- can't clean it 'build\scripts-3.13' does not exist -- can't clean it removing 'build' Failed to build dlib ERROR: Failed to build installable wheels for some pyproject.toml based projects (dlib)

(pmdarima_312_env) PS C:\Users\zhuxinyu> & C:/Users/zhuxinyu/AppData/Local/Programs/Python/Python312/python.exe c:/Users/zhuxinyu/Desktop/数模代码/ARIMA.py Traceback (most recent call last): File "c:\Users\zhuxinyu\Desktop\数模代码\ARIMA.py", line 6, in <module> from pmdarima import auto_arima File "C:\Users\zhuxinyu\AppData\Local\Programs\Python\Python312\Lib\site-packages\pmdarima\__init__.py", line 52, in <module> from .arima import auto_arima, ARIMA, AutoARIMA, StepwiseContext, decompose File "C:\Users\zhuxinyu\AppData\Local\Programs\Python\Python312\Lib\site-packages\pmdarima\arima\__init__.py", line 5, in <module> from .approx import * File "C:\Users\zhuxinyu\AppData\Local\Programs\Python\Python312\Lib\site-packages\pmdarima\arima\approx.py", line 9, in <module> from ..utils.array import c, check_endog File "C:\Users\zhuxinyu\AppData\Local\Programs\Python\Python312\Lib\site-packages\pmdarima\utils\__init__.py", line 5, in <module> from .array import * File "C:\Users\zhuxinyu\AppData\Local\Programs\Python\Python312\Lib\site-packages\pmdarima\utils\array.py", line 13, in <module> from ._array import C_intgrt_vec File "pmdarima\\utils\\_array.pyx", line 1, in init pmdarima.utils._array ValueError: numpy.dtype size changed, maypip install numpy==1.26.0 # 支持Py3.12的最低稳定版[^4]ade >> pip install scipy==1.11.4 # SciPy 1.11.4+ 支持Py3.12 >> pip install Cython==3.0.6rs\zhuxinyu> Requirement already satisfied: numpy==1.26.0 in c:\users\zhuxinyu\pmdarima_312_env\lib\site-packages (1.26.0) Requirement already satisfied: scipy==1.11.4 in c:\users\zhuxinyu\pmdarima_312_env\lib\site-packages (1.11.4) Requirement already satisfied: numpy<1.28.0,>=1.21.6 in c:\users\zhuxinyu\pmdarima_312_env\lib\site-packages (from scipy==1.11.4) (1.26.0) Requirement already satisfied: Cython==3.0.6 in c:\users\zhuxinyu\pmdarima_312_env\lib\site-packages (3.0.6) (pmdarima_312_env) PS C:\Users\zhuxinyu> pip install --no-binary pmdarima pmdarima Collecting pmdarima Using cached pmdarima-2.0.4.tar.gz (630 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Collecting joblib>=0.11 (from pmdarima) Using cached joblib-1.5.1-py3-none-any.whl.metadata (5.6 kB) Requirement already satisfied: Cython!=0.29.18,!=0.29.31,>=0.29 in c:\users\zhuxinyu\pmdarima_312_env\lib\site-packages (from pmdarima) (3.0.6) Requirement already satisfied: numpy>=1.21.2 in c:\users\zhuxinyu\pmdarima_312_env\lib\site-packages (from pmdarima) (1.26.0) Collecting pandas>=0.19 (from pmdarima) Using cached pandas-2.3.1-cp312-cp312-win_amd64.whl.metadata (19 kB) Collecting scikit-learn>=0.22 (from pmdarima) Using cached scikit_learn-1.7.1-cp312-cp312-win_amd64.whl.metadata (11 kB) Requirement already satisfied: scipy>=1.3.2 in c:\users\zhuxinyu\pmdarima_312_env\lib\site-packages (from pmdarima) (1.11.4) Collecting statsmodels>=0.13.2 (from pmdarima) Using cached statsmodels-0.14.5-cp312-cp312-win_amd64.whl.metadata (9.8 kB) Collecting urllib3 (from pmdarima) Using cached urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) Collecting setuptools!=50.0.0,>=38.6.0 (from pmdarima) Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB) Collecting packaging>=17.1 (from pmdarima) Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB) Collecting python-dateutil>=2.8.2 (from pandas>=0.19->pmdarima) Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) Collecting pytz>=2020.1 (from pandas>=0.19->pmdarima) Using cached pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) Collecting tzdata>=2022.7 (from pandas>=0.19->pmdarima) Using cached tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB) Collecting six>=1.5 (from python-dateutil>=2.8.2->pandas>=0.19->pmdarima) Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.22->pmdarima) Using cached threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) Collecting patsy>=0.5.6 (from statsmodels>=0.13.2->pmdarima) Using cached patsy-1.0.1-py2.py3-none-any.whl.metadata (3.3 kB) Using cached joblib-1.5.1-py3-none-any.whl (307 kB) Using cached packaging-25.0-py3-none-any.whl (66 kB) Using cached pandas-2.3.1-cp312-cp312-win_amd64.whl (11.0 MB) Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) Using cached pytz-2025.2-py2.py3-none-any.whl (509 kB) Using cached scikit_learn-1.7.1-cp312-cp312-win_amd64.whl (8.7 MB) Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB) Using cached six-1.17.0-py2.py3-none-any.whl (11 kB) Using cached statsmodels-0.14.5-cp312-cp312-win_amd64.whl (9.6 MB) Using cached patsy-1.0.1-py2.py3-none-any.whl (232 kB) Using cached threadpoolctl-3.6.0-py3-none-any.whl (18 kB) Using cached tzdata-2025.2-py2.py3-none-any.whl (347 kB) Using cached urllib3-2.5.0-py3-none-any.whl (129 kB) Building wheels for collected packages: pmdarima Building wheel for pmdarima (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for pmdarima (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [476 lines of output] Partial import of pmdarima during the build process. C:\Users\zhuxinyu\AppData\Local\Temp\pip-build-env-ki1mh8q_\overlay\Lib\site-packages\setuptools\_distutils\dist.py:289: UserWarning: Unknown distribution option: 'configuration' warnings.warn(msg) C:\Users\zhuxinyu\AppData\Local\Temp\pip-build-env-ki1mh8q_\overlay\Lib\site-packages\setuptools\dist.py:599: SetuptoolsDeprecationWarning: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead. !! ******************************************************************************** Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead. (Affected: pmdarima). By 2026-Mar-03, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. ******************************************************************************** !! opt = self._enforce_underscore(opt, section) Requirements: ['joblib>=0.11\nCython>=0.29,!=0.29.18,!=0.29.31\nnumpy>=1.21.2\npandas>=0.19\nscikit-learn>=0.22\nscipy>=1.3.2\nstatsmodels>=0.13.2\nurllib3\nsetuptools>=38.6.0,!=50.0.0\npackaging>=17.1 # Bundled with setuptools, but want to be explicit\n'] Adding extra setuptools args Setting up with setuptools running bdist_wheel running build running build_py creating build\lib.win-amd64-cpython-312\pmdarima copying pmdarima\base.py -> build\lib.win-amd64-cpython-312\pmdarima copying pmdarima\context_managers.py -> build\lib.win-amd64-cpython-312\pmdarima copying pmdarima\decorators.py -> build\lib.win-amd64-cpython-312\pmdarima copying pmdarima\metrics.py -> build\lib.win-amd64-cpython-312\pmdarima copying pmdarima\pipeline.py -> build\lib.win-amd64-cpython-312\pmdarima copying pmdarima\setup.py -> build\lib.win-amd64-cpython-312\pmdarima copying pmdarima\warnings.py -> build\lib.win-amd64-cpython-312\pmdarima copying pmdarima\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima creating build\lib.win-amd64-cpython-312\pmdarima\arima copying pmdarima\arima\approx.py -> build\lib.win-amd64-cpython-312\pmdarima\arima copying pmdarima\arima\arima.py -> build\lib.win-amd64-cpython-312\pmdarima\arima copying pmdarima\arima\auto.py -> build\lib.win-amd64-cpython-312\pmdarima\arima copying pmdarima\arima\seasonality.py -> build\lib.win-amd64-cpython-312\pmdarima\arima copying pmdarima\arima\setup.py -> build\lib.win-amd64-cpython-312\pmdarima\arima copying pmdarima\arima\stationarity.py -> build\lib.win-amd64-cpython-312\pmdarima\arima copying pmdarima\arima\utils.py -> build\lib.win-amd64-cpython-312\pmdarima\arima copying pmdarima\arima\_auto_solvers.py -> build\lib.win-amd64-cpython-312\pmdarima\arima copying pmdarima\arima\_context.py -> build\lib.win-amd64-cpython-312\pmdarima\arima copying pmdarima\arima\_doc.py -> build\lib.win-amd64-cpython-312\pmdarima\arima copying pmdarima\arima\_validation.py -> build\lib.win-amd64-cpython-312\pmdarima\arima copying pmdarima\arima\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\arima creating build\lib.win-amd64-cpython-312\pmdarima\compat copying pmdarima\compat\matplotlib.py -> build\lib.win-amd64-cpython-312\pmdarima\compat copying pmdarima\compat\numpy.py -> build\lib.win-amd64-cpython-312\pmdarima\compat copying pmdarima\compat\pandas.py -> build\lib.win-amd64-cpython-312\pmdarima\compat copying pmdarima\compat\pytest.py -> build\lib.win-amd64-cpython-312\pmdarima\compat copying pmdarima\compat\sklearn.py -> build\lib.win-amd64-cpython-312\pmdarima\compat copying pmdarima\compat\statsmodels.py -> build\lib.win-amd64-cpython-312\pmdarima\compat copying pmdarima\compat\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\compat creating build\lib.win-amd64-cpython-312\pmdarima\datasets copying pmdarima\datasets\airpassengers.py -> build\lib.win-amd64-cpython-312\pmdarima\datasets copying pmdarima\datasets\ausbeer.py -> build\lib.win-amd64-cpython-312\pmdarima\datasets copying pmdarima\datasets\austres.py -> build\lib.win-amd64-cpython-312\pmdarima\datasets copying pmdarima\datasets\gasoline.py -> build\lib.win-amd64-cpython-312\pmdarima\datasets copying pmdarima\datasets\heartrate.py -> build\lib.win-amd64-cpython-312\pmdarima\datasets copying pmdarima\datasets\lynx.py -> build\lib.win-amd64-cpython-312\pmdarima\datasets copying pmdarima\datasets\setup.py -> build\lib.win-amd64-cpython-312\pmdarima\datasets copying pmdarima\datasets\stocks.py -> build\lib.win-amd64-cpython-312\pmdarima\datasets copying pmdarima\datasets\sunspots.py -> build\lib.win-amd64-cpython-312\pmdarima\datasets copying pmdarima\datasets\taylor.py -> build\lib.win-amd64-cpython-312\pmdarima\datasets copying pmdarima\datasets\wineind.py -> build\lib.win-amd64-cpython-312\pmdarima\datasets copying pmdarima\datasets\woolyrnq.py -> build\lib.win-amd64-cpython-312\pmdarima\datasets copying pmdarima\datasets\_base.py -> build\lib.win-amd64-cpython-312\pmdarima\datasets copying pmdarima\datasets\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\datasets creating build\lib.win-amd64-cpython-312\pmdarima\model_selection copying pmdarima\model_selection\_split.py -> build\lib.win-amd64-cpython-312\pmdarima\model_selection copying pmdarima\model_selection\_validation.py -> build\lib.win-amd64-cpython-312\pmdarima\model_selection copying pmdarima\model_selection\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\model_selection creating build\lib.win-amd64-cpython-312\pmdarima\preprocessing copying pmdarima\preprocessing\base.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing copying pmdarima\preprocessing\setup.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing copying pmdarima\preprocessing\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing creating build\lib.win-amd64-cpython-312\pmdarima\tests copying pmdarima\tests\test_context_managers.py -> build\lib.win-amd64-cpython-312\pmdarima\tests copying pmdarima\tests\test_estimators.py -> build\lib.win-amd64-cpython-312\pmdarima\tests copying pmdarima\tests\test_metrics.py -> build\lib.win-amd64-cpython-312\pmdarima\tests copying pmdarima\tests\test_pipeline.py -> build\lib.win-amd64-cpython-312\pmdarima\tests copying pmdarima\tests\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\tests creating build\lib.win-amd64-cpython-312\pmdarima\utils copying pmdarima\utils\array.py -> build\lib.win-amd64-cpython-312\pmdarima\utils copying pmdarima\utils\metaestimators.py -> build\lib.win-amd64-cpython-312\pmdarima\utils copying pmdarima\utils\setup.py -> build\lib.win-amd64-cpython-312\pmdarima\utils copying pmdarima\utils\visualization.py -> build\lib.win-amd64-cpython-312\pmdarima\utils copying pmdarima\utils\wrapped.py -> build\lib.win-amd64-cpython-312\pmdarima\utils copying pmdarima\utils\_show_versions.py -> build\lib.win-amd64-cpython-312\pmdarima\utils copying pmdarima\utils\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\utils creating build\lib.win-amd64-cpython-312\pmdarima\_build_utils copying pmdarima\_build_utils\pre_build_helpers.py -> build\lib.win-amd64-cpython-312\pmdarima\_build_utils copying pmdarima\_build_utils\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\_build_utils creating build\lib.win-amd64-cpython-312\pmdarima\__check_build copying pmdarima\__check_build\setup.py -> build\lib.win-amd64-cpython-312\pmdarima\__check_build copying pmdarima\__check_build\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\__check_build creating build\lib.win-amd64-cpython-312\pmdarima\arima\tests copying pmdarima\arima\tests\test_approx.py -> build\lib.win-amd64-cpython-312\pmdarima\arima\tests copying pmdarima\arima\tests\test_arima.py -> build\lib.win-amd64-cpython-312\pmdarima\arima\tests copying pmdarima\arima\tests\test_arima_diagnostics.py -> build\lib.win-amd64-cpython-312\pmdarima\arima\tests copying pmdarima\arima\tests\test_auto.py -> build\lib.win-amd64-cpython-312\pmdarima\arima\tests copying pmdarima\arima\tests\test_auto_solvers.py -> build\lib.win-amd64-cpython-312\pmdarima\arima\tests copying pmdarima\arima\tests\test_context.py -> build\lib.win-amd64-cpython-312\pmdarima\arima\tests copying pmdarima\arima\tests\test_c_arima.py -> build\lib.win-amd64-cpython-312\pmdarima\arima\tests copying pmdarima\arima\tests\test_seasonality.py -> build\lib.win-amd64-cpython-312\pmdarima\arima\tests copying pmdarima\arima\tests\test_stationarity.py -> build\lib.win-amd64-cpython-312\pmdarima\arima\tests copying pmdarima\arima\tests\test_utils.py -> build\lib.win-amd64-cpython-312\pmdarima\arima\tests copying pmdarima\arima\tests\test_validation.py -> build\lib.win-amd64-cpython-312\pmdarima\arima\tests copying pmdarima\arima\tests\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\arima\tests creating build\lib.win-amd64-cpython-312\pmdarima\compat\tests copying pmdarima\compat\tests\test_sklearn.py -> build\lib.win-amd64-cpython-312\pmdarima\compat\tests copying pmdarima\compat\tests\test_statsmodels.py -> build\lib.win-amd64-cpython-312\pmdarima\compat\tests copying pmdarima\compat\tests\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\compat\tests creating build\lib.win-amd64-cpython-312\pmdarima\datasets\tests copying pmdarima\datasets\tests\test_load_datasets.py -> build\lib.win-amd64-cpython-312\pmdarima\datasets\tests copying pmdarima\datasets\tests\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\datasets\tests creating build\lib.win-amd64-cpython-312\pmdarima\model_selection\tests copying pmdarima\model_selection\tests\test_split.py -> build\lib.win-amd64-cpython-312\pmdarima\model_selection\tests copying pmdarima\model_selection\tests\test_validation.py -> build\lib.win-amd64-cpython-312\pmdarima\model_selection\tests copying pmdarima\model_selection\tests\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\model_selection\tests creating build\lib.win-amd64-cpython-312\pmdarima\preprocessing\endog copying pmdarima\preprocessing\endog\base.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\endog copying pmdarima\preprocessing\endog\boxcox.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\endog copying pmdarima\preprocessing\endog\log.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\endog copying pmdarima\preprocessing\endog\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\endog creating build\lib.win-amd64-cpython-312\pmdarima\preprocessing\exog copying pmdarima\preprocessing\exog\base.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\exog copying pmdarima\preprocessing\exog\dates.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\exog copying pmdarima\preprocessing\exog\fourier.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\exog copying pmdarima\preprocessing\exog\setup.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\exog copying pmdarima\preprocessing\exog\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\exog creating build\lib.win-amd64-cpython-312\pmdarima\preprocessing\tests copying pmdarima\preprocessing\tests\test_base.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\tests copying pmdarima\preprocessing\tests\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\tests creating build\lib.win-amd64-cpython-312\pmdarima\preprocessing\endog\tests copying pmdarima\preprocessing\endog\tests\test_base.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\endog\tests copying pmdarima\preprocessing\endog\tests\test_boxcox.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\endog\tests copying pmdarima\preprocessing\endog\tests\test_log.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\endog\tests copying pmdarima\preprocessing\endog\tests\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\endog\tests creating build\lib.win-amd64-cpython-312\pmdarima\preprocessing\exog\tests copying pmdarima\preprocessing\exog\tests\test_base.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\exog\tests copying pmdarima\preprocessing\exog\tests\test_dates.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\exog\tests copying pmdarima\preprocessing\exog\tests\test_fourier.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\exog\tests copying pmdarima\preprocessing\exog\tests\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\exog\tests creating build\lib.win-amd64-cpython-312\pmdarima\utils\tests copying pmdarima\utils\tests\test_array.py -> build\lib.win-amd64-cpython-312\pmdarima\utils\tests copying pmdarima\utils\tests\test_meta.py -> build\lib.win-amd64-cpython-312\pmdarima\utils\tests copying pmdarima\utils\tests\test_show_versions.py -> build\lib.win-amd64-cpython-312\pmdarima\utils\tests copying pmdarima\utils\tests\test_vis.py -> build\lib.win-amd64-cpython-312\pmdarima\utils\tests copying pmdarima\utils\tests\test_wrapped.py -> build\lib.win-amd64-cpython-312\pmdarima\utils\tests copying pmdarima\utils\tests\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\utils\tests creating build\lib.win-amd64-cpython-312\pmdarima\_build_utils\tests copying pmdarima\_build_utils\tests\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\_build_utils\tests creating build\lib.win-amd64-cpython-312\pmdarima\__check_build\tests copying pmdarima\__check_build\tests\test_check_build.py -> build\lib.win-amd64-cpython-312\pmdarima\__check_build\tests copying pmdarima\__check_build\tests\__init__.py -> build\lib.win-amd64-cpython-312\pmdarima\__check_build\tests running egg_info writing pmdarima.egg-info\PKG-INFO writing dependency_links to pmdarima.egg-info\dependency_links.txt writing requirements to pmdarima.egg-info\requires.txt writing top-level names to pmdarima.egg-info\top_level.txt reading manifest file 'pmdarima.egg-info\SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'pmdarima.egg-info\SOURCES.txt' C:\Users\zhuxinyu\AppData\Local\Temp\pip-build-env-ki1mh8q_\overlay\Lib\site-packages\setuptools\command\build_py.py:212: _Warning: Package 'pmdarima.__check_build' is absent from the packages configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pmdarima.__check_build' as an importable package[^1], but it is absent from setuptools' packages configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pmdarima.__check_build' is explicitly added to the packages configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using find_namespace_packages(...)/find_namespace: instead of find_packages(...)/find:). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pmdarima.__check_build' to be distributed and are already explicitly excluding 'pmdarima.__check_build' via find_namespace_packages(...)/find_namespace or find_packages(...)/find, you can try to use exclude_package_data, or include-package-data=False in combination with a more fine grained package-data configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any .py files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) C:\Users\zhuxinyu\AppData\Local\Temp\pip-build-env-ki1mh8q_\overlay\Lib\site-packages\setuptools\command\build_py.py:212: _Warning: Package 'pmdarima.arima' is absent from the packages configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pmdarima.arima' as an importable package[^1], but it is absent from setuptools' packages configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pmdarima.arima' is explicitly added to the packages configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using find_namespace_packages(...)/find_namespace: instead of find_packages(...)/find:). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pmdarima.arima' to be distributed and are already explicitly excluding 'pmdarima.arima' via find_namespace_packages(...)/find_namespace or find_packages(...)/find, you can try to use exclude_package_data, or include-package-data=False in combination with a more fine grained package-data configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any .py files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) C:\Users\zhuxinyu\AppData\Local\Temp\pip-build-env-ki1mh8q_\overlay\Lib\site-packages\setuptools\command\build_py.py:212: _Warning: Package 'pmdarima.preprocessing.exog' is absent from the packages configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pmdarima.preprocessing.exog' as an importable package[^1], but it is absent from setuptools' packages configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pmdarima.preprocessing.exog' is explicitly added to the packages configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using find_namespace_packages(...)/find_namespace: instead of find_packages(...)/find:). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pmdarima.preprocessing.exog' to be distributed and are already explicitly excluding 'pmdarima.preprocessing.exog' via find_namespace_packages(...)/find_namespace or find_packages(...)/find, you can try to use exclude_package_data, or include-package-data=False in combination with a more fine grained package-data configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any .py files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) C:\Users\zhuxinyu\AppData\Local\Temp\pip-build-env-ki1mh8q_\overlay\Lib\site-packages\setuptools\command\build_py.py:212: _Warning: Package 'pmdarima.utils' is absent from the packages configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pmdarima.utils' as an importable package[^1], but it is absent from setuptools' packages configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pmdarima.utils' is explicitly added to the packages configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using find_namespace_packages(...)/find_namespace: instead of find_packages(...)/find:). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pmdarima.utils' to be distributed and are already explicitly excluding 'pmdarima.utils' via find_namespace_packages(...)/find_namespace or find_packages(...)/find, you can try to use exclude_package_data, or include-package-data=False in combination with a more fine grained package-data configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any .py files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) C:\Users\zhuxinyu\AppData\Local\Temp\pip-build-env-ki1mh8q_\overlay\Lib\site-packages\setuptools\command\build_py.py:212: _Warning: Package 'pmdarima.__pycache__' is absent from the packages configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pmdarima.__pycache__' as an importable package[^1], but it is absent from setuptools' packages configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pmdarima.__pycache__' is explicitly added to the packages configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using find_namespace_packages(...)/find_namespace: instead of find_packages(...)/find:). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pmdarima.__pycache__' to be distributed and are already explicitly excluding 'pmdarima.__pycache__' via find_namespace_packages(...)/find_namespace or find_packages(...)/find, you can try to use exclude_package_data, or include-package-data=False in combination with a more fine grained package-data configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any .py files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) C:\Users\zhuxinyu\AppData\Local\Temp\pip-build-env-ki1mh8q_\overlay\Lib\site-packages\setuptools\command\build_py.py:212: _Warning: Package 'pmdarima.arima.tests.data' is absent from the packages configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pmdarima.arima.tests.data' as an importable package[^1], but it is absent from setuptools' packages configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pmdarima.arima.tests.data' is explicitly added to the packages configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using find_namespace_packages(...)/find_namespace: instead of find_packages(...)/find:). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pmdarima.arima.tests.data' to be distributed and are already explicitly excluding 'pmdarima.arima.tests.data' via find_namespace_packages(...)/find_namespace or find_packages(...)/find, you can try to use exclude_package_data, or include-package-data=False in combination with a more fine grained package-data configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any .py files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) C:\Users\zhuxinyu\AppData\Local\Temp\pip-build-env-ki1mh8q_\overlay\Lib\site-packages\setuptools\command\build_py.py:212: _Warning: Package 'pmdarima.datasets.data' is absent from the packages configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pmdarima.datasets.data' as an importable package[^1], but it is absent from setuptools' packages configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'pmdarima.datasets.data' is explicitly added to the packages configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using find_namespace_packages(...)/find_namespace: instead of find_packages(...)/find:). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'pmdarima.datasets.data' to be distributed and are already explicitly excluding 'pmdarima.datasets.data' via find_namespace_packages(...)/find_namespace or find_packages(...)/find, you can try to use exclude_package_data, or include-package-data=False in combination with a more fine grained package-data configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any .py files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying pmdarima\VERSION -> build\lib.win-amd64-cpython-312\pmdarima copying pmdarima\__check_build\_check_build.pyx -> build\lib.win-amd64-cpython-312\pmdarima\__check_build copying pmdarima\arima\_arima.pyx -> build\lib.win-amd64-cpython-312\pmdarima\arima copying pmdarima\preprocessing\exog\_fourier.pyx -> build\lib.win-amd64-cpython-312\pmdarima\preprocessing\exog copying pmdarima\utils\_array.pyx -> build\lib.win-amd64-cpython-312\pmdarima\utils creating build\lib.win-amd64-cpython-312\pmdarima\__pycache__ copying pmdarima\__pycache__\__init__.cpython-312.pyc -> build\lib.win-amd64-cpython-312\pmdarima\__pycache__ copying pmdarima\__pycache__\__init__.cpython-37.pyc -> build\lib.win-amd64-cpython-312\pmdarima\__pycache__ copying pmdarima\arima\_arima_fast_helpers.h -> build\lib.win-amd64-cpython-312\pmdarima\arima creating build\lib.win-amd64-cpython-312\pmdarima\datasets\data copying pmdarima\datasets\data\dated.tar.gz -> build\lib.win-amd64-cpython-312\pmdarima\datasets\data copying pmdarima\datasets\data\msft.tar.gz -> build\lib.win-amd64-cpython-312\pmdarima\datasets\data copying pmdarima\datasets\data\sunspots.txt.gz -> build\lib.win-amd64-cpython-312\pmdarima\datasets\data creating build\lib.win-amd64-cpython-312\pmdarima\arima\tests\data copying pmdarima\arima\tests\data\issue_191.csv -> build\lib.win-amd64-cpython-312\pmdarima\arima\tests\data running build_ext Compiling pmdarima/arima/_arima.pyx because it changed. [1/1] Cythonizing pmdarima/arima/_arima.pyx building 'pmdarima.arima._arima' extension error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pmdarima Failed to build pmdarima error: failed-wheel-build-for-install × Failed to build installable wheels for some pyproject.toml based projects ╰─> pmdarima

Getting requirements to build wheel ... done Installing backend dependencies ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [30 lines of output] C:\Users\26289\AppData\Local\Temp\pip-build-env-_uaj_44a\normal\Lib\site-packages\pbr\util.py:75: 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. import pkg_resources Error parsing Traceback (most recent call last): File "C:\Users\26289\AppData\Local\Temp\pip-build-env-_uaj_44a\normal\Lib\site-packages\pbr\core.py", line 105, in pbr attrs = util.cfg_to_args(path, dist.script_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\26289\AppData\Local\Temp\pip-build-env-_uaj_44a\normal\Lib\site-packages\pbr\util.py", line 272, in cfg_to_args pbr.hooks.setup_hook(config) File "C:\Users\26289\AppData\Local\Temp\pip-build-env-_uaj_44a\normal\Lib\site-packages\pbr\hooks\__init__.py", line 25, in setup_hook metadata_config.run() File "C:\Users\26289\AppData\Local\Temp\pip-build-env-_uaj_44a\normal\Lib\site-packages\pbr\hooks\base.py", line 27, in run self.hook() File "C:\Users\26289\AppData\Local\Temp\pip-build-env-_uaj_44a\normal\Lib\site-packages\pbr\hooks\metadata.py", line 25, in hook self.config['version'] = packaging.get_version( ^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\26289\AppData\Local\Temp\pip-build-env-_uaj_44a\normal\Lib\site-packages\pbr\packaging.py", line 854, in get_version version = _get_version_from_pkg_metadata(package_name) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\26289\AppData\Local\Temp\pip-build-env-_uaj_44a\normal\Lib\site-packages\pbr\packaging.py", line 822, in _get_version_from_pkg_metadata pkg_metadata = email.message_from_file(pkg_metadata_file) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\toos\python\Lib\email\__init__.py", line 53, in message_from_file return Parser(*args, **kws).parse(fp) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\toos\python\Lib\email\parser.py", line 52, in parse while data := fp.read(8192): ^^^^^^^^^^^^^ UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 795: illegal multibyte sequence error in setup command: Error parsing C:\Users\26289\AppData\Local\Temp\pip-install-yrpn9_um\weditor\setup.cfg: UnicodeDecodeError: 'gbk' codec can't decode byte 0xad in position 795: illegal multibyte sequence [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. [notice] A new release of pip is available: 25.0.1 -> 25.1.1 [notice] To update, run: python.exe -m pip install --upgrade pip error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> weditor note: This is an issue with the package mentioned above, not pip. hint: See above for details.

大家在看

recommend-type

polkit-0.96-11.el6_10.2.x86_64.rpm离线升级包下载(Polkit漏洞CentOS6修复升级包)

CentOS 6.X版本专用 升级命令: rpm -Uvh polkit-0.96-11.el6_10.2.x86_64.rpm 或yum localinstall -y polkit-0.96-11.el6_10.2.x86_64.rpm 参考链接: https://ubuntu.com/security/CVE-2021-4034 https://access.redhat.com/security/cve/CVE-2021-4034 https://security-tracker.debian.org/tracker/CVE-2021-4034 https://www.qualys.com/2022/01/25/cve-2021-4034/pwnkit.txt
recommend-type

ray-optics:光学系统的几何光线追踪

射线光学 安装 要使用pip安装rayoptics ,请使用 > pip install rayoptics 或者,可以使用conda从conda - forge渠道安装rayoptics > conda install rayoptics --channel conda-forge 文献资料 射线光学位于“ 成像光学设计和分析工具 RayOptics是一个Python几何光学和成像光学库。 它为分析成像和相干光学系统提供了几何射线追踪基础。 在此基础上提供了许多标准的几何分析选项,例如横向射线和波前像差分析。 y-ybar图和镜头布局视图中近轴光线的图形编辑也支持光学系统的近轴布局。 支持导入Zemax .zmx和CODEV .seq文件。 RayOptics可用于Python脚本,Python和IPython外壳,Jupyter笔记本以及基于Qt的图形用户界面应用程序中。 笔记 该项
recommend-type

微信qq浏览器打开提示

自己的域名总是被举报,变红?搞一个遮罩呗! 跳转浏览器提示就OK了,亲测在PHP网站完美使用。 1.上传插件整个文件夹到/public目录。得到:/public/WxqqJump 2.修改/public/index.php文件。在第一行&lt;?php下新增代码 当不再使用或者需要临时关闭跳转时,只需//注销该行代码即可。
recommend-type

扑翼无人机准定常空气动力学及控制Matlab代码.rar

1.版本:matlab2014/2019a/2021a 2.附赠案例数据可直接运行matlab程序。 3.代码特点:参数化编程、参数可方便更改、代码编程思路清晰、注释明细。 4.适用对象:计算机,电子信息工程、数学等专业的大学生课程设计、期末大作业和毕业设计。 5.作者介绍:某大厂资深算法工程师,从事Matlab算法仿真工作10年;擅长智能优化算法、神经网络预测、信号处理、元胞自动机等多种领域的算法仿真实验,更多仿真源码、数据集定制私信+。
recommend-type

Pixhawk4飞控驱动.zip

已安装成功

最新推荐

recommend-type

嵌入式系统知识库与学习笔记-ARM架构-单片机开发-FPGA编程-RTOS系统-嵌入式Linux-机器学习-C语言-C-Python-Java-JavaScript-Go语言-.zip

directx修复工具嵌入式系统知识库与学习笔记_ARM架构_单片机开发_FPGA编程_RTOS系统_嵌入式Linux_机器学习_C语言_C_Python_Java_JavaScript_Go语言_.zip
recommend-type

【大学生电子设计】:备战2015全国大学生电子设计竞赛-仪器仪表类赛题分析.pdf

【大学生电子设计】:备战2015全国大学生电子设计竞赛-仪器仪表类赛题分析.pdf
recommend-type

基于Python的多进程电力远程终端单元RTU与能源管理系统EMS协同仿真平台-模拟数据库初始化-电力系统远程监控与数据采集-多进程并发处理-实时数据交互与协议解析-电网设.zip

基于Python的多进程电力远程终端单元RTU与能源管理系统EMS协同仿真平台_模拟数据库初始化_电力系统远程监控与数据采集_多进程并发处理_实时数据交互与协议解析_电网设.zipDocker部署实战项目
recommend-type

嵌入式开发学习全流程记录与DOL软件实践指南-嵌入式系统开发-DOL软件使用教程-ARM架构-实时操作系统-嵌入式C语言-硬件接口编程-开发环境搭建-调试技巧-项目实战案例-用于帮.zip

cursor免费次数用完嵌入式开发学习全流程记录与DOL软件实践指南_嵌入式系统开发_DOL软件使用教程_ARM架构_实时操作系统_嵌入式C语言_硬件接口编程_开发环境搭建_调试技巧_项目实战案例_用于帮.zip
recommend-type

Pansophica开源项目:智能Web搜索代理的探索

Pansophica开源项目是一个相对较新且具有创新性的智能Web搜索代理,它突破了传统搜索引擎的界限,提供了一种全新的交互方式。首先,我们来探讨“智能Web搜索代理”这一概念。智能Web搜索代理是一个软件程序或服务,它可以根据用户的查询自动执行Web搜索,并尝试根据用户的兴趣、历史搜索记录或其他输入来提供个性化的搜索结果。 Pansophica所代表的不仅仅是搜索结果的展示,它还强调了一个交互式的体验,在动态和交互式虚拟现实中呈现搜索结果。这种呈现方式与现有的搜索体验有着根本的不同。目前的搜索引擎,如Google、Bing和Baidu等,多以静态文本和链接列表的形式展示结果。而Pansophica通过提供一个虚拟现实环境,使得搜索者可以“扭转”视角,进行“飞行”探索,以及“弹网”来浏览不同的内容。这种多维度的交互方式使得信息的浏览变得更加快速和直观,有望改变用户与网络信息互动的方式。 接着,我们关注Pansophica的“开源”属性。所谓开源,指的是软件的源代码可以被公众获取,任何个人或组织都可以自由地使用、学习、修改和分发这些代码。开源软件通常由社区进行开发和维护,这样的模式鼓励了协作创新并减少了重复性劳动,因为全世界的开发者都可以贡献自己的力量。Pansophica项目作为开源软件,意味着其他开发者可以访问和使用其源代码,进一步改进和扩展其功能,甚至可以为Pansophica构建新的应用或服务。 最后,文件名称“Pansophica-src-1.3”表明了我们讨论的特定版本的Pansophica开源代码。数字“1.3”很可能指的是该版本号,表明这是Pansophica项目的第1.3个公开版本。这个版本号对于开发者来说很重要,因为它可以帮助他们追踪更新的进度、比较版本间的差异以及选择最适合其项目的版本。 综合以上信息,Pansophica开源项目不仅在搜索代理领域引入了创新的交互方式,而且通过开源的方式,提供了技术共享和协作的可能性。对于IT行业来说,开源项目是推动技术发展的重要力量,它激发了社区的活力,促进了知识的传播和技术的进步。通过构建一个开源社区,Pansophica可以吸引来自世界各地的开发者和研究人员,共同探索如何将搜索技术与交互式虚拟现实技术结合起来,为用户带来更加丰富和有效的信息检索体验。同时,Pansophica的开源性质也使其更容易适应未来技术的发展,随着社区的不断贡献和反馈,这一平台有望在功能和性能上得到持续的优化和增强。
recommend-type

跨平台内容提取无忧:coze工作流应对社交媒体挑战

# 1. 社交媒体内容提取的必要性与挑战 ## 1.1 内容提取的必要性 在数字时代,社交媒体内容是信息与数据流动的主干道,公司、个人和研究者都在寻求从这些信息中提取价值。无论是为了市场趋势分析、品牌监控、消费者洞察还是公共舆论监测,有效的社交媒体内容提取变得至关重要。这不仅有助于企业做出数据驱动的决策,也能使个人更好地理
recommend-type

vrrp主设备发送的免费arp

<think>好的,我现在需要回答用户关于VRRP主设备发送免费ARP的目的和工作原理的问题。首先,我得回忆一下VRRP的基本概念和工作机制。VRRP,虚拟路由冗余协议,主要用于在局域网中提供默认网关的冗余备份,确保网络的高可用性。主设备(Master)负责转发流量,而备用设备(Backup)则在主设备故障时接管工作。 用户的问题集中在主设备发送免费ARP的目的和机制上。根据引用[2],免费ARP用于通知下游设备虚拟MAC地址的变更。当主设备被选举出来后,它需要让局域网内的其他设备知道虚拟IP对应的MAC地址已经指向自己,这样流量才会被正确路由到主设备。免费ARP的作用应该就是更新这些设备的
recommend-type

为Ghost博客平台打造的Meteor流星包装使用指南

从给定文件信息中,我们可以提炼出以下IT知识点: ### 标题知识点:流星Ghost软件包 1. **流星Ghost软件包的用途**:流星Ghost软件包是专为Ghost博客平台设计的流星(Meteor)应用程序。流星是一个开源的全栈JavaScript平台,用于开发高性能和易于编写的Web应用程序。Ghost是一个开源博客平台,它提供了一个简单且专业的写作环境。 2. **软件包的作用**:流星Ghost软件包允许用户在流星平台上轻松集成Ghost博客。这样做的好处是可以利用流星的实时特性以及易于开发和部署的应用程序框架,同时还能享受到Ghost博客系统的便利和美观。 ### 描述知识点:流星Ghost软件包的使用方法 1. **软件包安装方式**:用户可以通过流星的命令行工具添加名为`mrt:ghost`的软件包。`mrt`是流星的一个命令行工具,用于添加、管理以及配置软件包。 2. **初始化Ghost服务器**:描述中提供了如何在服务器启动时运行Ghost的基本代码示例。这段代码使用了JavaScript的Promise异步操作,`ghost().then(function (ghostServer) {...})`这行代码表示当Ghost服务器初始化完成后,会在Promise的回调函数中提供一个Ghost服务器实例。 3. **配置Ghost博客**:在`then`方法中,首先会获取到Ghost服务器的配置对象`config`,用户可以在此处进行自定义设置,例如修改主题、配置等。 4. **启动Ghost服务器**:在配置完成之后,通过调用`ghostServer.start()`来启动Ghost服务,使其能够处理博客相关的请求。 5. **Web浏览器导航**:一旦流星服务器启动并运行,用户便可以通过Web浏览器访问Ghost博客平台。 ### 标签知识点:JavaScript 1. **JavaScript作为流星Ghost软件包的开发语言**:标签指出流星Ghost软件包是使用JavaScript语言开发的。JavaScript是一种在浏览器端广泛使用的脚本语言,它也是流星平台的基础编程语言。 2. **流星和Ghost共同使用的语言**:JavaScript同样也是Ghost博客平台的开发语言。这表明流星Ghost软件包可以无缝集成,因为底层技术栈相同。 ### 压缩包子文件的文件名称列表知识点:meteor-ghost-master 1. **版本控制和软件包结构**:文件名称`meteor-ghost-master`暗示了该软件包可能托管在像GitHub这样的版本控制系统上。文件名中的`master`通常指的是主分支或主版本。 2. **软件包的目录结构**:通过文件名称可以推断出该软件包可能拥有一个标准的流星软件包结构,包含了初始化、配置、运行等必要的模块和文件。 3. **软件包的维护状态**:由于文件名没有包含特定的版本号,我们无法直接得知软件包的最新更新情况。通常,软件包维护者会将最新的版本代码放在`master`分支上。 ### 总结 流星Ghost软件包提供了一个有效的解决方案,使得流星平台的开发者能够在他们的应用中添加Ghost博客功能。软件包的使用简便,通过流星的命令行工具安装,并通过JavaScript代码配置和启动Ghost服务。通过流星Ghost软件包,开发者能够享受流星的实时特性以及Ghost博客系统的便利性。此外,软件包的命名和结构也暗示了其维护和版本控制的模式,有助于开发者更好地理解如何使用和维护这一软件包。
recommend-type

抖音标题生成自动化:用coze工作流释放创意

# 1. 抖音标题生成自动化的重要性 随着社交媒体平台的崛起,内容的吸引力很大程度上取决于标题的创意与精准性。抖音作为一个日活亿级的短视频平台,高质量的标题能够有效提高视频的点击率,增加内容的传播。但是,人工撰写标题不仅耗时耗力,而且很难做到快速响应热点,自动化标题生成工具应运而生。coze工作流,作为一种实现自动化生成抖音标题的工具,其重要性不言而喻。它能够利用大数据分析和机器学习技术,提高标题的吸引
recommend-type

spss消费结构因子分析

<think>好的,我现在需要帮助用户在SPSS中进行消费结构的因子分析。首先,我要回忆一下因子分析的基本步骤和SPSS的操作流程。用户可能对SPSS不太熟悉,所以步骤要详细,同时需要结合他们提供的引用内容,特别是引用[2]中的适用条件和检验方法。 首先,用户提到了消费结构的数据,这可能包括多个变量,如食品、住房、交通等支出。因子分析适用于这种情况,可以降维并找出潜在因子。根据引用[2],需要检查样本量是否足够,变量间是否有相关性,以及KMO和Bartlett检验的结果。 接下来,我需要按照步骤组织回答:数据准备、适用性检验、因子提取、因子旋转、命名解释、计算得分。每个步骤都要简明扼要,说