pypa / pipenv

Python Development Workflow for Humans.
https://pipenv.pypa.io
MIT License
24.87k stars 1.87k forks source link

pyarrow error on FreeBSD 13.2 #6133

Open ucola opened 6 months ago

ucola commented 6 months ago

Issue description

We want to use pipenv on FreeBSD 13.2 but get some errors on installation.

Expected result

The error on installation ERROR: Could not build wheels for pyarrow, which is required to install pyproject.toml-based projects

Steps to replicate

We have the Pipenv file bellow

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
langchain = "*"
openai = "*"
streamlit = "*"
streamlit-chat = "*"
python-dotenv = "*"
langchain-openai = "*"
langchain-community = "*"
lxml = "*"
beautifulsoup4 = "*"
flask = "*"
flask-httpauth = "*"
werkzeug = "*"
toml = "*"
langchain-elasticsearch = "*"
tiktoken = "*"
elasticsearch = "*"

[dev-packages]

[requires]
python_version = "3.11"

We use the command bellow pipenv install --site-packages

We have installed pyarrow on the following pathes

/usr/local/lib/python3.11/site-packages
/usr/local/lib/python3.9/site-packages

The install output is bellow


[host01@flex:~/tmp_pipenv] $ pipenv install --site-packages
Creating a virtualenv for this project...
Pipfile: /home/host01/tmp_pipenv/Pipfile
Using /usr/local/bin/python3.11 (3.11.8) to create virtualenv...
Making site-packages available...
⠙ Creating virtual environment...created virtual environment CPython3.11.8.final.0-64 in 4201ms
  creator CPython3Posix(dest=/home/host01/.local/share/virtualenvs/tmp_pipenv-tEjS8kHK, clear=False, no_vcs_ignore=False, global=True)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/host01/.local/share/virtualenv)
    added seed packages: pip==24.0, setuptools==69.1.1, wheel==0.42.0
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /home/host01/.local/share/virtualenvs/tmp_pipenv-tEjS8kHK
Pipfile.lock not found, creating...
Locking [packages] dependencies...
Building requirements...
Resolving dependencies...
✔ Success!
Locking [dev-packages] dependencies...
Updated Pipfile.lock (0d1aeb4e82e170fef86942eb6771e40cb18cb1043b497d7ebd8d8c965bd6ef8d)!
Installing dependencies from Pipfile.lock (d6ef8d)...
[pipenv.exceptions.InstallError]: Collecting aiohttp==3.9.5 (from -r /tmp/pipenv-8og3ulzw-requirements/pipenv-mldf3msv-hashed-reqs.txt (line 1))
[pipenv.exceptions.InstallError]:   Using cached aiohttp-3.9.5.tar.gz (7.5 MB)
[pipenv.exceptions.InstallError]:   Installing build dependencies: started
[pipenv.exceptions.InstallError]:   Installing build dependencies: finished with status 'done'
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: started
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: finished with status 'done'
[pipenv.exceptions.InstallError]:   Installing backend dependencies: started
[pipenv.exceptions.InstallError]:   Installing backend dependencies: finished with status 'done'
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]: Requirement already satisfied: aiosignal==1.3.1 in /usr/local/lib/python3.11/site-packages (from -r /tmp/pipenv-8og3ulzw-requirements/pipenv-mldf3msv-hashed-reqs.txt (line 2)) (1.3.1)
[pipenv.exceptions.InstallError]: Collecting altair==5.3.0 (from -r /tmp/pipenv-8og3ulzw-requirements/pipenv-mldf3msv-hashed-reqs.txt (line 3))
...
[pipenv.exceptions.InstallError]:   Stored in directory: /home/host01/.cache/pipenv/wheels/46/54/82/f7321670106e89612f0a02a63f87251519a30fa5f91cfad47a
[pipenv.exceptions.InstallError]: Successfully built aiohttp orjson regex
[pipenv.exceptions.InstallError]: Failed to build pyarrow
[pipenv.exceptions.InstallError]: error: subprocess-exited-with-error
[pipenv.exceptions.InstallError]:   
[pipenv.exceptions.InstallError]:   × Building wheel for pyarrow (pyproject.toml) did not run successfully.
[pipenv.exceptions.InstallError]:   │ exit code: 1
[pipenv.exceptions.InstallError]:   ╰─> [544 lines of output]
[pipenv.exceptions.InstallError]:       <string>:34: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
[pipenv.exceptions.InstallError]:       running bdist_wheel
[pipenv.exceptions.InstallError]:       running build
[pipenv.exceptions.InstallError]:       running build_py
[pipenv.exceptions.InstallError]:       creating build
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p10-amd64-cpython-311
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p10-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/jvm.py -> build/lib.freebsd-13.2-RELEASE-p10-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/flight.py -> build/lib.freebsd-13.2-RELEASE-p10-amd64-cpython-311/pyarrow
...
[pipenv.exceptions.InstallError]:       
[pipenv.exceptions.InstallError]:       running build_ext
[pipenv.exceptions.InstallError]:       creating /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/build/temp.freebsd-13.2-RELEASE-p10-amd64-cpython-311
[pipenv.exceptions.InstallError]:       -- Running cmake for PyArrow
[pipenv.exceptions.InstallError]:       cmake -DCMAKE_INSTALL_PREFIX=/tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/build/lib.freebsd-13.2-RELEASE-p10-amd64-cpython-311/pyarrow -DPYTHON_EXECUTABLE=/home/host01/.local/share/virtualenvs/tmp_pipenv-tEjS8kHK/bin/python -DPython3_EXECUTABLE=/home/host01/.local/share/virtualenvs/tmp_pipenv-tEjS8kHK/bin/python -DPYARROW_CXXFLAGS= -DPYARROW_BUILD_CUDA=off -DPYARROW_BUILD_SUBSTRAIT=off -DPYARROW_BUILD_FLIGHT=off -DPYARROW_BUILD_GANDIVA=off -DPYARROW_BUILD_ACERO=off -DPYARROW_BUILD_DATASET=off -DPYARROW_BUILD_ORC=off -DPYARROW_BUILD_PARQUET=off -DPYARROW_BUILD_PARQUET_ENCRYPTION=off -DPYARROW_BUILD_GCS=off -DPYARROW_BUILD_S3=off -DPYARROW_BUILD_HDFS=off -DPYARROW_BUNDLE_ARROW_CPP=off -DPYARROW_BUNDLE_CYTHON_CPP=off -DPYARROW_GENERATE_COVERAGE=off -DCMAKE_BUILD_TYPE=release /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14
[pipenv.exceptions.InstallError]:       -- The C compiler identification is Clang 14.0.5
[pipenv.exceptions.InstallError]:       -- The CXX compiler identification is Clang 14.0.5
[pipenv.exceptions.InstallError]:       -- Detecting C compiler ABI info
[pipenv.exceptions.InstallError]:       -- Detecting C compiler ABI info - done
[pipenv.exceptions.InstallError]:       -- Check for working C compiler: /usr/bin/cc - skipped
[pipenv.exceptions.InstallError]:       -- Detecting C compile features
[pipenv.exceptions.InstallError]:       -- Detecting C compile features - done
[pipenv.exceptions.InstallError]:       -- Detecting CXX compiler ABI info
[pipenv.exceptions.InstallError]:       -- Detecting CXX compiler ABI info - done
[pipenv.exceptions.InstallError]:       -- Check for working CXX compiler: /usr/bin/c++ - skipped
[pipenv.exceptions.InstallError]:       -- Detecting CXX compile features
[pipenv.exceptions.InstallError]:       -- Detecting CXX compile features - done
[pipenv.exceptions.InstallError]:       -- System processor: amd64
[pipenv.exceptions.InstallError]:       -- Performing Test CXX_SUPPORTS_SSE4_2
[pipenv.exceptions.InstallError]:       -- Performing Test CXX_SUPPORTS_SSE4_2 - Success
[pipenv.exceptions.InstallError]:       -- Performing Test CXX_SUPPORTS_AVX2
[pipenv.exceptions.InstallError]:       -- Performing Test CXX_SUPPORTS_AVX2 - Success
[pipenv.exceptions.InstallError]:       -- Performing Test CXX_SUPPORTS_AVX512
[pipenv.exceptions.InstallError]:       -- Performing Test CXX_SUPPORTS_AVX512 - Success
[pipenv.exceptions.InstallError]:       -- Arrow build warning level: PRODUCTION
[pipenv.exceptions.InstallError]:       -- Using ld linker
[pipenv.exceptions.InstallError]:       -- Build Type: RELEASE
[pipenv.exceptions.InstallError]:       -- CMAKE_C_FLAGS:  -Wall -Wno-unknown-warning-option -Wno-pass-failed -msse4.2  -Qunused-arguments -fcolor-diagnostics  -fno-omit-frame-pointer -Wno-unused-variable -Wno-maybe-uninitialized -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-missing-declarations -Wno-sometimes-uninitialized -Wno-return-type-c-linkage
[pipenv.exceptions.InstallError]:       -- CMAKE_CXX_FLAGS:   -Wall -Wno-unknown-warning-option -Wno-pass-failed -msse4.2  -Qunused-arguments -fcolor-diagnostics  -fno-omit-frame-pointer -Wno-unused-variable -Wno-maybe-uninitialized -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-missing-declarations -Wno-sometimes-uninitialized -Wno-return-type-c-linkage
[pipenv.exceptions.InstallError]:       -- Generator: Unix Makefiles
[pipenv.exceptions.InstallError]:       -- Build output directory: /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/build/temp.freebsd-13.2-RELEASE-p10-amd64-cpython-311/release
[pipenv.exceptions.InstallError]:       -- Found Python3: /home/host01/.local/share/virtualenvs/tmp_pipenv-tEjS8kHK/bin/python (found version "3.11.8") found components: Interpreter Development.Module NumPy
[pipenv.exceptions.InstallError]:       -- Found Python3Alt: /home/host01/.local/share/virtualenvs/tmp_pipenv-tEjS8kHK/bin/python
[pipenv.exceptions.InstallError]:       -- Arrow version: 13.0.0
[pipenv.exceptions.InstallError]:       -- Found the Arrow shared library: /usr/local/lib/libarrow.so.1300.0.0
[pipenv.exceptions.InstallError]:       -- Found the Arrow import library: ARROW_IMPORT_LIB-NOTFOUND
[pipenv.exceptions.InstallError]:       -- Found the Arrow static library:
[pipenv.exceptions.InstallError]:       -- Parquet Encryption is NOT Enabled
[pipenv.exceptions.InstallError]:       -- Configuring done (2.4s)
[pipenv.exceptions.InstallError]:       -- Generating done (0.0s)
[pipenv.exceptions.InstallError]:       -- Build files have been written to: /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/build/temp.freebsd-13.2-RELEASE-p10-amd64-cpython-311
[pipenv.exceptions.InstallError]:       -- Finished cmake for PyArrow
[pipenv.exceptions.InstallError]:       -- Running cmake --build for PyArrow
[pipenv.exceptions.InstallError]:       cmake --build . --config release --
[pipenv.exceptions.InstallError]:       [  1%] Compiling Cython CXX source for lib...
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/types.pxi:416:35: Exception check after calling 'GetResultValue[shared_ptr[CDataType]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CDataType]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/types.pxi:2249:57: Exception check after calling 'unwrap' will always require the GIL to be acquired. Declare 'unwrap' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
...
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:1365:31: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatch]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatch]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       [  1%] Built target lib_pyx
[pipenv.exceptions.InstallError]:       [  3%] Generating pyarrow/src/arrow/python/lib_api.h, pyarrow/src/arrow/python/lib.h
[pipenv.exceptions.InstallError]:       [  3%] Built target cython_api_headers
[pipenv.exceptions.InstallError]:       [  5%] Building CXX object CMakeFiles/arrow_python.dir/cmake_pch.hxx.pch
[pipenv.exceptions.InstallError]:       [  7%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/arrow_to_pandas.cc.o
[pipenv.exceptions.InstallError]:       /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/pyarrow/src/arrow/python/arrow_to_pandas.cc:1353:32: error: unknown type name 'ListViewType'; did you mean 'ListType'?
[pipenv.exceptions.InstallError]:                         std::is_same<ListViewType, Type>::value ||
[pipenv.exceptions.InstallError]:                                      ^~~~~~~~~~~~
[pipenv.exceptions.InstallError]:                                      ListType
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/type.h:933:20: note: 'ListType' declared here
[pipenv.exceptions.InstallError]:       class ARROW_EXPORT ListType : public BaseListType {
[pipenv.exceptions.InstallError]:                          ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/pyarrow/src/arrow/python/arrow_to_pandas.cc:1354:32: error: unknown type name 'LargeListViewType'; did you mean 'LargeListType'?
[pipenv.exceptions.InstallError]:                         std::is_same<LargeListViewType, Type>::value ||
[pipenv.exceptions.InstallError]:                                      ^~~~~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:                                      LargeListType
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/type.h:964:20: note: 'LargeListType' declared here
[pipenv.exceptions.InstallError]:       class ARROW_EXPORT LargeListType : public BaseListType {
[pipenv.exceptions.InstallError]:                          ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/pyarrow/src/arrow/python/arrow_to_pandas.cc:1359:35: error: unknown type name 'BinaryViewType'; did you mean 'BinaryType'?
[pipenv.exceptions.InstallError]:                         std::is_base_of<BinaryViewType, Type>::value,
[pipenv.exceptions.InstallError]:                                         ^~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:                                         BinaryType
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/type.h:686:20: note: 'BinaryType' declared here
[pipenv.exceptions.InstallError]:       class ARROW_EXPORT BinaryType : public BaseBinaryType {
[pipenv.exceptions.InstallError]:                          ^
[pipenv.exceptions.InstallError]:       In file included from /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/pyarrow/src/arrow/python/arrow_to_pandas.cc:36:
[pipenv.exceptions.InstallError]:       In file included from /usr/local/include/arrow/datum.h:29:
[pipenv.exceptions.InstallError]:       In file included from /usr/local/include/arrow/scalar.h:41:
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/visit_type_inline.h:54:34: error: call to member function 'Visit' is ambiguous
[pipenv.exceptions.InstallError]:           ARROW_GENERATE_FOR_ALL_TYPES(TYPE_VISIT_INLINE);
[pipenv.exceptions.InstallError]:           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/visitor_generate.h:42:3: note: expanded from macro 'ARROW_GENERATE_FOR_ALL_TYPES'
[pipenv.exceptions.InstallError]:         ACTION(String);                               \
[pipenv.exceptions.InstallError]:         ^~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/visit_type_inline.h:29:21: note: expanded from macro 'TYPE_VISIT_INLINE'
[pipenv.exceptions.InstallError]:           return visitor->Visit(internal::checked_cast<const TYPE_CLASS##Type&>(type), \
[pipenv.exceptions.InstallError]:                  ~~~~~~~~~^~~~~
[pipenv.exceptions.InstallError]:       /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/pyarrow/src/arrow/python/arrow_to_pandas.cc:1374:12: note: in instantiation of function template specialization 'arrow::VisitTypeInline<arrow::py::(anonymous namespace)::ObjectWriterVisitor>' requested here
[pipenv.exceptions.InstallError]:           return VisitTypeInline(*data->type(), &visitor);
[pipenv.exceptions.InstallError]:                  ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/pyarrow/src/arrow/python/arrow_to_pandas.cc:1159:3: note: candidate function [with Type = arrow::StringType]
[pipenv.exceptions.InstallError]:         Visit(const Type& type) {
[pipenv.exceptions.InstallError]:         ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/pyarrow/src/arrow/python/arrow_to_pandas.cc:1361:3: note: candidate function [with Type = arrow::StringType]
[pipenv.exceptions.InstallError]:         Visit(const Type& type) {
[pipenv.exceptions.InstallError]:         ^
[pipenv.exceptions.InstallError]:       In file included from /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/pyarrow/src/arrow/python/arrow_to_pandas.cc:36:
[pipenv.exceptions.InstallError]:       In file included from /usr/local/include/arrow/datum.h:29:
[pipenv.exceptions.InstallError]:       In file included from /usr/local/include/arrow/scalar.h:41:
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/visit_type_inline.h:54:34: error: call to member function 'Visit' is ambiguous
[pipenv.exceptions.InstallError]:           ARROW_GENERATE_FOR_ALL_TYPES(TYPE_VISIT_INLINE);
[pipenv.exceptions.InstallError]:           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/visitor_generate.h:43:3: note: expanded from macro 'ARROW_GENERATE_FOR_ALL_TYPES'
[pipenv.exceptions.InstallError]:         ACTION(Binary);                               \
[pipenv.exceptions.InstallError]:         ^~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/visit_type_inline.h:29:21: note: expanded from macro 'TYPE_VISIT_INLINE'
[pipenv.exceptions.InstallError]:           return visitor->Visit(internal::checked_cast<const TYPE_CLASS##Type&>(type), \
[pipenv.exceptions.InstallError]:                  ~~~~~~~~~^~~~~
[pipenv.exceptions.InstallError]:       /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/pyarrow/src/arrow/python/arrow_to_pandas.cc:1159:3: note: candidate function [with Type = arrow::BinaryType]
[pipenv.exceptions.InstallError]:         Visit(const Type& type) {
[pipenv.exceptions.InstallError]:         ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/pyarrow/src/arrow/python/arrow_to_pandas.cc:1361:3: note: candidate function [with Type = arrow::BinaryType]
[pipenv.exceptions.InstallError]:         Visit(const Type& type) {
[pipenv.exceptions.InstallError]:         ^
[pipenv.exceptions.InstallError]:       In file included from /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/pyarrow/src/arrow/python/arrow_to_pandas.cc:36:
[pipenv.exceptions.InstallError]:       In file included from /usr/local/include/arrow/datum.h:29:
[pipenv.exceptions.InstallError]:       In file included from /usr/local/include/arrow/scalar.h:41:
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/visit_type_inline.h:54:34: error: call to member function 'Visit' is ambiguous
[pipenv.exceptions.InstallError]:           ARROW_GENERATE_FOR_ALL_TYPES(TYPE_VISIT_INLINE);
[pipenv.exceptions.InstallError]:           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/visitor_generate.h:58:3: note: expanded from macro 'ARROW_GENERATE_FOR_ALL_TYPES'
[pipenv.exceptions.InstallError]:         ACTION(List);                                 \
[pipenv.exceptions.InstallError]:         ^~~~~~~~~~~~
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/visit_type_inline.h:29:21: note: expanded from macro 'TYPE_VISIT_INLINE'
[pipenv.exceptions.InstallError]:           return visitor->Visit(internal::checked_cast<const TYPE_CLASS##Type&>(type), \
[pipenv.exceptions.InstallError]:                  ~~~~~~~~~^~~~~
[pipenv.exceptions.InstallError]:       /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/pyarrow/src/arrow/python/arrow_to_pandas.cc:1332:3: note: candidate function [with T = arrow::ListType]
[pipenv.exceptions.InstallError]:         Visit(const T& type) {
[pipenv.exceptions.InstallError]:         ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/pyarrow/src/arrow/python/arrow_to_pandas.cc:1361:3: note: candidate function [with Type = arrow::ListType]
[pipenv.exceptions.InstallError]:         Visit(const Type& type) {
[pipenv.exceptions.InstallError]:         ^
[pipenv.exceptions.InstallError]:       In file included from /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/pyarrow/src/arrow/python/arrow_to_pandas.cc:36:
[pipenv.exceptions.InstallError]:       In file included from /usr/local/include/arrow/datum.h:29:
[pipenv.exceptions.InstallError]:       In file included from /usr/local/include/arrow/scalar.h:41:
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/visit_type_inline.h:54:34: error: call to member function 'Visit' is ambiguous
[pipenv.exceptions.InstallError]:           ARROW_GENERATE_FOR_ALL_TYPES(TYPE_VISIT_INLINE);
[pipenv.exceptions.InstallError]:           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/visitor_generate.h:59:3: note: expanded from macro 'ARROW_GENERATE_FOR_ALL_TYPES'
[pipenv.exceptions.InstallError]:         ACTION(LargeList);                            \
[pipenv.exceptions.InstallError]:         ^~~~~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/visit_type_inline.h:29:21: note: expanded from macro 'TYPE_VISIT_INLINE'
[pipenv.exceptions.InstallError]:           return visitor->Visit(internal::checked_cast<const TYPE_CLASS##Type&>(type), \
[pipenv.exceptions.InstallError]:                  ~~~~~~~~~^~~~~
[pipenv.exceptions.InstallError]:       /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/pyarrow/src/arrow/python/arrow_to_pandas.cc:1332:3: note: candidate function [with T = arrow::LargeListType]
[pipenv.exceptions.InstallError]:         Visit(const T& type) {
[pipenv.exceptions.InstallError]:         ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-jftnfoq1/pyarrow_b0c39649875242a48ab8d029c02d8e14/pyarrow/src/arrow/python/arrow_to_pandas.cc:1361:3: note: candidate function [with Type = arrow::LargeListType]
[pipenv.exceptions.InstallError]:         Visit(const Type& type) {
[pipenv.exceptions.InstallError]:         ^
[pipenv.exceptions.InstallError]:       7 errors generated.
[pipenv.exceptions.InstallError]:       gmake[2]: *** [CMakeFiles/arrow_python.dir/build.make:93: CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/arrow_to_pandas.cc.o] Error 1
[pipenv.exceptions.InstallError]:       gmake[1]: *** [CMakeFiles/Makefile2:108: CMakeFiles/arrow_python.dir/all] Error 2
[pipenv.exceptions.InstallError]:       gmake: *** [Makefile:136: all] Error 2
[pipenv.exceptions.InstallError]:       error: command '/usr/local/bin/cmake' failed with exit code 2
[pipenv.exceptions.InstallError]:       [end of output]
[pipenv.exceptions.InstallError]:   
[pipenv.exceptions.InstallError]:   note: This error originates from a subprocess, and is likely not a problem with pip.
[pipenv.exceptions.InstallError]:   ERROR: Failed building wheel for pyarrow
[pipenv.exceptions.InstallError]: ERROR: Could not build wheels for pyarrow, which is required to install pyproject.toml-based projects
ERROR: Couldn't install package: {}
 Package installation failed...

pipenv --support

$ pipenv --support Pipenv version: `'2023.12.1'` Pipenv location: `'/home/host01/.local/lib/python3.9/site-packages/pipenv'` Python location: `'/usr/local/bin/python3.9'` OS Name: `'posix'` User pip version: `'23.3.2'` user Python installations found: PEP 508 Information: ``` {'implementation_name': 'cpython', 'implementation_version': '3.9.18', 'os_name': 'posix', 'platform_machine': 'amd64', 'platform_python_implementation': 'CPython', 'platform_release': '13.2-RELEASE-p10', 'platform_system': 'FreeBSD', 'platform_version': 'FreeBSD 13.2-RELEASE-p10 ' 'releng/13.2-n254655-b2debeda7175 HOSTPOINT', 'python_full_version': '3.9.18', 'python_version': '3.9', 'sys_platform': 'freebsd13'} ``` System environment variables: - `SHELL` - `LSCOLORS` - `PHPRC` - `EDITOR` - `PWD` - `LOGNAME` - `HOME` - `LANG` - `LS_COLORS` - `CLICOLOR` - `SSH_CONNECTION` - `PROFILE_WAS_SOURCED` - `TERM` - `USER` - `VISUAL` - `SHLVL` - `PAGER` - `GIT_CEILING_DIRECTORIES` - `MM_CHARSET` - `SSH_CLIENT` - `PATH` - `BLOCKSIZE` - `MAIL` - `SSH_TTY` - `_` - `OLDPWD` - `PIP_DISABLE_PIP_VERSION_CHECK` - `PYTHONDONTWRITEBYTECODE` - `PYTHONFINDER_IGNORE_UNSUPPORTED` Pipenv–specific environment variables: Debug–specific environment variables: - `PATH`: `/home/host01/.cargo/bin:/home/host01/.local/bin:/home/host01/bin:/usr/local/php81/bin:/home/host01/.npm-packages/bin:/home/host01/.composer/vendor/bin:/bin:/usr/local/node18/bin/:/home/host01/npm_modules/node_modules/.bin:/usr/local/bin:/usr/bin:/bin` - `SHELL`: `/usr/local/bin/bash` - `EDITOR`: `vim` - `LANG`: `en_US.UTF-8` - `PWD`: `/home/host01/tmp_pipenv` --------------------------- Contents of `Pipfile` ('/home/host01/tmp_pipenv/Pipfile'): ```toml [[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages] langchain = "*" openai = "*" streamlit = "*" streamlit-chat = "*" python-dotenv = "*" langchain-openai = "*" langchain-community = "*" lxml = "*" beautifulsoup4 = "*" flask = "*" flask-httpauth = "*" werkzeug = "*" toml = "*" langchain-elasticsearch = "*" tiktoken = "*" elasticsearch = "*" [dev-packages] [requires] python_version = "3.11" ``` Contents of `Pipfile.lock` ('/home/host01/tmp_pipenv/Pipfile.lock'): ```json { "_meta": { "hash": { "sha256": "0d1aeb4e82e170fef86942eb6771e40cb18cb1043b497d7ebd8d8c965bd6ef8d" }, "pipfile-spec": 6, "requires": { "python_version": "3.11" }, "sources": [ { "name": "pypi", "url": "https://pypi.org/simple", "verify_ssl": true } ] }, "default": { "aiohttp": { "hashes": [ "sha256:0605cc2c0088fcaae79f01c913a38611ad09ba68ff482402d3410bf59039bfb8", "sha256:ff84aeb864e0fac81f676be9f4685f0527b660f1efdc40dcede3c251ef1e867f" ], "markers": "python_version >= '3.8'", "version": "==3.9.5" }, "aiosignal": { "hashes": [ "sha256:54cd96e15e1649b75d6c87526a6ff0b6c1b0dd3459f43d9ca11d48c339b68cfc", "sha256:f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17" ], "markers": "python_version >= '3.7'", "version": "==1.3.1" }, "altair": { "hashes": [ "sha256:5a268b1a0983b23d8f9129f819f956174aa7aea2719ed55a52eba9979b9f6675", "sha256:7084a1dab4d83c5e7e5246b92dc1b4451a6c68fd057f3716ee9d315c8980e59a" ], "markers": "python_version >= '3.8'", "version": "==5.3.0" }, "annotated-types": { "hashes": [ "sha256:0641064de18ba7a25dee8f96403ebc39113d0cb953a01429249d5c7564666a43", "sha256:563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d" ], "markers": "python_version >= '3.8'", "version": "==0.6.0" }, "anyio": { "hashes": [ "sha256:048e05d0f6caeed70d731f3db756d35dcc1f35747c8c403364a8332c630441b8", "sha256:f75253795a87df48568485fd18cdd2a3fa5c4f7c5be8e5e36637733fce06fed6" ], "markers": "python_version >= '3.8'", "version": "==4.3.0" }, "attrs": { "hashes": [ "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30", "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1" ], "markers": "python_version >= '3.7'", "version": "==23.2.0" }, "beautifulsoup4": { "hashes": [ "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051", "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed" ], "index": "pypi", "markers": "python_full_version >= '3.6.0'", "version": "==4.12.3" }, "blinker": { "hashes": [ "sha256:c3f865d4d54db7abc53758a01601cf343fe55b84c1de4e3fa910e420b438d5b9", "sha256:e6820ff6fa4e4d1d8e2747c2283749c3f547e4fee112b98555cdcdae32996182" ], "markers": "python_version >= '3.8'", "version": "==1.7.0" }, "cachetools": { "hashes": [ "sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945", "sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105" ], "markers": "python_version >= '3.7'", "version": "==5.3.3" }, "certifi": { "hashes": [ "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f", "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1" ], "markers": "python_version >= '3.6'", "version": "==2024.2.2" }, "charset-normalizer": { "hashes": [ "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027", "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561" ], "markers": "python_full_version >= '3.7.0'", "version": "==3.3.2" }, "click": { "hashes": [ "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28", "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" ], "markers": "python_version >= '3.7'", "version": "==8.1.7" }, "dataclasses-json": { "hashes": [ "sha256:73696ebf24936560cca79a2430cbc4f3dd23ac7bf46ed17f38e5e5e7657a6377", "sha256:f90578b8a3177f7552f4e1a6e535e84293cd5da421fcce0642d49c0d7bdf8df2" ], "markers": "python_version >= '3.7' and python_version < '4.0'", "version": "==0.6.4" }, "distro": { "hashes": [ "sha256:2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed", "sha256:7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2" ], "markers": "python_version >= '3.6'", "version": "==1.9.0" }, "elastic-transport": { "hashes": [ "sha256:2410ec1ff51221e8b3a01c0afa9f0d0498e1386a269283801f5c12f98e42dc45", "sha256:aec890afdddd057762b27ff3553b0be8fa4673ec1a4fd922dfbd00325874bb3d" ], "markers": "python_version >= '3.7'", "version": "==8.13.0" }, "elasticsearch": { "hashes": [ "sha256:4aaf49253e974eb500f01136a487bdd0f09d3cafd37a0456eff6acfff0c9199b", "sha256:e4ebebb22d09f0ef839c26b6aa98e19ccd636bcb77f08c12b562b02cacd5e744" ], "index": "pypi", "markers": "python_version >= '3.7'", "version": "==8.13.0" }, "flask": { "hashes": [ "sha256:34e815dfaa43340d1d15a5c3a02b8476004037eb4840b34910c6e21679d288f3", "sha256:ceb27b0af3823ea2737928a4d99d125a06175b8512c445cbd9a9ce200ef76842" ], "index": "pypi", "markers": "python_version >= '3.8'", "version": "==3.0.3" }, "flask-httpauth": { "hashes": [ "sha256:66568a05bc73942c65f1e2201ae746295816dc009edd84b482c44c758d75097a", "sha256:a58fedd09989b9975448eef04806b096a3964a7feeebc0a78831ff55685b62b0" ], "index": "pypi", "version": "==4.8.0" }, "frozenlist": { "hashes": [ "sha256:04ced3e6a46b4cfffe20f9ae482818e34eba9b5fb0ce4056e4cc9b6e212d09b7", "sha256:fe1a06da377e3a1062ae5fe0926e12b84eceb8a50b350ddca72dc85015873f74" ], "markers": "python_version >= '3.8'", "version": "==1.4.1" }, "gitdb": { "hashes": [ "sha256:81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4", "sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b" ], "markers": "python_version >= '3.7'", "version": "==4.0.11" }, "gitpython": { "hashes": [ "sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c", "sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff" ], "markers": "python_version >= '3.7'", "version": "==3.1.43" }, "greenlet": { "hashes": [ "sha256:01bc7ea167cf943b4c802068e178bbf70ae2e8c080467070d01bfa02f337ee67", "sha256:fe754d231288e1e64323cfad462fcee8f0288654c10bdf4f603a39ed923bef33" ], "markers": "platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))", "version": "==3.0.3" }, "h11": { "hashes": [ "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d", "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" ], "markers": "python_version >= '3.7'", "version": "==0.14.0" }, "httpcore": { "hashes": [ "sha256:34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61", "sha256:421f18bac248b25d310f3cacd198d55b8e6125c107797b609ff9b7a6ba7991b5" ], "markers": "python_version >= '3.8'", "version": "==1.0.5" }, "httpx": { "hashes": [ "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5", "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5" ], "markers": "python_version >= '3.8'", "version": "==0.27.0" }, "idna": { "hashes": [ "sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc", "sha256:82fee1fc78add43492d3a1898bfa6d8a904cc97d8427f683ed8e798d07761aa0" ], "markers": "python_version >= '3.5'", "version": "==3.7" }, "itsdangerous": { "hashes": [ "sha256:c6242fc49e35958c8b15141343aa660db5fc54d4f13a1db01a3f5891b98700ef", "sha256:e0050c0b7da1eea53ffaf149c0cfbb5c6e2e2b69c4bef22c81fa6eb73e5f6173" ], "markers": "python_version >= '3.8'", "version": "==2.2.0" }, "jinja2": { "hashes": [ "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa", "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90" ], "markers": "python_version >= '3.7'", "version": "==3.1.3" }, "jsonpatch": { "hashes": [ "sha256:0ae28c0cd062bbd8b8ecc26d7d164fbbea9652a1a3693f3b956c1eae5145dade", "sha256:9fcd4009c41e6d12348b4a0ff2563ba56a2923a7dfee731d004e212e1ee5030c" ], "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'", "version": "==1.33" }, "jsonpointer": { "hashes": [ "sha256:15d51bba20eea3165644553647711d150376234112651b4f1811022aecad7d7a", "sha256:585cee82b70211fa9e6043b7bb89db6e1aa49524340dde8ad6b63206ea689d88" ], "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'", "version": "==2.4" }, "jsonschema": { "hashes": [ "sha256:7996507afae316306f9e2290407761157c6f78002dcf7419acb99822143d1c6f", "sha256:85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5" ], "markers": "python_version >= '3.8'", "version": "==4.21.1" }, "jsonschema-specifications": { "hashes": [ "sha256:48a76787b3e70f5ed53f1160d2b81f586e4ca6d1548c5de7085d1682674764cc", "sha256:87e4fdf3a94858b8a2ba2778d9ba57d8a9cafca7c7489c46ba0d30a8bc6a9c3c" ], "markers": "python_version >= '3.8'", "version": "==2023.12.1" }, "langchain": { "hashes": [ "sha256:b6bce78f8c071baa898884accfff15c3d81da2f0dd86c20e2f4c80b41463f49f", "sha256:bc074cc5e51fad79b9ead1572fc3161918d0f614a6c8f0460543d505ad249ac7" ], "index": "pypi", "markers": "python_full_version >= '3.8.1' and python_version < '4.0'", "version": "==0.1.16" }, "langchain-community": { "hashes": [ "sha256:830f0d5f4ff9638b99ca01820c26abfa4b65fa705ef89b5ce55ac9aa3a7d83af", "sha256:bb56dbc1ef11ca09f258468e11368781adda9219e144073e30cda69496d342b2" ], "index": "pypi", "markers": "python_full_version >= '3.8.1' and python_version < '4.0'", "version": "==0.0.33" }, "langchain-core": { "hashes": [ "sha256:d8772dccef95fc97bfa2dcd19412e620ebe14def1f0e218374971f6e30a46a49", "sha256:e313975d9ae2926342e6f2ad760338d31f18b1223e9b8b4dc408daeeade46a83" ], "markers": "python_full_version >= '3.8.1' and python_version < '4.0'", "version": "==0.1.44" }, "langchain-elasticsearch": { "hashes": [ "sha256:7e9a5f29b857ffa465d36cb251eaf3dbf20db2919b3cbbaca05f3dcb1a0fd221", "sha256:c183146bb011d5532f3688562d171080c6054ba0b4a7902c2ecd96d969e08770" ], "index": "pypi", "markers": "python_full_version >= '3.8.1' and python_version < '4.0'", "version": "==0.1.2" }, "langchain-openai": { "hashes": [ "sha256:7f6e377d6bf88d6c2b1969fe5eecc1326271757512739e2f17c855cd7af53345", "sha256:fa1f27815649291447e5370cb08e2f5a84e5c7c6121d0c055a6e296bd16d1e47" ], "index": "pypi", "markers": "python_full_version >= '3.8.1' and python_version < '4.0'", "version": "==0.1.3" }, "langchain-text-splitters": { "hashes": [ "sha256:ac459fa98799f5117ad5425a9330b21961321e30bc19a2a2f9f761ddadd62aa1", "sha256:f5b802f873f5ff6a8b9259ff34d53ed989666ef4e1582e6d1adb3b5520e3839a" ], "markers": "python_full_version >= '3.8.1' and python_version < '4.0'", "version": "==0.0.1" }, "langsmith": { "hashes": [ "sha256:2f8967e2aaaed8881efe6f346590681243b315af8ba8a037d969c299d42071d3", "sha256:9cd21cd0928123b2bd2363f03515cb1f6a833d9a9f00420240d5132861d15fcc" ], "markers": "python_full_version >= '3.8.1' and python_version < '4.0'", "version": "==0.1.48" }, "lxml": { "hashes": [ "sha256:04ab5415bf6c86e0518d57240a96c4d1fcfc3cb370bb2ac2a732b67f579e5a04", "sha256:ff46d772d5f6f73564979cd77a4fffe55c916a05f3cb70e7c9c0590059fb29ef" ], "index": "pypi", "markers": "python_version >= '3.6'", "version": "==5.2.1" }, "markdown-it-py": { "hashes": [ "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1", "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb" ], "markers": "python_version >= '3.8'", "version": "==3.0.0" }, "markupsafe": { "hashes": [ "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf", "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68" ], "markers": "python_version >= '3.7'", "version": "==2.1.5" }, "marshmallow": { "hashes": [ "sha256:4e65e9e0d80fc9e609574b9983cf32579f305c718afb30d7233ab818571768c3", "sha256:f085493f79efb0644f270a9bf2892843142d80d7174bbbd2f3713f2a589dc633" ], "markers": "python_version >= '3.8'", "version": "==3.21.1" }, "mdurl": { "hashes": [ "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" ], "markers": "python_version >= '3.7'", "version": "==0.1.2" }, "multidict": { "hashes": [ "sha256:01265f5e40f5a17f8241d52656ed27192be03bfa8764d88e8220141d1e4b3556", ], "markers": "python_version >= '3.7'", "version": "==6.0.5" }, "mypy-extensions": { "hashes": [ "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d", "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782" ], "markers": "python_version >= '3.5'", "version": "==1.0.0" }, "numpy": { "hashes": [ "sha256:03a8c78d01d9781b28a6989f6fa1bb2c4f2d51201cf99d3dd875df6fbd96b23b", "sha256:08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818", ], "markers": "python_version >= '3.9'", "version": "==1.26.4" }, "openai": { "hashes": [ "sha256:6e6f287a41f98fc36f65a0237845525cfdeb4db8d3e3f6f26efd0a00c7c345c1", "sha256:8f1d73c992f3558636661ba6681cdad75db30b5266ba19d938b1b5e0633f4bf7" ], "index": "pypi", "markers": "python_full_version >= '3.7.1'", "version": "==1.22.0" }, "orjson": { "hashes": [ "sha256:01234249ba19c6ab1eb0b8be89f13ea21218b2d72d496ef085cfd37e1bae9dd8", ], "markers": "python_version >= '3.8'", "version": "==3.10.1" }, "packaging": { "hashes": [ "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5", "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7" ], "markers": "python_version >= '3.7'", "version": "==23.2" }, "pandas": { "hashes": [ "sha256:001910ad31abc7bf06f49dcc903755d2f7f3a9186c0c040b827e522e9cef0863", ], "markers": "python_version >= '3.9'", "version": "==2.2.2" }, "pillow": { "hashes": [ "sha256:048ad577748b9fa4a99a0548c64f2cb8d672d5bf2e643a739ac8faff1164238c", ], "markers": "python_version >= '3.8'", "version": "==10.3.0" }, "protobuf": { "hashes": [ ], "markers": "python_version >= '3.8'", "version": "==4.25.3" }, "pyarrow": { "hashes": [ "sha256:033b7cad32198754d93465dcfb71d0ba7cb7cd5c9afd7052cab7214676eec38b", "sha256:f7a197f3670606a960ddc12adbe8075cea5f707ad7bf0dffa09637fdbb89f76c" ], "markers": "python_version >= '3.8'", "version": "==15.0.2" }, "pydantic": { "hashes": [ "sha256:9dee74a271705f14f9a1567671d144a851c675b072736f0a7b2608fd9e495352", "sha256:b5ecdd42262ca2462e2624793551e80911a1e989f462910bb81aef974b4bb383" ], "markers": "python_version >= '3.8'", "version": "==2.7.0" }, "pydantic-core": { "hashes": [ "sha256:030e4f9516f9947f38179249778709a460a3adb516bf39b5eb9066fcfe43d0e6", "sha256:fd1a9edb9dd9d79fbeac1ea1f9a8dd527a6113b18d2e9bcc0d541d308dae639b" ], "markers": "python_version >= '3.8'", "version": "==2.18.1" }, "pydeck": { "hashes": [ "sha256:9e0a67890ab061b8c6080e06f8c780934c00355a7114291c884f055f3fc0dc25", "sha256:c89b3dd76f9991140a33b886b336c762105e9c9def8e842e891bc72dbce8a4ce" ], "markers": "python_version >= '3.7'", "version": "==0.8.1b0" }, "pygments": { "hashes": [ "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c", "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367" ], "markers": "python_version >= '3.7'", "version": "==2.17.2" }, "python-dateutil": { "hashes": [ "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" ], "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", "version": "==2.9.0.post0" }, "python-dotenv": { "hashes": [ "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca", "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a" ], "index": "pypi", "markers": "python_version >= '3.8'", "version": "==1.0.1" }, "pytz": { "hashes": [ "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812", "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319" ], "version": "==2024.1" }, "pyyaml": { "hashes": [ "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5", "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f" ], "markers": "python_version >= '3.6'", "version": "==6.0.1" }, "referencing": { "hashes": [ "sha256:5773bd84ef41799a5a8ca72dc34590c041eb01bf9aa02632b4a973fb0181a844", "sha256:d53ae300ceddd3169f1ffa9caf2cb7b769e92657e4fafb23d34b93679116dfd4" ], "markers": "python_version >= '3.8'", "version": "==0.34.0" }, "regex": { "hashes": [ "sha256:00169caa125f35d1bca6045d65a662af0202704489fada95346cfa092ec23f39", "sha256:fd80d1280d473500d8086d104962a82d77bfbf2b118053824b7be28cd5a79ea5" ], "markers": "python_version >= '3.7'", "version": "==2024.4.16" }, "requests": { "hashes": [ "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f", "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1" ], "markers": "python_version >= '3.7'", "version": "==2.31.0" }, "rich": { "hashes": [ "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222", "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432" ], "markers": "python_full_version >= '3.7.0'", "version": "==13.7.1" }, "rpds-py": { "hashes": [ "sha256:01e36a39af54a30f28b73096dd39b6802eddd04c90dbe161c1b8dbe22353189f", "sha256:fdea4952db2793c4ad0bdccd27c1d8fdd1423a92f04598bc39425bcc2b8ee46e" ], "markers": "python_version >= '3.8'", "version": "==0.18.0" }, "six": { "hashes": [ "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926", "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" ], "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'", "version": "==1.16.0" }, "smmap": { "hashes": [ "sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62", "sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da" ], "markers": "python_version >= '3.7'", "version": "==5.0.1" }, "sniffio": { "hashes": [ "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" ], "markers": "python_version >= '3.7'", "version": "==1.3.1" }, "soupsieve": { "hashes": [ "sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690", "sha256:eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7" ], "markers": "python_version >= '3.8'", "version": "==2.5" }, "sqlalchemy": { "hashes": [ "sha256:01d10638a37460616708062a40c7b55f73e4d35eaa146781c683e0fa7f6c43fb", "sha256:fecd5089c4be1bcc37c35e9aa678938d2888845a134dd016de457b942cf5a758" ], "markers": "python_version >= '3.7'", "version": "==2.0.29" }, "streamlit": { "hashes": [ "sha256:a8da8ff46f5b948c56d2dc7aca7a61cf8d995f4f21744cf82258ae75e63004ba", "sha256:bfacb5d1edefcf803c2040b051a21b4c81317a9865448e6767d0a0c6aae7edae" ], "index": "pypi", "markers": "python_version >= '3.8' and python_full_version != '3.9.7'", "version": "==1.33.0" }, "streamlit-chat": { "hashes": [ "sha256:bec918a6ff9d24fbc842d5a0e7c492e30e1ef71c3a72b94b0cb4be1a7300881e", "sha256:e5911c8e3d5bbdd444782a0eb46a5f0cf24247124eb165bcc2e759540767ac3c" ], "index": "pypi", "markers": "python_version >= '3.6'", "version": "==0.1.1" }, "tenacity": { "hashes": [ "sha256:5398ef0d78e63f40007c1fb4c0bff96e1911394d2fa8d194f77619c05ff6cc8a", "sha256:ce510e327a630c9e1beaf17d42e6ffacc88185044ad85cf74c0a8887c6a0f88c" ], "markers": "python_version >= '3.7'", "version": "==8.2.3" }, "tiktoken": { "hashes": [ "sha256:05b344c61779f815038292a19a0c6eb7098b63c8f865ff205abb9ea1b656030e", "sha256:fb7d2ccbf1a7784810aff6b80b4012fb42c6fc37eaa68cb3b553801a5cc2d1fc" ], "index": "pypi", "markers": "python_version >= '3.8'", "version": "==0.6.0" }, "toml": { "hashes": [ "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b", "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f" ], "index": "pypi", "markers": "python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'", "version": "==0.10.2" }, "toolz": { "hashes": [ "sha256:d22731364c07d72eea0a0ad45bafb2c2937ab6fd38a3507bf55eae8744aa7d85", "sha256:ecca342664893f177a13dac0e6b41cbd8ac25a358e5f215316d43e2100224f4d" ], "markers": "python_version >= '3.7'", "version": "==0.12.1" }, "tornado": { "hashes": [ "sha256:02ccefc7d8211e5a7f9e8bc3f9e5b0ad6262ba2fbb683a6443ecc804e5224ce0", "sha256:10aeaa8006333433da48dec9fe417877f8bcc21f48dda8d661ae79da357b2a63", "sha256:fd03192e287fbd0899dd8f81c6fb9cbbc69194d2074b38f384cb6fa72b80e9c2" ], "markers": "python_version >= '3.8'", "version": "==6.4" }, "tqdm": { "hashes": [ "sha256:1ee4f8a893eb9bef51c6e35730cebf234d5d0b6bd112b0271e10ed7c24a02bd9", "sha256:6cd52cdf0fef0e0f543299cfc96fec90d7b8a7e88745f411ec33eb44d5ed3531" ], "markers": "python_version >= '3.7'", "version": "==4.66.2" }, "typing-extensions": { "hashes": [ "sha256:83f085bd5ca59c80295fc2a82ab5dac679cbe02b9f33f7d83af68e241bea51b0", "sha256:c1f94d72897edaf4ce775bb7558d5b79d8126906a14ea5ed1635921406c0387a" ], "markers": "python_version >= '3.8'", "version": "==4.11.0" }, "typing-inspect": { "hashes": [ "sha256:9ee6fc59062311ef8547596ab6b955e1b8aa46242d854bfc78f4f6b0eff35f9f", "sha256:b23fc42ff6f6ef6954e4852c1fb512cdd18dbea03134f91f856a95ccc9461f78" ],
matteius commented 6 months ago

You are getting cmake errors trying to build one of your dependencies -- I don't believe its a pipenv error. Are you able to build it fine via pip?

ucola commented 6 months ago

yes... The real problem is that pipenv tries to build pyarrow, even though pyarrow already exists on the system and you explicitly include "--site-packages".

[host01@flex:~/tmp/vja] $ python3.11 -m venv .venv --system-site-packages [host01@flex:~/tmp/vja] $ source .venv/bin/activate [host01@flex:~/tmp/vja] [.venv] $ pip install pyarrow Requirement already satisfied: pyarrow in /usr/local/lib/python3.11/site-packages (13.0.0) Requirement already satisfied: numpy>=1.16.6 in /usr/local/lib/python3.11/site-packages (from pyarrow) (1.25.0)

ucola commented 5 months ago

@matteius any ideas?

matteius commented 5 months ago

@ucola when you first create your pipenv virtualenv, what is the command you use to instantiate it? Meaning, do you somewhere pass in a --site-packages flag near the beginning of the command? I am trying to recall the exact semantics ...

ucola commented 5 months ago

hi @matteius

  1. We create a new folder for testing: /home/host01/test_pipenv/
  2. Inside this folder we create as first our "Pipfile" file (like above: We have the Pipenv file bellow)
  3. We create also inside the directory .venv
  4. After creation the file and .venv folder, we execute the command: pipenv install --site-packages
  5. After some time we got the error bellow
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]: Collecting markdown-it-py==3.0.0 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 41))
[pipenv.exceptions.InstallError]:   Using cached markdown_it_py-3.0.0-py3-none-any.whl (87 kB)
[pipenv.exceptions.InstallError]: Collecting markupsafe==2.1.5 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 42))
[pipenv.exceptions.InstallError]:   Using cached MarkupSafe-2.1.5.tar.gz (19 kB)
[pipenv.exceptions.InstallError]:   Preparing metadata (setup.py): started
[pipenv.exceptions.InstallError]:   Preparing metadata (setup.py): finished with status 'done'
[pipenv.exceptions.InstallError]: Collecting marshmallow==3.21.2 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 43))
[pipenv.exceptions.InstallError]:   Using cached marshmallow-3.21.2-py3-none-any.whl (49 kB)
[pipenv.exceptions.InstallError]: Collecting mdurl==0.1.2 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 44))
[pipenv.exceptions.InstallError]:   Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
[pipenv.exceptions.InstallError]: Collecting multidict==6.0.5 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 45))
[pipenv.exceptions.InstallError]:   Using cached multidict-6.0.5-py3-none-any.whl (9.7 kB)
[pipenv.exceptions.InstallError]: Collecting mypy-extensions==1.0.0 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 46))
[pipenv.exceptions.InstallError]:   Using cached mypy_extensions-1.0.0-py3-none-any.whl (4.7 kB)
[pipenv.exceptions.InstallError]: Collecting numpy==1.26.4 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 47))
[pipenv.exceptions.InstallError]:   Using cached numpy-1.26.4.tar.gz (15.8 MB)
[pipenv.exceptions.InstallError]:   Installing build dependencies: started
[pipenv.exceptions.InstallError]:   Installing build dependencies: finished with status 'done'
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: started
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: finished with status 'done'
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): still running...
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]: Collecting openai==1.30.4 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 48))
[pipenv.exceptions.InstallError]:   Using cached openai-1.30.4-py3-none-any.whl (320 kB)
[pipenv.exceptions.InstallError]: Collecting orjson==3.10.3 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 49))
[pipenv.exceptions.InstallError]:   Using cached orjson-3.10.3.tar.gz (4.9 MB)
[pipenv.exceptions.InstallError]:   Installing build dependencies: started
[pipenv.exceptions.InstallError]:   Installing build dependencies: still running...
[pipenv.exceptions.InstallError]:   Installing build dependencies: still running...
[pipenv.exceptions.InstallError]:   Installing build dependencies: finished with status 'done'
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: started
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: finished with status 'done'
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]: Collecting packaging==23.2 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 50))
[pipenv.exceptions.InstallError]:   Using cached packaging-23.2-py3-none-any.whl (53 kB)
[pipenv.exceptions.InstallError]: Collecting pandas==2.2.2 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 51))
[pipenv.exceptions.InstallError]:   Using cached pandas-2.2.2.tar.gz (4.4 MB)
[pipenv.exceptions.InstallError]:   Installing build dependencies: started
[pipenv.exceptions.InstallError]:   Installing build dependencies: still running...
[pipenv.exceptions.InstallError]:   Installing build dependencies: finished with status 'done'
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: started
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: finished with status 'done'
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): still running...
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): still running...
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]: Collecting pillow==10.3.0 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 52))
[pipenv.exceptions.InstallError]:   Using cached pillow-10.3.0.tar.gz (46.6 MB)
[pipenv.exceptions.InstallError]:   Installing build dependencies: started
[pipenv.exceptions.InstallError]:   Installing build dependencies: finished with status 'done'
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: started
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: finished with status 'done'
[pipenv.exceptions.InstallError]:   Installing backend dependencies: started
[pipenv.exceptions.InstallError]:   Installing backend dependencies: finished with status 'done'
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]: Collecting protobuf==4.25.3 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 53))
[pipenv.exceptions.InstallError]:   Using cached protobuf-4.25.3-py3-none-any.whl (156 kB)
[pipenv.exceptions.InstallError]: Collecting pyarrow==16.1.0 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 54))
[pipenv.exceptions.InstallError]:   Using cached pyarrow-16.1.0.tar.gz (1.1 MB)
[pipenv.exceptions.InstallError]:   Installing build dependencies: started
[pipenv.exceptions.InstallError]:   Installing build dependencies: still running...
[pipenv.exceptions.InstallError]:   Installing build dependencies: finished with status 'done'
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: started
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: finished with status 'done'
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]: Collecting pydantic==2.7.2 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 55))
[pipenv.exceptions.InstallError]:   Using cached pydantic-2.7.2-py3-none-any.whl (409 kB)
[pipenv.exceptions.InstallError]: Collecting pydantic-core==2.18.3 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 56))
[pipenv.exceptions.InstallError]:   Using cached pydantic_core-2.18.3.tar.gz (384 kB)
[pipenv.exceptions.InstallError]:   Installing build dependencies: started
[pipenv.exceptions.InstallError]:   Installing build dependencies: finished with status 'done'
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: started
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: finished with status 'done'
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]: Collecting pydeck==0.9.1 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 57))
[pipenv.exceptions.InstallError]:   Using cached pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB)
[pipenv.exceptions.InstallError]: Collecting pygments==2.18.0 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 58))
[pipenv.exceptions.InstallError]:   Using cached pygments-2.18.0-py3-none-any.whl (1.2 MB)
[pipenv.exceptions.InstallError]: Collecting python-dateutil==2.9.0.post0 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 59))
[pipenv.exceptions.InstallError]:   Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
[pipenv.exceptions.InstallError]: Collecting python-dotenv==1.0.1 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 60))
[pipenv.exceptions.InstallError]:   Using cached python_dotenv-1.0.1-py3-none-any.whl (19 kB)
[pipenv.exceptions.InstallError]: Collecting pytz==2024.1 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 61))
[pipenv.exceptions.InstallError]:   Using cached pytz-2024.1-py2.py3-none-any.whl (505 kB)
[pipenv.exceptions.InstallError]: Collecting pyyaml==6.0.1 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 62))
[pipenv.exceptions.InstallError]:   Using cached PyYAML-6.0.1.tar.gz (125 kB)
[pipenv.exceptions.InstallError]:   Installing build dependencies: started
[pipenv.exceptions.InstallError]:   Installing build dependencies: finished with status 'done'
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: started
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: finished with status 'done'
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]: Collecting referencing==0.35.1 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 63))
[pipenv.exceptions.InstallError]:   Using cached referencing-0.35.1-py3-none-any.whl (26 kB)
[pipenv.exceptions.InstallError]: Collecting regex==2024.5.15 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 64))
[pipenv.exceptions.InstallError]:   Using cached regex-2024.5.15.tar.gz (394 kB)
[pipenv.exceptions.InstallError]:   Installing build dependencies: started
[pipenv.exceptions.InstallError]:   Installing build dependencies: finished with status 'done'
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: started
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: finished with status 'done'
[pipenv.exceptions.InstallError]:   Installing backend dependencies: started
[pipenv.exceptions.InstallError]:   Installing backend dependencies: finished with status 'done'
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]: Collecting requests==2.32.2 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 65))
[pipenv.exceptions.InstallError]:   Using cached requests-2.32.2-py3-none-any.whl (63 kB)
[pipenv.exceptions.InstallError]: Collecting rich==13.7.1 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 66))
[pipenv.exceptions.InstallError]:   Using cached rich-13.7.1-py3-none-any.whl (240 kB)
[pipenv.exceptions.InstallError]: Collecting rpds-py==0.18.1 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 67))
[pipenv.exceptions.InstallError]:   Using cached rpds_py-0.18.1.tar.gz (25 kB)
[pipenv.exceptions.InstallError]:   Installing build dependencies: started
[pipenv.exceptions.InstallError]:   Installing build dependencies: finished with status 'done'
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: started
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: finished with status 'done'
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]: Requirement already satisfied: six==1.16.0 in /usr/local/lib/python3.11/site-packages (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 68)) (1.16.0)
[pipenv.exceptions.InstallError]: Collecting smmap==5.0.1 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 69))
[pipenv.exceptions.InstallError]:   Using cached smmap-5.0.1-py3-none-any.whl (24 kB)
[pipenv.exceptions.InstallError]: Collecting sniffio==1.3.1 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 70))
[pipenv.exceptions.InstallError]:   Using cached sniffio-1.3.1-py3-none-any.whl (10 kB)
[pipenv.exceptions.InstallError]: Collecting soupsieve==2.5 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 71))
[pipenv.exceptions.InstallError]:   Using cached soupsieve-2.5-py3-none-any.whl (36 kB)
[pipenv.exceptions.InstallError]: Collecting sqlalchemy==2.0.30 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 72))
[pipenv.exceptions.InstallError]:   Using cached SQLAlchemy-2.0.30-py3-none-any.whl (1.9 MB)
[pipenv.exceptions.InstallError]: Collecting streamlit==1.35.0 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 73))
[pipenv.exceptions.InstallError]:   Using cached streamlit-1.35.0-py2.py3-none-any.whl (8.6 MB)
[pipenv.exceptions.InstallError]: Collecting streamlit-chat==0.1.1 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 74))
[pipenv.exceptions.InstallError]:   Using cached streamlit_chat-0.1.1-py3-none-any.whl (1.2 MB)
[pipenv.exceptions.InstallError]: Collecting tenacity==8.3.0 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 75))
[pipenv.exceptions.InstallError]:   Using cached tenacity-8.3.0-py3-none-any.whl (25 kB)
[pipenv.exceptions.InstallError]: Collecting tiktoken==0.7.0 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 76))
[pipenv.exceptions.InstallError]:   Using cached tiktoken-0.7.0.tar.gz (33 kB)
[pipenv.exceptions.InstallError]:   Installing build dependencies: started
[pipenv.exceptions.InstallError]:   Installing build dependencies: finished with status 'done'
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: started
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: finished with status 'done'
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]: Collecting toml==0.10.2 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 77))
[pipenv.exceptions.InstallError]:   Using cached toml-0.10.2-py2.py3-none-any.whl (16 kB)
[pipenv.exceptions.InstallError]: Collecting toolz==0.12.1 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 78))
[pipenv.exceptions.InstallError]:   Using cached toolz-0.12.1-py3-none-any.whl (56 kB)
[pipenv.exceptions.InstallError]: Collecting tornado==6.4 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 79))
[pipenv.exceptions.InstallError]:   Using cached tornado-6.4.tar.gz (498 kB)
[pipenv.exceptions.InstallError]:   Installing build dependencies: started
[pipenv.exceptions.InstallError]:   Installing build dependencies: finished with status 'done'
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: started
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: finished with status 'done'
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]: Collecting tqdm==4.66.4 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 80))
[pipenv.exceptions.InstallError]:   Using cached tqdm-4.66.4-py3-none-any.whl (78 kB)
[pipenv.exceptions.InstallError]: Collecting typing-extensions==4.12.0 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 81))
[pipenv.exceptions.InstallError]:   Using cached typing_extensions-4.12.0-py3-none-any.whl (37 kB)
[pipenv.exceptions.InstallError]: Collecting typing-inspect==0.9.0 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 82))
[pipenv.exceptions.InstallError]:   Using cached typing_inspect-0.9.0-py3-none-any.whl (8.8 kB)
[pipenv.exceptions.InstallError]: Collecting tzdata==2024.1 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 83))
[pipenv.exceptions.InstallError]:   Using cached tzdata-2024.1-py2.py3-none-any.whl (345 kB)
[pipenv.exceptions.InstallError]: Collecting urllib3==2.2.1 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 84))
[pipenv.exceptions.InstallError]:   Using cached urllib3-2.2.1-py3-none-any.whl (121 kB)
[pipenv.exceptions.InstallError]: Collecting watchdog==4.0.1 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 85))
[pipenv.exceptions.InstallError]:   Using cached watchdog-4.0.1.tar.gz (126 kB)
[pipenv.exceptions.InstallError]:   Installing build dependencies: started
[pipenv.exceptions.InstallError]:   Installing build dependencies: finished with status 'done'
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: started
[pipenv.exceptions.InstallError]:   Getting requirements to build wheel: finished with status 'done'
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Preparing metadata (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]: Collecting werkzeug==3.0.3 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 86))
[pipenv.exceptions.InstallError]:   Using cached werkzeug-3.0.3-py3-none-any.whl (227 kB)
[pipenv.exceptions.InstallError]: Collecting yarl==1.9.4 (from -r /tmp/pipenv-llk5g10f-requirements/pipenv-7cafucm9-hashed-reqs.txt (line 87))
[pipenv.exceptions.InstallError]:   Using cached yarl-1.9.4-py3-none-any.whl (31 kB)
[pipenv.exceptions.InstallError]: Building wheels for collected packages: aiohttp, greenlet, lxml, markupsafe, numpy, orjson, pandas, pillow, pyarrow, pydantic-core, pyyaml, regex, rpds-py, tiktoken, tornado, watchdog
[pipenv.exceptions.InstallError]:   Building wheel for aiohttp (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Building wheel for aiohttp (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]:   Created wheel for aiohttp: filename=aiohttp-3.9.5-cp311-cp311-freebsd_13_2_release_p11_amd64.whl size=405483 sha256=7aa3eaf43ba9c71744fec5d740bd3f1f5847e9b84704418763f60deb7fe84184
[pipenv.exceptions.InstallError]:   Stored in directory: /home/host01/.cache/pipenv/wheels/50/01/de/0acba46319d962b226981c3845727a9caac4db21b7701d4ba6
[pipenv.exceptions.InstallError]:   Building wheel for greenlet (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Building wheel for greenlet (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]:   Created wheel for greenlet: filename=greenlet-3.0.3-cp311-cp311-freebsd_13_2_release_p11_amd64.whl size=232302 sha256=b1f4e3ba179da810468f0e9ebe1091c6cfb2709d4c95284a2ba7a1216fa80635
[pipenv.exceptions.InstallError]:   Stored in directory: /home/host01/.cache/pipenv/wheels/56/08/ca/e0bd72a4cd850a40d2a51ee67fbd2f3efe5332fe5fe00e2c53
[pipenv.exceptions.InstallError]:   Building wheel for lxml (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Building wheel for lxml (pyproject.toml): still running...
[pipenv.exceptions.InstallError]:   Building wheel for lxml (pyproject.toml): still running...
[pipenv.exceptions.InstallError]:   Building wheel for lxml (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]:   Created wheel for lxml: filename=lxml-5.2.2-cp311-cp311-freebsd_13_2_release_p11_amd64.whl size=1686060 sha256=5b556ba290bdf1da4b76d5dd01bac3b3415487063e168951162c68eee935689c
[pipenv.exceptions.InstallError]:   Stored in directory: /home/host01/.cache/pipenv/wheels/ba/2f/11/4f0008a9c37a0b3acba7e3307f1c37b8efd3393141631ebc07
[pipenv.exceptions.InstallError]:   Building wheel for markupsafe (setup.py): started
[pipenv.exceptions.InstallError]:   Building wheel for markupsafe (setup.py): finished with status 'done'
[pipenv.exceptions.InstallError]:   Created wheel for markupsafe: filename=MarkupSafe-2.1.5-cp311-cp311-freebsd_13_2_release_p11_amd64.whl size=15692 sha256=70c61b5299e5b56bed37cef92759ff4c4ca2a089ceb4801555cd2cc2cddb3606
[pipenv.exceptions.InstallError]:   Stored in directory: /home/host01/.cache/pipenv/wheels/6d/eb/a5/82b178b683b6dc068c2eb7b38fc35ebc7ea378b5faad3d1326
[pipenv.exceptions.InstallError]:   Building wheel for numpy (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Building wheel for numpy (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]:   Created wheel for numpy: filename=numpy-1.26.4-cp311-cp311-freebsd_13_2_release_p11_amd64.whl size=6633294 sha256=5184c344983c96efb6e4ec16535e7bac09231373b64b6e6e24c3da654fc56491
[pipenv.exceptions.InstallError]:   Stored in directory: /home/host01/.cache/pipenv/wheels/2d/cd/ff/119df51d0a4fa2ac64ed31716a1fe55205207c57b2ac79b70b
[pipenv.exceptions.InstallError]:   Building wheel for orjson (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Building wheel for orjson (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]:   Created wheel for orjson: filename=orjson-3.10.3-cp311-cp311-freebsd_13_2_RELEASE_p11_amd64.whl size=721785 sha256=30771f355f1b4c6338a6dadc9db52f02ceb6d3e6ec998c45c0720bc9ae72ec2e
[pipenv.exceptions.InstallError]:   Stored in directory: /home/host01/.cache/pipenv/wheels/f9/2a/77/29a4d978850c3df0995b07617f7ad80d4f10b8658af7266ab9
[pipenv.exceptions.InstallError]:   Building wheel for pandas (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Building wheel for pandas (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]:   Created wheel for pandas: filename=pandas-2.2.2-cp311-cp311-freebsd_13_2_RELEASE_p11_amd64.whl size=42114476 sha256=cab060c08cbaaa33381b36f2dac9e10d5570648bc272adcd82018170937131e4
[pipenv.exceptions.InstallError]:   Stored in directory: /home/host01/.cache/pipenv/wheels/5a/51/ce/b1b3abd3cb81f7c624c9118915b7be6195a365f44b422e2533
[pipenv.exceptions.InstallError]:   Building wheel for pillow (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Building wheel for pillow (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]:   Created wheel for pillow: filename=pillow-10.3.0-cp311-cp311-freebsd_13_2_release_p11_amd64.whl size=626005 sha256=32f4d7e913b98ce0a82af058923aa372640ce21618c6dc303f7d9fa1d39f1641
[pipenv.exceptions.InstallError]:   Stored in directory: /home/host01/.cache/pipenv/wheels/6b/ae/1d/a709b2143f258b1c3f8a5c3b25a23fce08533b592fc7160016
[pipenv.exceptions.InstallError]:   Building wheel for pyarrow (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Building wheel for pyarrow (pyproject.toml): finished with status 'error'
[pipenv.exceptions.InstallError]:   Building wheel for pydantic-core (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Building wheel for pydantic-core (pyproject.toml): still running...
[pipenv.exceptions.InstallError]:   Building wheel for pydantic-core (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]:   Created wheel for pydantic-core: filename=pydantic_core-2.18.3-cp311-cp311-freebsd_13_2_RELEASE_p11_amd64.whl size=1940100 sha256=dbb116be70cc86c0f703e2aef021af8e68596a9d070965656f78d8985d4901d0
[pipenv.exceptions.InstallError]:   Stored in directory: /home/host01/.cache/pipenv/wheels/0b/1a/f8/528785fbd85398f2a36f2728fc2ec1f9a56253bb82054c7f06
[pipenv.exceptions.InstallError]:   Building wheel for pyyaml (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Building wheel for pyyaml (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]:   Created wheel for pyyaml: filename=PyYAML-6.0.1-cp311-cp311-freebsd_13_2_release_p11_amd64.whl size=45375 sha256=a01d310e95af36735c7fa2b2cfafde957475c2a03bf51a3123519a0fde59ec6a
[pipenv.exceptions.InstallError]:   Stored in directory: /home/host01/.cache/pipenv/wheels/20/40/04/9edd5f1052f28aff139c0b315b3d5ad7ba893c93ccde03f1b4
[pipenv.exceptions.InstallError]:   Building wheel for regex (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Building wheel for regex (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]:   Created wheel for regex: filename=regex-2024.5.15-cp311-cp311-freebsd_13_2_release_p11_amd64.whl size=291045 sha256=d889abfd4b8b6f5d89393e9d891490549fec8f14e6bf728dc8dd3b2c5c2d3bf6
[pipenv.exceptions.InstallError]:   Stored in directory: /home/host01/.cache/pipenv/wheels/d9/7a/47/a8a60fdaddb161682c831a5d3a8770bde0017531f6301391cd
[pipenv.exceptions.InstallError]:   Building wheel for rpds-py (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Building wheel for rpds-py (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]:   Created wheel for rpds-py: filename=rpds_py-0.18.1-cp311-cp311-freebsd_13_2_RELEASE_p11_amd64.whl size=1189286 sha256=8f36b3df4e4fb2d3512c5e198ef60174dffd5527ffbe7d7ef50a296d0e7587bd
[pipenv.exceptions.InstallError]:   Stored in directory: /home/host01/.cache/pipenv/wheels/54/96/66/f0782e8bfeb1e6472f84ab5a8de3754a6f6b5b6dfd13e1baf6
[pipenv.exceptions.InstallError]:   Building wheel for tiktoken (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Building wheel for tiktoken (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]:   Created wheel for tiktoken: filename=tiktoken-0.7.0-cp311-cp311-freebsd_13_2_release_p11_amd64.whl size=1899562 sha256=2f6dfbb945fe844e1dff81863f143cdc60373bacebab7f5558f280490a829963
[pipenv.exceptions.InstallError]:   Stored in directory: /home/host01/.cache/pipenv/wheels/03/72/64/94bab77da00d9cfb98506f08dae1e4d51d8b64220b7c0a00ad
[pipenv.exceptions.InstallError]:   Building wheel for tornado (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Building wheel for tornado (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]:   Created wheel for tornado: filename=tornado-6.4-cp38-abi3-freebsd_13_2_release_p11_amd64.whl size=432184 sha256=752951bbcc45071321c1020a11675b66a92e582e7761799c8f5bff57a7977358
[pipenv.exceptions.InstallError]:   Stored in directory: /home/host01/.cache/pipenv/wheels/1a/a3/13/34a02c4b6930a5c7bef315e6b0d190887501ffcbcafa5032b8
[pipenv.exceptions.InstallError]:   Building wheel for watchdog (pyproject.toml): started
[pipenv.exceptions.InstallError]:   Building wheel for watchdog (pyproject.toml): finished with status 'done'
[pipenv.exceptions.InstallError]:   Created wheel for watchdog: filename=watchdog-4.0.1-py3-none-any.whl size=82996 sha256=d6db90cac35aa519951cde0d4f595724e7481d5d722eddee7e70b8dbcc964680
[pipenv.exceptions.InstallError]:   Stored in directory: /home/host01/.cache/pipenv/wheels/34/35/46/d62909978876a7baab78ae12ece59063b077ca29a99cf46b15
[pipenv.exceptions.InstallError]: Successfully built aiohttp greenlet lxml markupsafe numpy orjson pandas pillow pydantic-core pyyaml regex rpds-py tiktoken tornado watchdog
[pipenv.exceptions.InstallError]: Failed to build pyarrow
[pipenv.exceptions.InstallError]: error: subprocess-exited-with-error
[pipenv.exceptions.InstallError]:   
[pipenv.exceptions.InstallError]:   × Building wheel for pyarrow (pyproject.toml) did not run successfully.
[pipenv.exceptions.InstallError]:   │ exit code: 1
[pipenv.exceptions.InstallError]:   ╰─> [568 lines of output]
[pipenv.exceptions.InstallError]:       <string>:34: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
[pipenv.exceptions.InstallError]:       WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section'
[pipenv.exceptions.InstallError]:       Traceback (most recent call last):
[pipenv.exceptions.InstallError]:         File "/tmp/pip-build-env-0u0i5q0l/overlay/lib/python3.11/site-packages/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject
[pipenv.exceptions.InstallError]:           section = defn.get("tool", {})[tool_name]
[pipenv.exceptions.InstallError]:                     ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
[pipenv.exceptions.InstallError]:       KeyError: 'setuptools_scm'
[pipenv.exceptions.InstallError]:       running bdist_wheel
[pipenv.exceptions.InstallError]:       running build
[pipenv.exceptions.InstallError]:       running build_py
[pipenv.exceptions.InstallError]:       creating build
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/cffi.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/flight.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/compute.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/acero.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/types.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/substrait.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/benchmark.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/orc.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/jvm.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/cuda.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/fs.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/json.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/feather.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/csv.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_generated_version.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/pandas_compat.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/__init__.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/conftest.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_compute_docstrings.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/dataset.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/ipc.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/util.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_adhoc_memory_leak.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_table.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/util.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_builder.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_pandas.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_ipc.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_fs.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_util.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_deprecations.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_dataset_encryption.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/arrow_16597.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_csv.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_sparse_tensor.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_json.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_cython.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_udf.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/conftest.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_cuda.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_jvm.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_flight_async.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_memory.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_dataset.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_orc.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_feather.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_cuda_numba_interop.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/__init__.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_types.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_strategies.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_io.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_scalars.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_convert_builtin.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/arrow_39313.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_compute.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_gdb.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_array.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_dlpack.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_tensor.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_acero.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_gandiva.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_flight.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/read_record_batch.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_cpp_internals.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/pandas_examples.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_schema.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_cffi.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/pandas_threaded_import.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/strategies.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_extension_type.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_substrait.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_exec_plan.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/test_misc.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/arrow_7980.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/vendored
[pipenv.exceptions.InstallError]:       copying pyarrow/vendored/docscrape.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/vendored
[pipenv.exceptions.InstallError]:       copying pyarrow/vendored/__init__.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/vendored
[pipenv.exceptions.InstallError]:       copying pyarrow/vendored/version.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/vendored
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/interchange
[pipenv.exceptions.InstallError]:       copying pyarrow/interchange/dataframe.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/interchange
[pipenv.exceptions.InstallError]:       copying pyarrow/interchange/buffer.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/interchange
[pipenv.exceptions.InstallError]:       copying pyarrow/interchange/column.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/interchange
[pipenv.exceptions.InstallError]:       copying pyarrow/interchange/from_dataframe.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/interchange
[pipenv.exceptions.InstallError]:       copying pyarrow/interchange/__init__.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/interchange
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/parquet/encryption.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/parquet/__init__.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/parquet/core.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/parquet
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/parquet/encryption.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/parquet/test_parquet_writer.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/parquet/test_parquet_file.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/parquet/test_data_types.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/parquet/test_pandas.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/parquet/test_datetime.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/parquet/common.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/parquet/test_compliant_nested_type.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/parquet/__init__.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/parquet/conftest.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/parquet/test_encryption.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/parquet/test_basic.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/parquet/test_metadata.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/parquet/test_dataset.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/parquet
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/interchange
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/interchange/test_conversion.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/interchange
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/interchange/__init__.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/interchange
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/interchange/test_interchange_spec.py -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/interchange
[pipenv.exceptions.InstallError]:       running egg_info
[pipenv.exceptions.InstallError]:       writing pyarrow.egg-info/PKG-INFO
[pipenv.exceptions.InstallError]:       writing dependency_links to pyarrow.egg-info/dependency_links.txt
[pipenv.exceptions.InstallError]:       writing requirements to pyarrow.egg-info/requires.txt
[pipenv.exceptions.InstallError]:       writing top-level names to pyarrow.egg-info/top_level.txt
[pipenv.exceptions.InstallError]:       ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any
[pipenv.exceptions.InstallError]:       reading manifest file 'pyarrow.egg-info/SOURCES.txt'
[pipenv.exceptions.InstallError]:       reading manifest template 'MANIFEST.in'
[pipenv.exceptions.InstallError]:       warning: no files found matching '../LICENSE.txt'
[pipenv.exceptions.InstallError]:       warning: no files found matching '../NOTICE.txt'
[pipenv.exceptions.InstallError]:       warning: no previously-included files matching '*.so' found anywhere in distribution
[pipenv.exceptions.InstallError]:       warning: no previously-included files matching '*.pyc' found anywhere in distribution
[pipenv.exceptions.InstallError]:       warning: no previously-included files matching '*~' found anywhere in distribution
[pipenv.exceptions.InstallError]:       warning: no previously-included files matching '#*' found anywhere in distribution
[pipenv.exceptions.InstallError]:       warning: no previously-included files matching '.git*' found anywhere in distribution
[pipenv.exceptions.InstallError]:       warning: no previously-included files matching '.DS_Store' found anywhere in distribution
[pipenv.exceptions.InstallError]:       no previously-included directories found matching '.asv'
[pipenv.exceptions.InstallError]:       writing manifest file 'pyarrow.egg-info/SOURCES.txt'
[pipenv.exceptions.InstallError]:       copying pyarrow/__init__.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_acero.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_acero.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_azurefs.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_compute.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_compute.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_csv.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_csv.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_cuda.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_cuda.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_dataset.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_dataset.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_dataset_orc.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_dataset_parquet.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_dataset_parquet.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_dataset_parquet_encryption.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_dlpack.pxi -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_feather.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_flight.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_fs.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_fs.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_gcsfs.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_hdfs.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_json.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_json.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_orc.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_orc.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_parquet.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_parquet.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_parquet_encryption.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_parquet_encryption.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_pyarrow_cpp_tests.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_pyarrow_cpp_tests.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_s3fs.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/_substrait.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/array.pxi -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/benchmark.pxi -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/builder.pxi -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/compat.pxi -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/config.pxi -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/error.pxi -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/gandiva.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/io.pxi -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/ipc.pxi -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/lib.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/lib.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/memory.pxi -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/pandas-shim.pxi -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/public-api.pxi -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/scalar.pxi -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/table.pxi -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/tensor.pxi -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       copying pyarrow/types.pxi -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/includes
[pipenv.exceptions.InstallError]:       copying pyarrow/includes/__init__.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/includes
[pipenv.exceptions.InstallError]:       copying pyarrow/includes/libarrow.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/includes
[pipenv.exceptions.InstallError]:       copying pyarrow/includes/common.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/includes
[pipenv.exceptions.InstallError]:       copying pyarrow/includes/libarrow_substrait.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/includes
[pipenv.exceptions.InstallError]:       copying pyarrow/includes/libarrow_cuda.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/includes
[pipenv.exceptions.InstallError]:       copying pyarrow/includes/libarrow_feather.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/includes
[pipenv.exceptions.InstallError]:       copying pyarrow/includes/libarrow_fs.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/includes
[pipenv.exceptions.InstallError]:       copying pyarrow/includes/libparquet_encryption.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/includes
[pipenv.exceptions.InstallError]:       copying pyarrow/includes/libarrow_acero.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/includes
[pipenv.exceptions.InstallError]:       copying pyarrow/includes/libarrow_flight.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/includes
[pipenv.exceptions.InstallError]:       copying pyarrow/includes/libgandiva.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/includes
[pipenv.exceptions.InstallError]:       copying pyarrow/includes/libarrow_dataset_parquet.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/includes
[pipenv.exceptions.InstallError]:       copying pyarrow/includes/libarrow_dataset.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/includes
[pipenv.exceptions.InstallError]:       copying pyarrow/includes/libarrow_python.pxd -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/includes
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/bound_function_visit_strings.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/extensions.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/pyarrow_cython_example.pyx -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/data/parquet/v0.7.1.parquet -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/parquet
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/parquet
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/orc
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/data/orc/README.md -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/orc
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.jsn.gz -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/orc
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/data/orc/TestOrcFile.emptyFile.orc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/orc
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/data/orc/TestOrcFile.test1.jsn.gz -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/orc
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/data/orc/TestOrcFile.test1.orc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/orc
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.jsn.gz -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/orc
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/data/orc/TestOrcFile.testDate1900.orc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/orc
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/data/orc/decimal.jsn.gz -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/orc
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/data/orc/decimal.orc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/orc
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/feather
[pipenv.exceptions.InstallError]:       copying pyarrow/tests/data/feather/v0.17.0.version.2-compression.lz4.feather -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/tests/data/feather
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow
[pipenv.exceptions.InstallError]:       creating build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/CMakeLists.txt -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/api.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/arrow_to_pandas.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/arrow_to_pandas.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/arrow_to_python_internal.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/async.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/benchmark.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/benchmark.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/common.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/common.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/csv.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/csv.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/datetime.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/datetime.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/decimal.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/decimal.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/deserialize.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/deserialize.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/extension_type.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/extension_type.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/filesystem.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/filesystem.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/flight.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/flight.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/gdb.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/gdb.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/helpers.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/helpers.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/inference.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/inference.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/init.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/init.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/io.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/io.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/ipc.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/ipc.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/iterators.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/numpy_convert.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/numpy_convert.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/numpy_internal.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/numpy_interop.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/numpy_to_arrow.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/numpy_to_arrow.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/parquet_encryption.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/parquet_encryption.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/pch.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/platform.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/pyarrow.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/pyarrow.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/pyarrow_api.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/pyarrow_lib.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/python_test.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/python_test.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/python_to_arrow.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/python_to_arrow.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/serialize.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/serialize.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/type_traits.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/udf.cc -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/udf.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       copying pyarrow/src/arrow/python/visibility.h -> build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow/src/arrow/python
[pipenv.exceptions.InstallError]:       warning: build_py: byte-compiling is disabled, skipping.
[pipenv.exceptions.InstallError]:       
[pipenv.exceptions.InstallError]:       running build_ext
[pipenv.exceptions.InstallError]:       creating /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/build/temp.freebsd-13.2-RELEASE-p11-amd64-cpython-311
[pipenv.exceptions.InstallError]:       -- Running cmake for PyArrow
[pipenv.exceptions.InstallError]:       cmake -DCMAKE_INSTALL_PREFIX=/tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/build/lib.freebsd-13.2-RELEASE-p11-amd64-cpython-311/pyarrow -DPYTHON_EXECUTABLE=/home/host01/test_pipenv/.venv/bin/python -DPython3_EXECUTABLE=/home/host01/test_pipenv/.venv/bin/python -DPYARROW_CXXFLAGS= -DPYARROW_BUILD_CUDA=off -DPYARROW_BUILD_SUBSTRAIT=off -DPYARROW_BUILD_FLIGHT=off -DPYARROW_BUILD_GANDIVA=off -DPYARROW_BUILD_ACERO=off -DPYARROW_BUILD_DATASET=off -DPYARROW_BUILD_ORC=off -DPYARROW_BUILD_PARQUET=off -DPYARROW_BUILD_PARQUET_ENCRYPTION=off -DPYARROW_BUILD_AZURE=off -DPYARROW_BUILD_GCS=off -DPYARROW_BUILD_S3=off -DPYARROW_BUILD_HDFS=off -DPYARROW_BUNDLE_ARROW_CPP=off -DPYARROW_BUNDLE_CYTHON_CPP=off -DPYARROW_GENERATE_COVERAGE=off -DCMAKE_BUILD_TYPE=release /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af
[pipenv.exceptions.InstallError]:       -- The C compiler identification is Clang 14.0.5
[pipenv.exceptions.InstallError]:       -- The CXX compiler identification is Clang 14.0.5
[pipenv.exceptions.InstallError]:       -- Detecting C compiler ABI info
[pipenv.exceptions.InstallError]:       -- Detecting C compiler ABI info - done
[pipenv.exceptions.InstallError]:       -- Check for working C compiler: /usr/bin/cc - skipped
[pipenv.exceptions.InstallError]:       -- Detecting C compile features
[pipenv.exceptions.InstallError]:       -- Detecting C compile features - done
[pipenv.exceptions.InstallError]:       -- Detecting CXX compiler ABI info
[pipenv.exceptions.InstallError]:       -- Detecting CXX compiler ABI info - done
[pipenv.exceptions.InstallError]:       -- Check for working CXX compiler: /usr/bin/c++ - skipped
[pipenv.exceptions.InstallError]:       -- Detecting CXX compile features
[pipenv.exceptions.InstallError]:       -- Detecting CXX compile features - done
[pipenv.exceptions.InstallError]:       -- System processor: amd64
[pipenv.exceptions.InstallError]:       -- Performing Test CXX_SUPPORTS_SSE4_2
[pipenv.exceptions.InstallError]:       -- Performing Test CXX_SUPPORTS_SSE4_2 - Success
[pipenv.exceptions.InstallError]:       -- Performing Test CXX_SUPPORTS_AVX2
[pipenv.exceptions.InstallError]:       -- Performing Test CXX_SUPPORTS_AVX2 - Success
[pipenv.exceptions.InstallError]:       -- Performing Test CXX_SUPPORTS_AVX512
[pipenv.exceptions.InstallError]:       -- Performing Test CXX_SUPPORTS_AVX512 - Success
[pipenv.exceptions.InstallError]:       -- Arrow build warning level: PRODUCTION
[pipenv.exceptions.InstallError]:       -- Using ld linker
[pipenv.exceptions.InstallError]:       -- Build Type: RELEASE
[pipenv.exceptions.InstallError]:       -- CMAKE_C_FLAGS:  -Wall -Wno-unknown-warning-option -Wno-pass-failed -msse4.2  -Qunused-arguments -fcolor-diagnostics  -fno-omit-frame-pointer -Wno-unused-variable -Wno-maybe-uninitialized -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-missing-declarations -Wno-sometimes-uninitialized -Wno-return-type-c-linkage
[pipenv.exceptions.InstallError]:       -- CMAKE_CXX_FLAGS:   -Wall -Wno-unknown-warning-option -Wno-pass-failed -msse4.2  -Qunused-arguments -fcolor-diagnostics  -fno-omit-frame-pointer -Wno-unused-variable -Wno-maybe-uninitialized -Wno-parentheses-equality -Wno-constant-logical-operand -Wno-missing-declarations -Wno-sometimes-uninitialized -Wno-return-type-c-linkage
[pipenv.exceptions.InstallError]:       -- Generator: Unix Makefiles
[pipenv.exceptions.InstallError]:       -- Build output directory: /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/build/temp.freebsd-13.2-RELEASE-p11-amd64-cpython-311/release
[pipenv.exceptions.InstallError]:       -- Found Python3: /home/host01/test_pipenv/.venv/bin/python (found version "3.11.8") found components: Interpreter Development.Module NumPy
[pipenv.exceptions.InstallError]:       -- Found Python3Alt: /home/host01/test_pipenv/.venv/bin/python
[pipenv.exceptions.InstallError]:       -- Found NumPy version: 1.26.4
[pipenv.exceptions.InstallError]:       -- NumPy include dir: /tmp/pip-build-env-0u0i5q0l/overlay/lib/python3.11/site-packages/numpy/core/include
[pipenv.exceptions.InstallError]:       -- Arrow version: 13.0.0
[pipenv.exceptions.InstallError]:       -- Found the Arrow shared library: /usr/local/lib/libarrow.so.1300.0.0
[pipenv.exceptions.InstallError]:       -- Found the Arrow import library: ARROW_IMPORT_LIB-NOTFOUND
[pipenv.exceptions.InstallError]:       -- Found the Arrow static library:
[pipenv.exceptions.InstallError]:       -- Parquet Encryption is NOT Enabled
[pipenv.exceptions.InstallError]:       -- Configuring done (2.0s)
[pipenv.exceptions.InstallError]:       -- Generating done (0.0s)
[pipenv.exceptions.InstallError]:       -- Build files have been written to: /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/build/temp.freebsd-13.2-RELEASE-p11-amd64-cpython-311
[pipenv.exceptions.InstallError]:       -- Finished cmake for PyArrow
[pipenv.exceptions.InstallError]:       -- Running cmake --build for PyArrow
[pipenv.exceptions.InstallError]:       cmake --build . --config release --
[pipenv.exceptions.InstallError]:       [  1%] Compiling Cython CXX source for lib...
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/types.pxi:438:35: Exception check after calling 'GetResultValue[shared_ptr[CDataType]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CDataType]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/types.pxi:2341:57: Exception check after calling 'unwrap' will always require the GIL to be acquired. Declare 'unwrap' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/types.pxi:2525:35: Exception check after calling 'GetResultValue[shared_ptr[CField]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CField]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/types.pxi:2564:36: Exception check after calling 'GetResultValue[shared_ptr[CField]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CField]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/types.pxi:3097:39: Exception check after calling 'GetResultValue[shared_ptr[CSchema]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CSchema]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/types.pxi:3128:39: Exception check after calling 'GetResultValue[shared_ptr[CSchema]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CSchema]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/types.pxi:3165:39: Exception check after calling 'GetResultValue[shared_ptr[CSchema]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CSchema]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/types.pxi:3214:59: Exception check after calling 'unwrap' will always require the GIL to be acquired. Declare 'unwrap' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/types.pxi:3248:35: Exception check after calling 'GetResultValue[shared_ptr[CBuffer]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CBuffer]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/types.pxi:3343:35: Exception check after calling 'GetResultValue[shared_ptr[CSchema]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CSchema]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/types.pxi:3387:35: Exception check after calling 'GetResultValue[shared_ptr[CSchema]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CSchema]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/types.pxi:5184:42: Exception check after calling 'GetResultValue[shared_ptr[CDataType]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CDataType]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/scalar.pxi:1084:36: Exception check after calling 'GetResultValue[shared_ptr[CTensor]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTensor]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/scalar.pxi:1212:32: Exception check after calling 'GetResultValue[shared_ptr[CChunkedArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CChunkedArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:42:32: Exception check after calling 'GetResultValue[shared_ptr[CChunkedArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CChunkedArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:433:28: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:519:32: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:1006:35: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:1199:33: Exception check after calling 'GetResultValue[int64_t]' will always require the GIL to be acquired. Declare 'GetResultValue[int64_t]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:1714:40: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:1718:40: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:1780:34: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:1837:40: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:1843:40: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:2276:36: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:2281:36: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:2429:36: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:2434:36: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:2624:36: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:2629:36: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:2806:32: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:2907:36: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:2912:36: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:3096:32: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:3209:36: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:3215:36: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:3469:32: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:3512:32: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:3763:41: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:3861:35: Exception check after calling 'GetResultValue[vector[shared_ptr[CArray]]]' will always require the GIL to be acquired. Declare 'GetResultValue[vector[shared_ptr[CArray]]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:4002:42: Exception check after calling 'GetResultValue[shared_ptr[CRunEndEncodedArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRunEndEncodedArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:4008:42: Exception check after calling 'GetResultValue[shared_ptr[CRunEndEncodedArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRunEndEncodedArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/array.pxi:4467:39: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:253:33: Exception check after calling 'GetResultValue[int64_t]' will always require the GIL to be acquired. Declare 'GetResultValue[int64_t]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:705:38: Exception check after calling 'GetResultValue[vector[shared_ptr[CChunkedArray]]]' will always require the GIL to be acquired. Declare 'GetResultValue[vector[shared_ptr[CChunkedArray]]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:1214:37: Exception check after calling 'GetResultValue[shared_ptr[CChunkedArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CChunkedArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:1404:44: Exception check after calling 'GetResultValue[shared_ptr[CChunkedArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CChunkedArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:1491:33: Exception check after calling 'GetResultValue[shared_ptr[CChunkedArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CChunkedArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:2630:33: Exception check after calling 'GetResultValue[int64_t]' will always require the GIL to be acquired. Declare 'GetResultValue[int64_t]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:2732:36: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatch]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatch]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:2767:36: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatch]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatch]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:2825:36: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatch]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatch]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:2867:36: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatch]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatch]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:2915:35: Exception check after calling 'GetResultValue[shared_ptr[CBuffer]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CBuffer]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:3126:36: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatch]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatch]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:3420:43: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatch]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatch]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:3434:36: Exception check after calling 'GetResultValue[shared_ptr[CArray]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CArray]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:3513:37: Exception check after calling 'GetResultValue[shared_ptr[CTensor]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTensor]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:3571:40: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatch]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatch]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:3575:40: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatch]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatch]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:3672:36: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatch]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatch]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:3730:40: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatch]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatch]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:3734:40: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatch]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatch]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:4114:36: Exception check after calling 'GetResultValue[shared_ptr[CTable]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTable]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:4242:38: Exception check after calling 'GetResultValue[shared_ptr[CTable]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTable]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:4289:37: Exception check after calling 'GetResultValue[shared_ptr[CTable]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTable]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:4346:37: Exception check after calling 'GetResultValue[shared_ptr[CTable]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTable]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:4767:36: Exception check after calling 'GetResultValue[shared_ptr[CTable]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTable]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:5029:33: Exception check after calling 'GetResultValue[int64_t]' will always require the GIL to be acquired. Declare 'GetResultValue[int64_t]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:5131:36: Exception check after calling 'GetResultValue[shared_ptr[CTable]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTable]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:5166:36: Exception check after calling 'GetResultValue[shared_ptr[CTable]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTable]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:5224:36: Exception check after calling 'GetResultValue[shared_ptr[CTable]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTable]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:5266:36: Exception check after calling 'GetResultValue[shared_ptr[CTable]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTable]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/table.pxi:5962:39: Exception check after calling 'GetResultValue[shared_ptr[CTable]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTable]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/tensor.pxi:533:36: Exception check after calling 'GetResultValue[shared_ptr[CTensor]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTensor]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/tensor.pxi:781:36: Exception check after calling 'GetResultValue[shared_ptr[CTensor]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTensor]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/tensor.pxi:1020:36: Exception check after calling 'GetResultValue[shared_ptr[CTensor]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTensor]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/tensor.pxi:1236:36: Exception check after calling 'GetResultValue[shared_ptr[CTensor]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTensor]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:263:33: Exception check after calling 'GetResultValue[int64_t]' will always require the GIL to be acquired. Declare 'GetResultValue[int64_t]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:276:39: Exception check after calling 'GetResultValue[shared_ptr[const CKeyValueMetadata]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[const CKeyValueMetadata]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:294:41: Exception check after calling 'GetResultValue[int64_t]' will always require the GIL to be acquired. Declare 'GetResultValue[int64_t]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:298:41: Exception check after calling 'GetResultValue[int64_t]' will always require the GIL to be acquired. Declare 'GetResultValue[int64_t]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:332:39: Exception check after calling 'GetResultValue[int64_t]' will always require the GIL to be acquired. Declare 'GetResultValue[int64_t]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:335:39: Exception check after calling 'GetResultValue[int64_t]' will always require the GIL to be acquired. Declare 'GetResultValue[int64_t]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:422:39: Exception check after calling 'GetResultValue[int64_t]' will always require the GIL to be acquired. Declare 'GetResultValue[int64_t]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:495:39: Exception check after calling 'GetResultValue[int64_t]' will always require the GIL to be acquired. Declare 'GetResultValue[int64_t]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:557:39: Exception check after calling 'GetResultValue[int64_t]' will always require the GIL to be acquired. Declare 'GetResultValue[int64_t]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:620:35: Exception check after calling 'GetResultValue[shared_ptr[CBuffer]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CBuffer]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:714:47: Exception check after calling 'GetResultValue[int64_t]' will always require the GIL to be acquired. Declare 'GetResultValue[int64_t]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:979:35: Exception check after calling 'GetResultValue[shared_ptr[CMemoryMappedFile]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CMemoryMappedFile]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:1013:35: Exception check after calling 'GetResultValue[shared_ptr[CMemoryMappedFile]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CMemoryMappedFile]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:1176:35: Exception check after calling 'GetResultValue[shared_ptr[ReadableFile]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[ReadableFile]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:1183:47: Exception check after calling 'GetResultValue[shared_ptr[COutputStream]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[COutputStream]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:1500:39: Exception check after calling 'GetResultValue[unique_ptr[CResizableBuffer]]' will always require the GIL to be acquired. Declare 'GetResultValue[unique_ptr[CResizableBuffer]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:1529:50: Exception check after calling 'GetResultValue[unique_ptr[CResizableBuffer]]' will always require the GIL to be acquired. Declare 'GetResultValue[unique_ptr[CResizableBuffer]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:1534:47: Exception check after calling 'GetResultValue[unique_ptr[CBuffer]]' will always require the GIL to be acquired. Declare 'GetResultValue[unique_ptr[CBuffer]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:1782:34: Exception check after calling 'GetResultValue[shared_ptr[CInputStream]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CInputStream]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:1846:34: Exception check after calling 'GetResultValue[shared_ptr[COutputStream]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[COutputStream]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:2500:27: Exception check after calling 'unwrap' will always require the GIL to be acquired. Declare 'unwrap' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:2499:42: Exception check after calling 'GetResultValue[int64_t]' will always require the GIL to be acquired. Declare 'GetResultValue[int64_t]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:2560:27: Exception check after calling 'unwrap' will always require the GIL to be acquired. Declare 'unwrap' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/io.pxi:2559:26: Exception check after calling 'GetResultValue[int64_t]' will always require the GIL to be acquired. Declare 'GetResultValue[int64_t]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:458:48: Exception check after calling 'GetResultValue[unique_ptr[CMessage]]' will always require the GIL to be acquired. Declare 'GetResultValue[unique_ptr[CMessage]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:584:40: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatchWriter]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatchWriter]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:725:48: Exception check after calling 'GetResultValue[CRecordBatchWithMetadata]' will always require the GIL to be acquired. Declare 'GetResultValue[CRecordBatchWithMetadata]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:845:37: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatchReader]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatchReader]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:907:37: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatchReader]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatchReader]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:1001:40: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatchReader]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatchReader]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:1025:40: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatchWriter]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatchWriter]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:1080:44: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatchFileReader]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatchFileReader]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:1085:44: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatchFileReader]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatchFileReader]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:1117:34: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatch]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatch]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:1147:48: Exception check after calling 'GetResultValue[CRecordBatchWithMetadata]' will always require the GIL to be acquired. Declare 'GetResultValue[CRecordBatchWithMetadata]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:1166:43: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatch]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatch]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:1168:34: Exception check after calling 'GetResultValue[shared_ptr[CTable]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTable]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:1284:34: Exception check after calling 'GetResultValue[shared_ptr[CTensor]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CTensor]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:1309:26: Exception check after calling 'GetResultValue[unique_ptr[CMessage]]' will always require the GIL to be acquired. Declare 'GetResultValue[unique_ptr[CMessage]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:1347:35: Exception check after calling 'GetResultValue[shared_ptr[CSchema]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CSchema]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:1352:35: Exception check after calling 'GetResultValue[shared_ptr[CSchema]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CSchema]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       performance hint: pyarrow/ipc.pxi:1392:31: Exception check after calling 'GetResultValue[shared_ptr[CRecordBatch]]' will always require the GIL to be acquired. Declare 'GetResultValue[shared_ptr[CRecordBatch]]' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions.
[pipenv.exceptions.InstallError]:       [  1%] Built target lib_pyx
[pipenv.exceptions.InstallError]:       [  3%] Generating pyarrow/src/arrow/python/lib_api.h, pyarrow/src/arrow/python/lib.h
[pipenv.exceptions.InstallError]:       [  3%] Built target cython_api_headers
[pipenv.exceptions.InstallError]:       [  5%] Building CXX object CMakeFiles/arrow_python.dir/cmake_pch.hxx.pch
[pipenv.exceptions.InstallError]:       [  7%] Building CXX object CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/arrow_to_pandas.cc.o
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:137:18: error: unknown type name 'StringViewType'; did you mean 'StringType'?
[pipenv.exceptions.InstallError]:       struct WrapBytes<StringViewType> {
[pipenv.exceptions.InstallError]:                        ^~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:                        StringType
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/type.h:742:20: note: 'StringType' declared here
[pipenv.exceptions.InstallError]:       class ARROW_EXPORT StringType : public BinaryType {
[pipenv.exceptions.InstallError]:                          ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:137:8: error: redefinition of 'WrapBytes<arrow::StringType>'
[pipenv.exceptions.InstallError]:       struct WrapBytes<StringViewType> {
[pipenv.exceptions.InstallError]:              ^~~~~~~~~~~~~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:123:8: note: previous definition is here
[pipenv.exceptions.InstallError]:       struct WrapBytes<StringType> {
[pipenv.exceptions.InstallError]:              ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:158:18: error: unknown type name 'BinaryViewType'; did you mean 'BinaryType'?
[pipenv.exceptions.InstallError]:       struct WrapBytes<BinaryViewType> {
[pipenv.exceptions.InstallError]:                        ^~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:                        BinaryType
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/type.h:686:20: note: 'BinaryType' declared here
[pipenv.exceptions.InstallError]:       class ARROW_EXPORT BinaryType : public BaseBinaryType {
[pipenv.exceptions.InstallError]:                          ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:158:8: error: redefinition of 'WrapBytes<arrow::BinaryType>'
[pipenv.exceptions.InstallError]:       struct WrapBytes<BinaryViewType> {
[pipenv.exceptions.InstallError]:              ^~~~~~~~~~~~~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:144:8: note: previous definition is here
[pipenv.exceptions.InstallError]:       struct WrapBytes<BinaryType> {
[pipenv.exceptions.InstallError]:              ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:207:16: error: no member named 'LIST_VIEW' in 'arrow::Type'
[pipenv.exceptions.InstallError]:           case Type::LIST_VIEW:
[pipenv.exceptions.InstallError]:                ~~~~~~^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:208:16: error: no member named 'LARGE_LIST_VIEW' in 'arrow::Type'; did you mean 'LARGE_LIST'?
[pipenv.exceptions.InstallError]:           case Type::LARGE_LIST_VIEW: {
[pipenv.exceptions.InstallError]:                ~~~~~~^~~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:                      LARGE_LIST
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/type_fwd.h:408:5: note: 'LARGE_LIST' declared here
[pipenv.exceptions.InstallError]:           LARGE_LIST,
[pipenv.exceptions.InstallError]:           ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:208:10: error: duplicate case value 'LARGE_LIST'
[pipenv.exceptions.InstallError]:           case Type::LARGE_LIST_VIEW: {
[pipenv.exceptions.InstallError]:                ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:206:10: note: previous case defined here
[pipenv.exceptions.InstallError]:           case Type::LARGE_LIST:
[pipenv.exceptions.InstallError]:                ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:837:1: error: no template named 'enable_if_list_view'; did you mean 'enable_if_list_like'?
[pipenv.exceptions.InstallError]:       enable_if_list_view<T, Status> ConvertListsLike(PandasOptions options,
[pipenv.exceptions.InstallError]:       ^~~~~~~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:       enable_if_list_like
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/type_traits.h:716:1: note: 'enable_if_list_like' declared here
[pipenv.exceptions.InstallError]:       using enable_if_list_like = enable_if_t<is_list_like_type<T>::value, R>;
[pipenv.exceptions.InstallError]:       ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:837:32: error: redefinition of 'ConvertListsLike'
[pipenv.exceptions.InstallError]:       enable_if_list_view<T, Status> ConvertListsLike(PandasOptions options,
[pipenv.exceptions.InstallError]:                                      ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:758:32: note: previous definition is here
[pipenv.exceptions.InstallError]:       enable_if_list_like<T, Status> ConvertListsLike(PandasOptions options,
[pipenv.exceptions.InstallError]:                                      ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:842:46: error: no member named 'LIST_VIEW' in 'arrow::Type'
[pipenv.exceptions.InstallError]:             std::conditional_t<T::type_id == Type::LIST_VIEW, ListType, LargeListType>;
[pipenv.exceptions.InstallError]:                                              ~~~~~~^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:843:44: error: use of undeclared identifier 'NonViewType'
[pipenv.exceptions.InstallError]:         using NonViewClass = typename TypeTraits<NonViewType>::ArrayType;
[pipenv.exceptions.InstallError]:                                                  ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:848:27: error: use of undeclared identifier 'NonViewClass'
[pipenv.exceptions.InstallError]:                                 NonViewClass::FromListView(arr, options.pool));
[pipenv.exceptions.InstallError]:                                 ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:852:27: error: use of undeclared identifier 'NonViewType'
[pipenv.exceptions.InstallError]:         return ConvertListsLike<NonViewType>(options, *chunked_array, out_values);
[pipenv.exceptions.InstallError]:                                 ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:1197:51: error: no template named 'is_binary_view_like_type'; did you mean 'is_binary_like_type'?
[pipenv.exceptions.InstallError]:         enable_if_t<is_base_binary_type<Type>::value || is_binary_view_like_type<Type>::value ||
[pipenv.exceptions.InstallError]:                                                         ^~~~~~~~~~~~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:                                                         is_binary_like_type
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/type_traits.h:642:1: note: 'is_binary_like_type' declared here
[pipenv.exceptions.InstallError]:       using is_binary_like_type =
[pipenv.exceptions.InstallError]:       ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:1371:46: error: no template named 'is_list_view_type'; did you mean 'is_list_like_type'?
[pipenv.exceptions.InstallError]:         enable_if_t<is_list_like_type<T>::value || is_list_view_type<T>::value, Status> Visit(
[pipenv.exceptions.InstallError]:                                                    ^~~~~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:                                                    is_list_like_type
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/type_traits.h:711:1: note: 'is_list_like_type' declared here
[pipenv.exceptions.InstallError]:       using is_list_like_type =
[pipenv.exceptions.InstallError]:       ^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:2125:16: error: no member named 'STRING_VIEW' in 'arrow::Type'
[pipenv.exceptions.InstallError]:           case Type::STRING_VIEW:   // fall through
[pipenv.exceptions.InstallError]:                ~~~~~~^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:2128:16: error: no member named 'BINARY_VIEW' in 'arrow::Type'
[pipenv.exceptions.InstallError]:           case Type::BINARY_VIEW:
[pipenv.exceptions.InstallError]:                ~~~~~~^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:2230:16: error: no member named 'LIST_VIEW' in 'arrow::Type'
[pipenv.exceptions.InstallError]:           case Type::LIST_VIEW:
[pipenv.exceptions.InstallError]:                ~~~~~~^
[pipenv.exceptions.InstallError]:       /tmp/pip-install-woogo33y/pyarrow_53d30632e27c448e84f8e6e6092735af/pyarrow/src/arrow/python/arrow_to_pandas.cc:2231:16: error: no member named 'LARGE_LIST_VIEW' in 'arrow::Type'; did you mean 'LARGE_LIST'?
[pipenv.exceptions.InstallError]:           case Type::LARGE_LIST_VIEW:
[pipenv.exceptions.InstallError]:                ~~~~~~^~~~~~~~~~~~~~~
[pipenv.exceptions.InstallError]:                      LARGE_LIST
[pipenv.exceptions.InstallError]:       /usr/local/include/arrow/type_fwd.h:408:5: note: 'LARGE_LIST' declared here
[pipenv.exceptions.InstallError]:           LARGE_LIST,
[pipenv.exceptions.InstallError]:           ^
[pipenv.exceptions.InstallError]:       fatal error: too many errors emitted, stopping now [-ferror-limit=]
[pipenv.exceptions.InstallError]:       20 errors generated.
[pipenv.exceptions.InstallError]:       gmake[2]: *** [CMakeFiles/arrow_python.dir/build.make:93: CMakeFiles/arrow_python.dir/pyarrow/src/arrow/python/arrow_to_pandas.cc.o] Error 1
[pipenv.exceptions.InstallError]:       gmake[1]: *** [CMakeFiles/Makefile2:105: CMakeFiles/arrow_python.dir/all] Error 2
[pipenv.exceptions.InstallError]:       gmake: *** [Makefile:136: all] Error 2
[pipenv.exceptions.InstallError]:       error: command '/usr/local/bin/cmake' failed with exit code 2
[pipenv.exceptions.InstallError]:       [end of output]
[pipenv.exceptions.InstallError]:   
[pipenv.exceptions.InstallError]:   note: This error originates from a subprocess, and is likely not a problem with pip.
[pipenv.exceptions.InstallError]:   ERROR: Failed building wheel for pyarrow
[pipenv.exceptions.InstallError]: ERROR: Could not build wheels for pyarrow, which is required to install pyproject.toml-based projects
ERROR: Couldn't install package: {}
 Package installation failed...
cesar-bsd-com-br commented 2 months ago

Same problem here, with FreeBSD 14.1

matteius commented 2 weeks ago

I believe this is resolved on 2024.2.0 but I checked it on https://github.com/pypa/pipenv/pull/6282 which contains some further improvements to the install routine.

ucola commented 1 week ago

I have update to 2024.2.0 but not working, any idea whys?

pipenv install --site-packages
Creating a virtualenv for this project
Pipfile: /home/host01/test_pipenv2/Pipfile
Using /usr/local/bin/python3.113.11.10 to create virtualenv...
Making site-packages available...
⠏ Creating virtual environment...created virtual environment CPython3.11.10.final.0-64 in 2134ms
  creator CPython3Posix(dest=/home/host01/test_pipenv2/.venv, clear=False, no_vcs_ignore=False, global=True)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/host01/.local/share/virtualenv)
    added seed packages: pip==24.2, setuptools==75.1.0, wheel==0.44.0
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /home/host01/test_pipenv2/.venv
Pipfile.lock not found, creating...
Locking [packages] dependencies...
Building requirements...
Resolving dependencies...
✘ Locking Failed!
⠦ Locking packages...False
<console width=301 ColorSystem.EIGHT_BIT>
Traceback (most recent call last):
  File "/home/host01/.local/bin/pipenv", line 8, in <module>
    sys.exit(cli())
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/cli/options.py", line 52, in main
    return super().main(*args, **kwargs, windows_expand_args=False)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/decorators.py", line 92, in new_func
    return ctx.invoke(f, obj, *args, **kwargs)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/cli/command.py", line 207, in install
    do_install(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/routines/install.py", line 263, in do_install
    do_init(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/routines/install.py", line 681, in do_init
    handle_lockfile(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/routines/install.py", line 161, in handle_lockfile
    handle_missing_lockfile(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/routines/install.py", line 227, in handle_missing_lockfile
    do_lock(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/routines/lock.py", line 67, in do_lock
    venv_resolve_deps(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 856, in venv_resolve_deps
    c = resolve(cmd, st, project=project)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 720, in resolve
    raise RuntimeError("Failed to lock Pipfile.lock!")
RuntimeError: Failed to lock Pipfile.lock!
pipenv --support
<details><summary>$ pipenv --support</summary>

Pipenv version: `'2024.2.0'`

Pipenv location: `'/home/host01/.local/lib/python3.9/site-packages/pipenv'`

Python location: `'/usr/local/bin/python3.9'`

OS Name: `'posix'`

User pip version: `'24.2'`

user Python installations found:

PEP 508 Information:

{'implementation_name': 'cpython', 'implementation_version': '3.9.20', 'os_name': 'posix', 'platform_machine': 'amd64', 'platform_python_implementation': 'CPython', 'platform_release': '13.3-RELEASE-p7', 'platform_system': 'FreeBSD', 'platform_version': 'FreeBSD 13.3-RELEASE-p7 releng/13.3-n257437-af915e6cf934 ' 'HOSTPOINT', 'python_full_version': '3.9.20', 'python_version': '3.9', 'sys_platform': 'freebsd13'}


System environment variables:

  - `SHELL`
  - `LSCOLORS`
  - `PHPRC`
  - `EDITOR`
  - `PWD`
  - `LOGNAME`
  - `HOME`
  - `LANG`
  - `LS_COLORS`
  - `CLICOLOR`
  - `SSH_CONNECTION`
  - `PROFILE_WAS_SOURCED`
  - `TERM`
  - `USER`
  - `VISUAL`
  - `SHLVL`
  - `PAGER`
  - `GIT_CEILING_DIRECTORIES`
  - `MM_CHARSET`
  - `SSH_CLIENT`
  - `PATH`
  - `BLOCKSIZE`
  - `MAIL`
  - `SSH_TTY`
  - `_`
  - `OLDPWD`
  - `PIP_DISABLE_PIP_VERSION_CHECK`
  - `PYTHONDONTWRITEBYTECODE`
  - `PYTHONFINDER_IGNORE_UNSUPPORTED`

Pipenv–specific environment variables:

Debug–specific environment variables:

  - `PATH`: `/home/host01/.cargo/bin:/home/host01/.local/bin:/home/host01/bin:/usr/local/php83/bin:/home/host01/.npm-packages/bin:/home/host01/.composer/vendor/bin:/bin:/usr/local/node18/bin/:/home/host01/npm_modules/node_modules/.bin:/usr/local/bin:/usr/bin:/bin`
  - `SHELL`: `/usr/local/bin/bash`
  - `EDITOR`: `vim`
  - `LANG`: `en_US.UTF-8`
  - `PWD`: `/home/host01/test_pipenv2`

---------------------------

Contents of `Pipfile` ('/home/host01/test_pipenv2/Pipfile'):

```toml
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
langchain = "*"
openai = "*"
streamlit = "*"
streamlit-chat = "*"
python-dotenv = "*"
langchain-openai = "*"
langchain-community = "*"
lxml = "*"
beautifulsoup4 = "*"
flask = "*"
flask-httpauth = "*"
werkzeug = "*"
toml = "*"
langchain-elasticsearch = "*"
tiktoken = "*"
elasticsearch = "*"

[dev-packages]

[requires]
python_version = "3.11"

matteius commented 1 week ago

We haven't released this branch yet, but could you give it a whirl: https://github.com/pypa/pipenv/pull/6282

ucola commented 1 week ago

@matteius any plans for the release?

ucola commented 1 week ago

@matteius I have test it with: pip install --user git+https://github.com/pypa/pipenv.git@issue-6281

but also not working...

pipenv install --site-packages
Creating a virtualenv for this project
Pipfile: /home/host01/test_pipenv2/Pipfile
Using /usr/local/bin/python3.113.11.10 to create virtualenv...
Making site-packages available...
⠸ Creating virtual environment...created virtual environment CPython3.11.10.final.0-64 in 2441ms
  creator CPython3Posix(dest=/home/host01/test_pipenv2/.venv, clear=False, no_vcs_ignore=False, global=True)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/host01/.local/share/virtualenv)
    added seed packages: pip==24.2, setuptools==75.1.0, wheel==0.44.0
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /home/host01/test_pipenv2/.venv
Pipfile.lock not found, creating...
Locking [packages] dependencies...
Building requirements...
Resolving dependencies...
✘ Locking Failed!
⠙ Locking packages...False
<console width=182 ColorSystem.EIGHT_BIT>
Traceback (most recent call last):
  File "/home/host01/.local/bin/pipenv", line 8, in <module>
    sys.exit(cli())
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/cli/options.py", line 52, in main
    return super().main(*args, **kwargs, windows_expand_args=False)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/decorators.py", line 92, in new_func
    return ctx.invoke(f, obj, *args, **kwargs)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/cli/command.py", line 207, in install
    do_install(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/routines/install.py", line 284, in do_install
    do_init(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/routines/install.py", line 694, in do_init
    handle_lockfile(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/routines/install.py", line 174, in handle_lockfile
    handle_missing_lockfile(project, system, allow_global, pre, pypi_mirror)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/routines/install.py", line 232, in handle_missing_lockfile
    do_lock(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/routines/lock.py", line 67, in do_lock
    venv_resolve_deps(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 907, in venv_resolve_deps
    c = resolve(cmd, st, project=project)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 771, in resolve
    raise RuntimeError("Failed to lock Pipfile.lock!")
RuntimeError: Failed to lock Pipfile.lock!
pipenv --support
<details><summary>$ pipenv --support</summary>

Pipenv version: `'2024.2.0'`

Pipenv location: `'/home/host01/.local/lib/python3.9/site-packages/pipenv'`

Python location: `'/usr/local/bin/python3.9'`

OS Name: `'posix'`

User pip version: `'24.2'`

user Python installations found:

PEP 508 Information:

{'implementation_name': 'cpython', 'implementation_version': '3.9.20', 'os_name': 'posix', 'platform_machine': 'amd64', 'platform_python_implementation': 'CPython', 'platform_release': '13.3-RELEASE-p7', 'platform_system': 'FreeBSD', 'platform_version': 'FreeBSD 13.3-RELEASE-p7 releng/13.3-n257437-af915e6cf934 ' 'HOSTPOINT', 'python_full_version': '3.9.20', 'python_version': '3.9', 'sys_platform': 'freebsd13'}


System environment variables:

  - `SHELL`
  - `LSCOLORS`
  - `PHPRC`
  - `EDITOR`
  - `PWD`
  - `LOGNAME`
  - `HOME`
  - `LANG`
  - `LS_COLORS`
  - `CLICOLOR`
  - `SSH_CONNECTION`
  - `PROFILE_WAS_SOURCED`
  - `TERM`
  - `USER`
  - `VISUAL`
  - `SHLVL`
  - `PAGER`
  - `GIT_CEILING_DIRECTORIES`
  - `MM_CHARSET`
  - `SSH_CLIENT`
  - `PATH`
  - `BLOCKSIZE`
  - `MAIL`
  - `SSH_TTY`
  - `_`
  - `OLDPWD`
  - `PIP_DISABLE_PIP_VERSION_CHECK`
  - `PYTHONDONTWRITEBYTECODE`
  - `PYTHONFINDER_IGNORE_UNSUPPORTED`

Pipenv–specific environment variables:

Debug–specific environment variables:

  - `PATH`: `/home/host01/.cargo/bin:/home/host01/.local/bin:/home/host01/bin:/usr/local/php83/bin:/home/host01/.npm-packages/bin:/home/host01/.composer/vendor/bin:/bin:/usr/local/node18/bin/:/home/host01/npm_modules/node_modules/.bin:/usr/local/bin:/usr/bin:/bin`
  - `SHELL`: `/usr/local/bin/bash`
  - `EDITOR`: `vim`
  - `LANG`: `en_US.UTF-8`
  - `PWD`: `/home/host01/test_pipenv2`

---------------------------

Contents of `Pipfile` ('/home/host01/test_pipenv2/Pipfile'):

```toml
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
langchain = "*"
openai = "*"
streamlit = "*"
streamlit-chat = "*"
python-dotenv = "*"
langchain-openai = "*"
langchain-community = "*"
lxml = "*"
beautifulsoup4 = "*"
flask = "*"
flask-httpauth = "*"
werkzeug = "*"
toml = "*"
langchain-elasticsearch = "*"
tiktoken = "*"
elasticsearch = "*"

[dev-packages]

[requires]
python_version = "3.11"

matteius commented 1 week ago

@ucola Does running with --verbose give more clues on what the resolution failure is?

ucola commented 1 week ago

see the output bellow... hope they helps

pipenv install --site-packages --verbose
Using python: 3.11
Path to python: /usr/local/bin/python3.11
Creating a virtualenv for this project
Pipfile: /home/host01/test_pipenv2/Pipfile
Using /usr/local/bin/python3.113.11.10 to create virtualenv...
Making site-packages available...
⠋ Creating virtual environment...created virtual environment CPython3.11.10.final.0-64 in 2239ms
  creator CPython3Posix(dest=/home/host01/test_pipenv2/.venv, clear=False, no_vcs_ignore=False, global=True)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/host01/.local/share/virtualenv)
    added seed packages: pip==24.2, setuptools==75.1.0, wheel==0.44.0
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator

✔ Successfully created virtual environment!
Virtualenv location: /home/host01/test_pipenv2/.venv
Pipfile.lock not found, creating...
Locking [packages] dependencies...
Building requirements...
Resolving dependencies...
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting()
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('flask-httpauth'), None)
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting flask-httpauth (from -r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 13))
INFO:pipenv.patched.pip._internal.network.download:Using cached Flask_HTTPAuth-4.8.0-py3-none-any.whl.metadata (2.9 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('elasticsearch'), None)
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting elasticsearch (from -r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 14))
INFO:pipenv.patched.pip._internal.network.download:Using cached elasticsearch-8.15.1-py3-none-any.whl.metadata (8.7 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('flask'), None)
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting flask (from -r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 12))
INFO:pipenv.patched.pip._internal.network.download:Using cached flask-3.0.3-py3-none-any.whl.metadata (3.2 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('toml'), None)
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting toml (from -r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 4))
INFO:pipenv.patched.pip._internal.network.download:Using cached toml-0.10.2-py2.py3-none-any.whl.metadata (7.1 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('werkzeug'), None)
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting werkzeug (from -r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 17))
INFO:pipenv.patched.pip._internal.network.download:Using cached werkzeug-3.0.6-py3-none-any.whl.metadata (3.7 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('lxml'), None)
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting lxml (from -r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 2))
INFO:pipenv.patched.pip._internal.network.download:Using cached lxml-5.3.0.tar.gz (3.7 MB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): started
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): finished with status 'done'
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('langchain-community'), None)
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting langchain-community (from -r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached langchain_community-0.3.3-py3-none-any.whl.metadata (2.8 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('streamlit-chat'), None)
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting streamlit-chat (from -r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 6))
INFO:pipenv.patched.pip._internal.network.download:Using cached streamlit_chat-0.1.1-py3-none-any.whl.metadata (4.2 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('python-dotenv'), None)
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting python-dotenv (from -r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 10))
INFO:pipenv.patched.pip._internal.network.download:Using cached python_dotenv-1.0.1-py3-none-any.whl.metadata (23 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('langchain-openai'), None)
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting langchain-openai (from -r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 8))
INFO:pipenv.patched.pip._internal.network.download:Using cached langchain_openai-0.2.3-py3-none-any.whl.metadata (2.6 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('tiktoken'), None)
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting tiktoken (from -r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 5))
INFO:pipenv.patched.pip._internal.network.download:Using cached tiktoken-0.8.0.tar.gz (35 kB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): started
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): finished with status 'done'
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('streamlit'), None)
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting streamlit (from -r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 11))
INFO:pipenv.patched.pip._internal.network.download:Using cached streamlit-1.39.0-py2.py3-none-any.whl.metadata (8.5 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('openai'), None)
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting openai (from -r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 15))
INFO:pipenv.patched.pip._internal.network.download:Using cached openai-1.52.2-py3-none-any.whl.metadata (24 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('beautifulsoup4'), None)
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting beautifulsoup4 (from -r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 3))
INFO:pipenv.patched.pip._internal.network.download:Using cached beautifulsoup4-4.12.3-py3-none-any.whl.metadata (3.8 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('langchain-elasticsearch'), None)
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting langchain-elasticsearch (from -r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 16))
INFO:pipenv.patched.pip._internal.network.download:Using cached langchain_elasticsearch-0.3.0-py3-none-any.whl.metadata (8.3 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('langchain'), None)
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting langchain (from -r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 7))
INFO:pipenv.patched.pip._internal.network.download:Using cached langchain-0.3.4-py3-none-any.whl.metadata (7.1 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(0)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('flask'), 
LinkCandidate('https://files.pythonhosted.org/packages/83/c4/e64ace124b927cd1f29270050ee0e0ef5faad75a512c5c8d733961dda9ca/Flask_HTTPAuth-4.8.0-py3-none-any.whl (from 
https://pypi.org/simple/flask-httpauth/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/83/c4/e64ace124b927cd1f29270050ee0e0ef5faad75
a512c5c8d733961dda9ca/Flask_HTTPAuth-4.8.0-py3-none-any.whl (from https://pypi.org/simple/flask-httpauth/)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(0, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(1)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('elastic-transport<9,>=8.13'), 
LinkCandidate('https://files.pythonhosted.org/packages/de/20/6f1d6977f68389116e40a0108a5bfd468f3a0cceabe90b522693834bb5ec/elasticsearch-8.15.1-py3-none-any.whl (from 
https://pypi.org/simple/elasticsearch/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting elastic-transport<9,>=8.13 (from elasticsearch->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt 
(line 14))
INFO:pipenv.patched.pip._internal.network.download:Using cached elastic_transport-8.15.1-py3-none-any.whl.metadata (3.7 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/de/20/6f1d6977f68389116e40a0108a5bfd468f3a0cc
eabe90b522693834bb5ec/elasticsearch-8.15.1-py3-none-any.whl (from https://pypi.org/simple/elasticsearch/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(1, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(2)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('Werkzeug>=3.0.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/61/80/ffe1da13ad9300f87c93af113edd0638c75138c42a0994becfacac078c06/flask-3.0.3-py3-none-any.whl (from 
https://pypi.org/simple/flask/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('Jinja2>=3.1.2'), 
LinkCandidate('https://files.pythonhosted.org/packages/61/80/ffe1da13ad9300f87c93af113edd0638c75138c42a0994becfacac078c06/flask-3.0.3-py3-none-any.whl (from 
https://pypi.org/simple/flask/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting Jinja2>=3.1.2 (from flask->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 12))
INFO:pipenv.patched.pip._internal.network.download:Using cached jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('itsdangerous>=2.1.2'), 
LinkCandidate('https://files.pythonhosted.org/packages/61/80/ffe1da13ad9300f87c93af113edd0638c75138c42a0994becfacac078c06/flask-3.0.3-py3-none-any.whl (from 
https://pypi.org/simple/flask/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting itsdangerous>=2.1.2 (from flask->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 12))
INFO:pipenv.patched.pip._internal.network.download:Using cached itsdangerous-2.2.0-py3-none-any.whl.metadata (1.9 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('click>=8.1.3'), 
LinkCandidate('https://files.pythonhosted.org/packages/61/80/ffe1da13ad9300f87c93af113edd0638c75138c42a0994becfacac078c06/flask-3.0.3-py3-none-any.whl (from 
https://pypi.org/simple/flask/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting click>=8.1.3 (from flask->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 12))
INFO:pipenv.patched.pip._internal.network.download:Using cached click-8.1.7-py3-none-any.whl.metadata (3.0 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('blinker>=1.6.2'), 
LinkCandidate('https://files.pythonhosted.org/packages/61/80/ffe1da13ad9300f87c93af113edd0638c75138c42a0994becfacac078c06/flask-3.0.3-py3-none-any.whl (from 
https://pypi.org/simple/flask/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting blinker>=1.6.2 (from flask->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 12))
INFO:pipenv.patched.pip._internal.network.download:Using cached blinker-1.8.2-py3-none-any.whl.metadata (1.6 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/61/80/ffe1da13ad9300f87c93af113edd0638c75138c
42a0994becfacac078c06/flask-3.0.3-py3-none-any.whl (from https://pypi.org/simple/flask/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(2, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(3)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910
d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl (from https://pypi.org/simple/toml/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(3, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(4)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('MarkupSafe>=2.1.1'), 
LinkCandidate('https://files.pythonhosted.org/packages/6c/69/05837f91dfe42109203ffa3e488214ff86a6d68b2ed6c167da6cdc42349b/werkzeug-3.0.6-py3-none-any.whl (from 
https://pypi.org/simple/werkzeug/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting MarkupSafe>=2.1.1 (from werkzeug->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 17))
INFO:pipenv.patched.pip._internal.network.download:Using cached markupsafe-3.0.2.tar.gz (20 kB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): started
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): finished with status 'done'
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/6c/69/05837f91dfe42109203ffa3e488214ff86a6d68
b2ed6c167da6cdc42349b/werkzeug-3.0.6-py3-none-any.whl (from https://pypi.org/simple/werkzeug/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(4, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(5)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/e7/6b/20c3a4b24751377aaa6307eb230b66701024012
c29dd374999cc92983269/lxml-5.3.0.tar.gz (from https://pypi.org/simple/lxml/) (requires-python:>=3.6)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(5, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(6)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('PyYAML>=5.3'), 
LinkCandidate('https://files.pythonhosted.org/packages/6f/f2/230de86ff6a4de7f6a784f52600bdac3f8d6c18123398e4c073f8d8ceaf8/langchain_community-0.3.3-py3-none-any.whl (from 
https://pypi.org/simple/langchain-community/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting PyYAML>=5.3 (from langchain-community->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached pyyaml-6.0.2.tar.gz (130 kB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): started
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): finished with status 'done'
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('SQLAlchemy<3,>=1.4'), 
LinkCandidate('https://files.pythonhosted.org/packages/6f/f2/230de86ff6a4de7f6a784f52600bdac3f8d6c18123398e4c073f8d8ceaf8/langchain_community-0.3.3-py3-none-any.whl (from 
https://pypi.org/simple/langchain-community/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting SQLAlchemy<3,>=1.4 (from langchain-community->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt 
(line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached SQLAlchemy-2.0.36-py3-none-any.whl.metadata (9.7 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('aiohttp<4.0.0,>=3.8.3'), 
LinkCandidate('https://files.pythonhosted.org/packages/6f/f2/230de86ff6a4de7f6a784f52600bdac3f8d6c18123398e4c073f8d8ceaf8/langchain_community-0.3.3-py3-none-any.whl (from 
https://pypi.org/simple/langchain-community/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting aiohttp<4.0.0,>=3.8.3 (from langchain-community->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt 
(line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached aiohttp-3.10.10.tar.gz (7.5 MB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): started
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): finished with status 'done'
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('dataclasses-json<0.7,>=0.5.7'), 
LinkCandidate('https://files.pythonhosted.org/packages/6f/f2/230de86ff6a4de7f6a784f52600bdac3f8d6c18123398e4c073f8d8ceaf8/langchain_community-0.3.3-py3-none-any.whl (from 
https://pypi.org/simple/langchain-community/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting dataclasses-json<0.7,>=0.5.7 (from langchain-community->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached dataclasses_json-0.6.7-py3-none-any.whl.metadata (25 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('langchain<0.4.0,>=0.3.4'), 
LinkCandidate('https://files.pythonhosted.org/packages/6f/f2/230de86ff6a4de7f6a784f52600bdac3f8d6c18123398e4c073f8d8ceaf8/langchain_community-0.3.3-py3-none-any.whl (from 
https://pypi.org/simple/langchain-community/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('langchain-core<0.4.0,>=0.3.12'), 
LinkCandidate('https://files.pythonhosted.org/packages/6f/f2/230de86ff6a4de7f6a784f52600bdac3f8d6c18123398e4c073f8d8ceaf8/langchain_community-0.3.3-py3-none-any.whl (from 
https://pypi.org/simple/langchain-community/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting langchain-core<0.4.0,>=0.3.12 (from langchain-community->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached langchain_core-0.3.13-py3-none-any.whl.metadata (6.3 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('langsmith<0.2.0,>=0.1.125'), 
LinkCandidate('https://files.pythonhosted.org/packages/6f/f2/230de86ff6a4de7f6a784f52600bdac3f8d6c18123398e4c073f8d8ceaf8/langchain_community-0.3.3-py3-none-any.whl (from 
https://pypi.org/simple/langchain-community/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting langsmith<0.2.0,>=0.1.125 (from langchain-community->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached langsmith-0.1.137-py3-none-any.whl.metadata (13 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('numpy<2,>=1; python_version < "3.12"'), 
LinkCandidate('https://files.pythonhosted.org/packages/6f/f2/230de86ff6a4de7f6a784f52600bdac3f8d6c18123398e4c073f8d8ceaf8/langchain_community-0.3.3-py3-none-any.whl (from 
https://pypi.org/simple/langchain-community/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting numpy<2,>=1 (from langchain-community->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached numpy-1.26.4.tar.gz (15.8 MB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): started
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): still running...
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): finished with status 'done'
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pydantic-settings<3.0.0,>=2.4.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/6f/f2/230de86ff6a4de7f6a784f52600bdac3f8d6c18123398e4c073f8d8ceaf8/langchain_community-0.3.3-py3-none-any.whl (from 
https://pypi.org/simple/langchain-community/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting pydantic-settings<3.0.0,>=2.4.0 (from langchain-community->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached pydantic_settings-2.6.0-py3-none-any.whl.metadata (3.5 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('requests<3,>=2'), 
LinkCandidate('https://files.pythonhosted.org/packages/6f/f2/230de86ff6a4de7f6a784f52600bdac3f8d6c18123398e4c073f8d8ceaf8/langchain_community-0.3.3-py3-none-any.whl (from 
https://pypi.org/simple/langchain-community/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting requests<3,>=2 (from langchain-community->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 
9))
INFO:pipenv.patched.pip._internal.network.download:Using cached requests-2.32.3-py3-none-any.whl.metadata (4.6 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('tenacity!=8.4.0,<10,>=8.1.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/6f/f2/230de86ff6a4de7f6a784f52600bdac3f8d6c18123398e4c073f8d8ceaf8/langchain_community-0.3.3-py3-none-any.whl (from 
https://pypi.org/simple/langchain-community/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting tenacity!=8.4.0,<10,>=8.1.0 (from langchain-community->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached tenacity-9.0.0-py3-none-any.whl.metadata (1.2 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/6f/f2/230de86ff6a4de7f6a784f52600bdac3f8d6c18
123398e4c073f8d8ceaf8/langchain_community-0.3.3-py3-none-any.whl (from https://pypi.org/simple/langchain-community/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(6, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(7)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('streamlit>=0.63'), 
LinkCandidate('https://files.pythonhosted.org/packages/86/f8/26d8429dea8b240f62193fdf4bd36240e2e18d01be50e8f8c0d65491f4b8/streamlit_chat-0.1.1-py3-none-any.whl (from 
https://pypi.org/simple/streamlit-chat/) (requires-python:>=3.6)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/86/f8/26d8429dea8b240f62193fdf4bd36240e2e18d0
1be50e8f8c0d65491f4b8/streamlit_chat-0.1.1-py3-none-any.whl (from https://pypi.org/simple/streamlit-chat/) (requires-python:>=3.6)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(7, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(8)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/6a/3e/b68c118422ec867fa7ab88444e1274aa40681c6
06d59ac27de5a5588f082/python_dotenv-1.0.1-py3-none-any.whl (from https://pypi.org/simple/python-dotenv/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(8, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(9)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('langchain-core<0.4.0,>=0.3.12'), 
LinkCandidate('https://files.pythonhosted.org/packages/66/ea/dcc59d9b818a4d7f25d4d6b3018355a0e0243a351b1d4ef8b26ec107ee00/langchain_openai-0.2.3-py3-none-any.whl (from 
https://pypi.org/simple/langchain-openai/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('openai<2.0.0,>=1.52.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/66/ea/dcc59d9b818a4d7f25d4d6b3018355a0e0243a351b1d4ef8b26ec107ee00/langchain_openai-0.2.3-py3-none-any.whl (from 
https://pypi.org/simple/langchain-openai/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('tiktoken<1,>=0.7'), 
LinkCandidate('https://files.pythonhosted.org/packages/66/ea/dcc59d9b818a4d7f25d4d6b3018355a0e0243a351b1d4ef8b26ec107ee00/langchain_openai-0.2.3-py3-none-any.whl (from 
https://pypi.org/simple/langchain-openai/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/66/ea/dcc59d9b818a4d7f25d4d6b3018355a0e0243a3
51b1d4ef8b26ec107ee00/langchain_openai-0.2.3-py3-none-any.whl (from https://pypi.org/simple/langchain-openai/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(9, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(10)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('regex>=2022.1.18'), 
LinkCandidate('https://files.pythonhosted.org/packages/37/02/576ff3a6639e755c4f70997b2d315f56d6d71e0d046f4fb64cb81a3fb099/tiktoken-0.8.0.tar.gz (from 
https://pypi.org/simple/tiktoken/) (requires-python:>=3.9)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting regex>=2022.1.18 (from tiktoken->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 5))
INFO:pipenv.patched.pip._internal.network.download:Using cached regex-2024.9.11.tar.gz (399 kB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): started
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): finished with status 'done'
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('requests>=2.26.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/37/02/576ff3a6639e755c4f70997b2d315f56d6d71e0d046f4fb64cb81a3fb099/tiktoken-0.8.0.tar.gz (from 
https://pypi.org/simple/tiktoken/) (requires-python:>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/37/02/576ff3a6639e755c4f70997b2d315f56d6d71e0
d046f4fb64cb81a3fb099/tiktoken-0.8.0.tar.gz (from https://pypi.org/simple/tiktoken/) (requires-python:>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(10, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(11)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('altair<6,>=4.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting altair<6,>=4.0 (from streamlit->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 11))
INFO:pipenv.patched.pip._internal.network.download:Using cached altair-5.4.1-py3-none-any.whl.metadata (9.4 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('blinker<2,>=1.0.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('cachetools<6,>=4.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting cachetools<6,>=4.0 (from streamlit->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 11))
INFO:pipenv.patched.pip._internal.network.download:Using cached cachetools-5.5.0-py3-none-any.whl.metadata (5.3 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('click<9,>=7.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('numpy<3,>=1.20'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('packaging<25,>=20'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting packaging<25,>=20 (from streamlit->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 11))
INFO:pipenv.patched.pip._internal.network.download:Using cached packaging-24.1-py3-none-any.whl.metadata (3.2 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pandas<3,>=1.4.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting pandas<3,>=1.4.0 (from streamlit->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 11))
INFO:pipenv.patched.pip._internal.network.download:Using cached pandas-2.2.3.tar.gz (4.4 MB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): started
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): still running...
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): still running...
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): finished with status 'done'
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pillow<11,>=7.1.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting pillow<11,>=7.1.0 (from streamlit->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 11))
INFO:pipenv.patched.pip._internal.network.download:Using cached pillow-10.4.0.tar.gz (46.6 MB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): started
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): finished with status 'done'
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('protobuf<6,>=3.20'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting protobuf<6,>=3.20 (from streamlit->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 11))
INFO:pipenv.patched.pip._internal.network.download:Using cached protobuf-5.28.3-py3-none-any.whl.metadata (592 bytes)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pyarrow>=7.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting pyarrow>=7.0 (from streamlit->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 11))
INFO:pipenv.patched.pip._internal.network.download:Using cached pyarrow-18.0.0.tar.gz (1.1 MB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): started
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): finished with status 'done'
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('requests<3,>=2.27'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('rich<14,>=10.14.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting rich<14,>=10.14.0 (from streamlit->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 11))
INFO:pipenv.patched.pip._internal.network.download:Using cached rich-13.9.3-py3-none-any.whl.metadata (18 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('tenacity<10,>=8.1.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('toml<2,>=0.10.1'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('typing-extensions<5,>=4.3.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting typing-extensions<5,>=4.3.0 (from streamlit->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt 
(line 11))
INFO:pipenv.patched.pip._internal.network.download:Using cached typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('gitpython!=3.1.19,<4,>=3.0.7'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt 
(line 11))
INFO:pipenv.patched.pip._internal.network.download:Using cached GitPython-3.1.43-py3-none-any.whl.metadata (13 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pydeck<1,>=0.8.0b4'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting pydeck<1,>=0.8.0b4 (from streamlit->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 11))
INFO:pipenv.patched.pip._internal.network.download:Using cached pydeck-0.9.1-py2.py3-none-any.whl.metadata (4.1 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('tornado<7,>=6.0.3'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting tornado<7,>=6.0.3 (from streamlit->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 11))
INFO:pipenv.patched.pip._internal.network.download:Using cached tornado-6.4.1.tar.gz (500 kB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): started
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): finished with status 'done'
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('watchdog<6,>=2.1.5; platform_system != "Darwin"'), 
LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b438f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from 
https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting watchdog<6,>=2.1.5 (from streamlit->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 11))
INFO:pipenv.patched.pip._internal.network.download:Using cached watchdog-5.0.3.tar.gz (129 kB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): started
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): finished with status 'done'
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/ef/e1/f9c479f9dbe0bb702ea5ca6608f10e91a708b43
8f7fb4572a2642718c6e3/streamlit-1.39.0-py2.py3-none-any.whl (from https://pypi.org/simple/streamlit/) (requires-python:!=3.9.7,>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(11, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(12)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('anyio<5,>=3.5.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/55/4c/906b5b32c4c01402ac3b4c3fc28f601443ac5c6f13c84a95dd178c8d545d/openai-1.52.2-py3-none-any.whl (from 
https://pypi.org/simple/openai/) (requires-python:>=3.7.1)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting anyio<5,>=3.5.0 (from openai->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 15))
INFO:pipenv.patched.pip._internal.network.download:Using cached anyio-4.6.2.post1-py3-none-any.whl.metadata (4.7 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('distro<2,>=1.7.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/55/4c/906b5b32c4c01402ac3b4c3fc28f601443ac5c6f13c84a95dd178c8d545d/openai-1.52.2-py3-none-any.whl (from 
https://pypi.org/simple/openai/) (requires-python:>=3.7.1)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting distro<2,>=1.7.0 (from openai->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 15))
INFO:pipenv.patched.pip._internal.network.download:Using cached distro-1.9.0-py3-none-any.whl.metadata (6.8 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('httpx<1,>=0.23.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/55/4c/906b5b32c4c01402ac3b4c3fc28f601443ac5c6f13c84a95dd178c8d545d/openai-1.52.2-py3-none-any.whl (from 
https://pypi.org/simple/openai/) (requires-python:>=3.7.1)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting httpx<1,>=0.23.0 (from openai->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 15))
INFO:pipenv.patched.pip._internal.network.download:Using cached httpx-0.27.2-py3-none-any.whl.metadata (7.1 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('jiter<1,>=0.4.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/55/4c/906b5b32c4c01402ac3b4c3fc28f601443ac5c6f13c84a95dd178c8d545d/openai-1.52.2-py3-none-any.whl (from 
https://pypi.org/simple/openai/) (requires-python:>=3.7.1)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting jiter<1,>=0.4.0 (from openai->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 15))
INFO:pipenv.patched.pip._internal.network.download:Using cached jiter-0.6.1.tar.gz (161 kB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): started
INFO:pipenv.patched.pip._internal.cli.spinners:Preparing metadata (pyproject.toml): finished with status 'done'
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pydantic<3,>=1.9.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/55/4c/906b5b32c4c01402ac3b4c3fc28f601443ac5c6f13c84a95dd178c8d545d/openai-1.52.2-py3-none-any.whl (from 
https://pypi.org/simple/openai/) (requires-python:>=3.7.1)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting pydantic<3,>=1.9.0 (from openai->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 15))
INFO:pipenv.patched.pip._internal.network.download:Using cached pydantic-2.9.2-py3-none-any.whl.metadata (149 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('sniffio'), 
LinkCandidate('https://files.pythonhosted.org/packages/55/4c/906b5b32c4c01402ac3b4c3fc28f601443ac5c6f13c84a95dd178c8d545d/openai-1.52.2-py3-none-any.whl (from 
https://pypi.org/simple/openai/) (requires-python:>=3.7.1)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting sniffio (from openai->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 15))
INFO:pipenv.patched.pip._internal.network.download:Using cached sniffio-1.3.1-py3-none-any.whl.metadata (3.9 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('tqdm>4'), 
LinkCandidate('https://files.pythonhosted.org/packages/55/4c/906b5b32c4c01402ac3b4c3fc28f601443ac5c6f13c84a95dd178c8d545d/openai-1.52.2-py3-none-any.whl (from 
https://pypi.org/simple/openai/) (requires-python:>=3.7.1)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting tqdm>4 (from openai->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 15))
INFO:pipenv.patched.pip._internal.network.download:Using cached tqdm-4.66.6-py3-none-any.whl.metadata (57 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('typing-extensions<5,>=4.11'), 
LinkCandidate('https://files.pythonhosted.org/packages/55/4c/906b5b32c4c01402ac3b4c3fc28f601443ac5c6f13c84a95dd178c8d545d/openai-1.52.2-py3-none-any.whl (from 
https://pypi.org/simple/openai/) (requires-python:>=3.7.1)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/55/4c/906b5b32c4c01402ac3b4c3fc28f601443ac5c6
f13c84a95dd178c8d545d/openai-1.52.2-py3-none-any.whl (from https://pypi.org/simple/openai/) (requires-python:>=3.7.1)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(12, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(13)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('soupsieve>1.2'), 
LinkCandidate('https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl (from 
https://pypi.org/simple/beautifulsoup4/) (requires-python:>=3.6.0)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting soupsieve>1.2 (from beautifulsoup4->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 3))
INFO:pipenv.patched.pip._internal.network.download:Using cached soupsieve-2.6-py3-none-any.whl.metadata (4.6 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a
44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl (from https://pypi.org/simple/beautifulsoup4/) (requires-python:>=3.6.0)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(13, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(14)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierWithoutExtrasRequirement('elasticsearch<9.0.0,>=8.13.1'), 
LinkCandidate('https://files.pythonhosted.org/packages/d4/0c/3d9330f0c1c6e6aba285279f4048a3cda1af30fd8a05ddaf242d59110175/langchain_elasticsearch-0.3.0-py3-none-any.whl (from 
https://pypi.org/simple/langchain-elasticsearch/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('elasticsearch<9.0.0,>=8.13.1'), 
LinkCandidate('https://files.pythonhosted.org/packages/d4/0c/3d9330f0c1c6e6aba285279f4048a3cda1af30fd8a05ddaf242d59110175/langchain_elasticsearch-0.3.0-py3-none-any.whl (from 
https://pypi.org/simple/langchain-elasticsearch/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('langchain-core<0.4.0,>=0.3.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/d4/0c/3d9330f0c1c6e6aba285279f4048a3cda1af30fd8a05ddaf242d59110175/langchain_elasticsearch-0.3.0-py3-none-any.whl (from 
https://pypi.org/simple/langchain-elasticsearch/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/d4/0c/3d9330f0c1c6e6aba285279f4048a3cda1af30f
d8a05ddaf242d59110175/langchain_elasticsearch-0.3.0-py3-none-any.whl (from https://pypi.org/simple/langchain-elasticsearch/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(14, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(15)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('PyYAML>=5.3'), 
LinkCandidate('https://files.pythonhosted.org/packages/53/b9/290c361a4976947ac6fad11af0a4c11db0b5d8357dc3447d28c1ecd9a1a3/langchain-0.3.4-py3-none-any.whl (from 
https://pypi.org/simple/langchain/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('SQLAlchemy<3,>=1.4'), 
LinkCandidate('https://files.pythonhosted.org/packages/53/b9/290c361a4976947ac6fad11af0a4c11db0b5d8357dc3447d28c1ecd9a1a3/langchain-0.3.4-py3-none-any.whl (from 
https://pypi.org/simple/langchain/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('aiohttp<4.0.0,>=3.8.3'), 
LinkCandidate('https://files.pythonhosted.org/packages/53/b9/290c361a4976947ac6fad11af0a4c11db0b5d8357dc3447d28c1ecd9a1a3/langchain-0.3.4-py3-none-any.whl (from 
https://pypi.org/simple/langchain/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('langchain-core<0.4.0,>=0.3.12'), 
LinkCandidate('https://files.pythonhosted.org/packages/53/b9/290c361a4976947ac6fad11af0a4c11db0b5d8357dc3447d28c1ecd9a1a3/langchain-0.3.4-py3-none-any.whl (from 
https://pypi.org/simple/langchain/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('langchain-text-splitters<0.4.0,>=0.3.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/53/b9/290c361a4976947ac6fad11af0a4c11db0b5d8357dc3447d28c1ecd9a1a3/langchain-0.3.4-py3-none-any.whl (from 
https://pypi.org/simple/langchain/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting langchain-text-splitters<0.4.0,>=0.3.0 (from langchain->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 7))
INFO:pipenv.patched.pip._internal.network.download:Using cached langchain_text_splitters-0.3.0-py3-none-any.whl.metadata (2.3 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('langsmith<0.2.0,>=0.1.17'), 
LinkCandidate('https://files.pythonhosted.org/packages/53/b9/290c361a4976947ac6fad11af0a4c11db0b5d8357dc3447d28c1ecd9a1a3/langchain-0.3.4-py3-none-any.whl (from 
https://pypi.org/simple/langchain/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('numpy<2,>=1; python_version < "3.12"'), 
LinkCandidate('https://files.pythonhosted.org/packages/53/b9/290c361a4976947ac6fad11af0a4c11db0b5d8357dc3447d28c1ecd9a1a3/langchain-0.3.4-py3-none-any.whl (from 
https://pypi.org/simple/langchain/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('pydantic<3.0.0,>=2.7.4'), 
LinkCandidate('https://files.pythonhosted.org/packages/53/b9/290c361a4976947ac6fad11af0a4c11db0b5d8357dc3447d28c1ecd9a1a3/langchain-0.3.4-py3-none-any.whl (from 
https://pypi.org/simple/langchain/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('requests<3,>=2'), 
LinkCandidate('https://files.pythonhosted.org/packages/53/b9/290c361a4976947ac6fad11af0a4c11db0b5d8357dc3447d28c1ecd9a1a3/langchain-0.3.4-py3-none-any.whl (from 
https://pypi.org/simple/langchain/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('tenacity!=8.4.0,<10,>=8.1.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/53/b9/290c361a4976947ac6fad11af0a4c11db0b5d8357dc3447d28c1ecd9a1a3/langchain-0.3.4-py3-none-any.whl (from 
https://pypi.org/simple/langchain/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/53/b9/290c361a4976947ac6fad11af0a4c11db0b5d83
57dc3447d28c1ecd9a1a3/langchain-0.3.4-py3-none-any.whl (from https://pypi.org/simple/langchain/) (requires-python:<4.0,>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(15, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(16)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('aiohappyeyeballs>=2.3.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/17/7e/16e57e6cf20eb62481a2f9ce8674328407187950ccc602ad07c685279141/aiohttp-3.10.10.tar.gz (from 
https://pypi.org/simple/aiohttp/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting aiohappyeyeballs>=2.3.0 (from aiohttp<4.0.0,>=3.8.3->langchain-community->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached aiohappyeyeballs-2.4.3-py3-none-any.whl.metadata (6.1 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('aiosignal>=1.1.2'), 
LinkCandidate('https://files.pythonhosted.org/packages/17/7e/16e57e6cf20eb62481a2f9ce8674328407187950ccc602ad07c685279141/aiohttp-3.10.10.tar.gz (from 
https://pypi.org/simple/aiohttp/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting aiosignal>=1.1.2 (from aiohttp<4.0.0,>=3.8.3->langchain-community->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached aiosignal-1.3.1-py3-none-any.whl.metadata (4.0 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('attrs>=17.3.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/17/7e/16e57e6cf20eb62481a2f9ce8674328407187950ccc602ad07c685279141/aiohttp-3.10.10.tar.gz (from 
https://pypi.org/simple/aiohttp/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting attrs>=17.3.0 (from aiohttp<4.0.0,>=3.8.3->langchain-community->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached attrs-24.2.0-py3-none-any.whl.metadata (11 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('frozenlist>=1.1.1'), 
LinkCandidate('https://files.pythonhosted.org/packages/17/7e/16e57e6cf20eb62481a2f9ce8674328407187950ccc602ad07c685279141/aiohttp-3.10.10.tar.gz (from 
https://pypi.org/simple/aiohttp/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting frozenlist>=1.1.1 (from aiohttp<4.0.0,>=3.8.3->langchain-community->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached frozenlist-1.5.0-py3-none-any.whl.metadata (13 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('multidict<7.0,>=4.5'), 
LinkCandidate('https://files.pythonhosted.org/packages/17/7e/16e57e6cf20eb62481a2f9ce8674328407187950ccc602ad07c685279141/aiohttp-3.10.10.tar.gz (from 
https://pypi.org/simple/aiohttp/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting multidict<7.0,>=4.5 (from aiohttp<4.0.0,>=3.8.3->langchain-community->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached multidict-6.1.0-py3-none-any.whl.metadata (5.0 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('yarl<2.0,>=1.12.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/17/7e/16e57e6cf20eb62481a2f9ce8674328407187950ccc602ad07c685279141/aiohttp-3.10.10.tar.gz (from 
https://pypi.org/simple/aiohttp/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting yarl<2.0,>=1.12.0 (from aiohttp<4.0.0,>=3.8.3->langchain-community->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached yarl-1.16.0-py3-none-any.whl.metadata (63 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/17/7e/16e57e6cf20eb62481a2f9ce867432840718795
0ccc602ad07c685279141/aiohttp-3.10.10.tar.gz (from https://pypi.org/simple/aiohttp/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(16, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(17)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('jinja2'), 
LinkCandidate('https://files.pythonhosted.org/packages/9b/52/4a86a4fa1cc2aae79137cc9510b7080c3e5aede2310d14fae5486feec7f7/altair-5.4.1-py3-none-any.whl (from 
https://pypi.org/simple/altair/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('jsonschema>=3.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/9b/52/4a86a4fa1cc2aae79137cc9510b7080c3e5aede2310d14fae5486feec7f7/altair-5.4.1-py3-none-any.whl (from 
https://pypi.org/simple/altair/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting jsonschema>=3.0 (from altair<6,>=4.0->streamlit->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt 
(line 11))
INFO:pipenv.patched.pip._internal.network.download:Using cached jsonschema-4.23.0-py3-none-any.whl.metadata (7.9 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('narwhals>=1.5.2'), 
LinkCandidate('https://files.pythonhosted.org/packages/9b/52/4a86a4fa1cc2aae79137cc9510b7080c3e5aede2310d14fae5486feec7f7/altair-5.4.1-py3-none-any.whl (from 
https://pypi.org/simple/altair/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting narwhals>=1.5.2 (from altair<6,>=4.0->streamlit->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt 
(line 11))
INFO:pipenv.patched.pip._internal.network.download:Using cached narwhals-1.11.1-py3-none-any.whl.metadata (7.2 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('packaging'), 
LinkCandidate('https://files.pythonhosted.org/packages/9b/52/4a86a4fa1cc2aae79137cc9510b7080c3e5aede2310d14fae5486feec7f7/altair-5.4.1-py3-none-any.whl (from 
https://pypi.org/simple/altair/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('typing-extensions>=4.10.0; python_version < "3.13"'), 
LinkCandidate('https://files.pythonhosted.org/packages/9b/52/4a86a4fa1cc2aae79137cc9510b7080c3e5aede2310d14fae5486feec7f7/altair-5.4.1-py3-none-any.whl (from 
https://pypi.org/simple/altair/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/9b/52/4a86a4fa1cc2aae79137cc9510b7080c3e5aede
2310d14fae5486feec7f7/altair-5.4.1-py3-none-any.whl (from https://pypi.org/simple/altair/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(17, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(18)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('idna>=2.8'), 
LinkCandidate('https://files.pythonhosted.org/packages/e4/f5/f2b75d2fc6f1a260f340f0e7c6a060f4dd2961cc16884ed851b0d18da06a/anyio-4.6.2.post1-py3-none-any.whl (from 
https://pypi.org/simple/anyio/) (requires-python:>=3.9)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting idna>=2.8 (from anyio<5,>=3.5.0->openai->-r /tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 
15))
INFO:pipenv.patched.pip._internal.network.download:Using cached idna-3.10-py3-none-any.whl.metadata (10 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('sniffio>=1.1'), 
LinkCandidate('https://files.pythonhosted.org/packages/e4/f5/f2b75d2fc6f1a260f340f0e7c6a060f4dd2961cc16884ed851b0d18da06a/anyio-4.6.2.post1-py3-none-any.whl (from 
https://pypi.org/simple/anyio/) (requires-python:>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/e4/f5/f2b75d2fc6f1a260f340f0e7c6a060f4dd2961c
c16884ed851b0d18da06a/anyio-4.6.2.post1-py3-none-any.whl (from https://pypi.org/simple/anyio/) (requires-python:>=3.9)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(18, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(19)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/bb/2a/10164ed1f31196a2f7f3799368a821765c62851
ead0e630ab52b8e14b4d0/blinker-1.8.2-py3-none-any.whl (from https://pypi.org/simple/blinker/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(19, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(20)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/a4/07/14f8ad37f2d12a5ce41206c21820d8cb6561b72
8e51fad4530dff0552a67/cachetools-5.5.0-py3-none-any.whl (from https://pypi.org/simple/cachetools/) (requires-python:>=3.7)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(20, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(21)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/00/2e/d53fa4befbf2cfa713304affc7ca780ce4fc1fd
8710527771b58311a3229/click-8.1.7-py3-none-any.whl (from https://pypi.org/simple/click/) (requires-python:>=3.7)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(21, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(22)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('marshmallow<4.0.0,>=3.18.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/c3/be/d0d44e092656fe7a06b55e6103cbce807cdbdee17884a5367c68c9860853/dataclasses_json-0.6.7-py3-none-any.whl (from 
https://pypi.org/simple/dataclasses-json/) (requires-python:<4.0,>=3.7)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting marshmallow<4.0.0,>=3.18.0 (from dataclasses-json<0.7,>=0.5.7->langchain-community->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached marshmallow-3.23.0-py3-none-any.whl.metadata (7.6 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('typing-inspect<1,>=0.4.0'), 
LinkCandidate('https://files.pythonhosted.org/packages/c3/be/d0d44e092656fe7a06b55e6103cbce807cdbdee17884a5367c68c9860853/dataclasses_json-0.6.7-py3-none-any.whl (from 
https://pypi.org/simple/dataclasses-json/) (requires-python:<4.0,>=3.7)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting typing-inspect<1,>=0.4.0 (from dataclasses-json<0.7,>=0.5.7->langchain-community->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 9))
INFO:pipenv.patched.pip._internal.network.download:Using cached typing_inspect-0.9.0-py3-none-any.whl.metadata (1.5 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/c3/be/d0d44e092656fe7a06b55e6103cbce807cdbdee
17884a5367c68c9860853/dataclasses_json-0.6.7-py3-none-any.whl (from https://pypi.org/simple/dataclasses-json/) (requires-python:<4.0,>=3.7)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(22, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(23)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/12/b3/231ffd4ab1fc9d679809f356cebee130ac7daa0
0d6d6f3206dd4fd137e9e/distro-1.9.0-py3-none-any.whl (from https://pypi.org/simple/distro/) (requires-python:>=3.6)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(23, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(24)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('urllib3<3,>=1.26.2'), 
LinkCandidate('https://files.pythonhosted.org/packages/b1/20/864177d7ecbc98633ead4d8e12200ec1c7c7a0c8d45080ac636e043db1c7/elastic_transport-8.15.1-py3-none-any.whl (from 
https://pypi.org/simple/elastic-transport/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting urllib3<3,>=1.26.2 (from elastic-transport<9,>=8.13->elasticsearch->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 14))
INFO:pipenv.patched.pip._internal.network.download:Using cached urllib3-2.2.3-py3-none-any.whl.metadata (6.5 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('certifi'), 
LinkCandidate('https://files.pythonhosted.org/packages/b1/20/864177d7ecbc98633ead4d8e12200ec1c7c7a0c8d45080ac636e043db1c7/elastic_transport-8.15.1-py3-none-any.whl (from 
https://pypi.org/simple/elastic-transport/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting certifi (from elastic-transport<9,>=8.13->elasticsearch->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 14))
INFO:pipenv.patched.pip._internal.network.download:Using cached certifi-2024.8.30-py3-none-any.whl.metadata (2.2 kB)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.pinning(LinkCandidate('https://files.pythonhosted.org/packages/b1/20/864177d7ecbc98633ead4d8e12200ec1c7c7a0c
8d45080ac636e043db1c7/elastic_transport-8.15.1-py3-none-any.whl (from https://pypi.org/simple/elastic-transport/) (requires-python:>=3.8)'))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.ending_round(24, state)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.starting_round(25)
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(ExplicitRequirement(LinkCandidate('https://files.pythonhosted.org/packages/de/20/6f1d6977
f68389116e40a0108a5bfd468f3a0cceabe90b522693834bb5ec/elasticsearch-8.15.1-py3-none-any.whl (from https://pypi.org/simple/elasticsearch/) (requires-python:>=3.8)')), 
ExtrasCandidate(base=LinkCandidate('https://files.pythonhosted.org/packages/de/20/6f1d6977f68389116e40a0108a5bfd468f3a0cceabe90b522693834bb5ec/elasticsearch-8.15.1-py3-none-any.whl 
(from https://pypi.org/simple/elasticsearch/) (requires-python:>=3.8)'), extras=frozenset({'vectorstore-mmr'})))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('elastic-transport<9,>=8.13'), 
ExtrasCandidate(base=LinkCandidate('https://files.pythonhosted.org/packages/de/20/6f1d6977f68389116e40a0108a5bfd468f3a0cceabe90b522693834bb5ec/elasticsearch-8.15.1-py3-none-any.whl 
(from https://pypi.org/simple/elasticsearch/) (requires-python:>=3.8)'), extras=frozenset({'vectorstore-mmr'})))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('numpy>=1; extra == "vectorstore-mmr"'), 
ExtrasCandidate(base=LinkCandidate('https://files.pythonhosted.org/packages/de/20/6f1d6977f68389116e40a0108a5bfd468f3a0cceabe90b522693834bb5ec/elasticsearch-8.15.1-py3-none-any.whl 
(from https://pypi.org/simple/elasticsearch/) (requires-python:>=3.8)'), extras=frozenset({'vectorstore-mmr'})))
INFO:pipenv.patched.pip._internal.resolution.resolvelib.reporter:Reporter.adding_requirement(SpecifierRequirement('simsimd>=3; extra == "vectorstore-mmr"'), 
ExtrasCandidate(base=LinkCandidate('https://files.pythonhosted.org/packages/de/20/6f1d6977f68389116e40a0108a5bfd468f3a0cceabe90b522693834bb5ec/elasticsearch-8.15.1-py3-none-any.whl 
(from https://pypi.org/simple/elasticsearch/) (requires-python:>=3.8)'), extras=frozenset({'vectorstore-mmr'})))
INFO:pipenv.patched.pip._internal.operations.prepare:Collecting simsimd>=3 (from elasticsearch<9.0.0,>=8.13.1->langchain-elasticsearch->-r 
/tmp/pipenv-nstczn5c-requirements/pipenv-ib_th5f5-constraints.txt (line 16))
INFO:pipenv.patched.pip._internal.network.download:Using cached simsimd-5.9.2.tar.gz (150 kB)
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: started
INFO:pipenv.patched.pip._internal.cli.spinners:Installing build dependencies: finished with status 'done'
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: started
INFO:pipenv.patched.pip._internal.cli.spinners:Getting requirements to build wheel: finished with status 'error'
ERROR:pip.subprocessor:Getting requirements to build wheel exited with 1
Traceback (most recent call last):
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 458, in resolve
    results = resolver.resolve(self.constraints, check_supported_wheels=False)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve
    result = self._result = resolver.resolve(
                            ^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve
    state = resolution.resolve(requirements, max_rounds=max_rounds)
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_vendor/resolvelib/resolvers.py", line 427, in resolve
    failure_causes = self._attempt_to_pin_criterion(name)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_vendor/resolvelib/resolvers.py", line 239, in _attempt_to_pin_criterion
    criteria = self._get_updated_criteria(candidate)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_vendor/resolvelib/resolvers.py", line 230, in _get_updated_criteria
    self._add_to_criteria(criteria, requirement, parent=candidate)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria
    if not criterion.candidates:
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_vendor/resolvelib/structs.py", line 156, in __bool__
    return bool(self._sequence)
           ^^^^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/found_candidates.py", line 174, in __bool__
    return any(self)
           ^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/found_candidates.py", line 162, in <genexpr>
    return (c for c in iterator if id(c) not in self._incompatible_ids)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/found_candidates.py", line 53, in _iter_built
    candidate = func()
                ^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/factory.py", line 186, in _make_candidate_from_link
    base: Optional[BaseCandidate] = self._make_base_candidate_from_link(
                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/factory.py", line 232, in _make_base_candidate_from_link
    self._link_candidate_cache = LinkCandidate(
                                       ^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/candidates.py", line 307, in __init__
    super().__init__(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/candidates.py", line 159, in __init__
    self.dist = self._prepare()
                ^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/candidates.py", line 236, in _prepare
    dist = self._prepare_distribution()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/resolution/resolvelib/candidates.py", line 318, in _prepare_distribution
    return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/operations/prepare.py", line 527, in prepare_linked_requirement
    return self._prepare_linked_requirement(req, parallel_builds)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/operations/prepare.py", line 642, in _prepare_linked_requirement
    dist = _get_prepared_distribution(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/operations/prepare.py", line 72, in _get_prepared_distribution
    abstract_dist.prepare_distribution_metadata(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/distributions/sdist.py", line 56, in prepare_distribution_metadata
    self._install_build_reqs(finder)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/distributions/sdist.py", line 126, in _install_build_reqs
    build_reqs = self._get_build_requires_wheel()
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/distributions/sdist.py", line 103, in _get_build_requires_wheel
    return backend.get_requires_for_build_wheel()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/utils/misc.py", line 706, in get_requires_for_build_wheel
    return super().get_requires_for_build_wheel(config_settings=cs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_vendor/pyproject_hooks/_impl.py", line 166, in get_requires_for_build_wheel
    return self._call_hook('get_requires_for_build_wheel', {
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_vendor/pyproject_hooks/_impl.py", line 311, in _call_hook
    self._subprocess_runner(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/utils/subprocess.py", line 237, in runner
    call_subprocess(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/patched/pip/_internal/utils/subprocess.py", line 209, in call_subprocess
    raise error
pipenv.patched.pip._internal.exceptions.InstallationSubprocessError: Getting requirements to build wheel exited with 1
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/resolver.py", line 466, in <module>
    main()
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/resolver.py", line 452, in main
    _main(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/resolver.py", line 436, in _main
    resolve_packages(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/resolver.py", line 400, in resolve_packages
    results, resolver = resolve_deps(
                        ^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 968, in resolve_deps
    results, hashes, internal_resolver = actually_resolve_deps(
                                         ^^^^^^^^^^^^^^^^^^^^^^
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 735, in actually_resolve_deps
    resolver.resolve()
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 460, in resolve
    raise ResolutionFailure(message=str(e))
pipenv.exceptions.ResolutionFailure: ERROR: Getting requirements to build wheel exited with 1
✘ Locking Failed!
⠇ Locking packages...
Traceback (most recent call last):
  File "/home/host01/.local/bin/pipenv", line 8, in <module>
    sys.exit(cli())
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1157, in __call__
    return self.main(*args, **kwargs)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/cli/options.py", line 52, in main
    return super().main(*args, **kwargs, windows_expand_args=False)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1078, in main
    rv = self.invoke(ctx)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1688, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 1434, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/decorators.py", line 92, in new_func
    return ctx.invoke(f, obj, *args, **kwargs)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/vendor/click/core.py", line 783, in invoke
    return __callback(*args, **kwargs)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/cli/command.py", line 207, in install
    do_install(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/routines/install.py", line 284, in do_install
    do_init(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/routines/install.py", line 694, in do_init
    handle_lockfile(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/routines/install.py", line 174, in handle_lockfile
    handle_missing_lockfile(project, system, allow_global, pre, pypi_mirror)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/routines/install.py", line 232, in handle_missing_lockfile
    do_lock(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/routines/lock.py", line 67, in do_lock
    venv_resolve_deps(
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 907, in venv_resolve_deps
    c = resolve(cmd, st, project=project)
  File "/home/host01/.local/lib/python3.9/site-packages/pipenv/utils/resolver.py", line 771, in resolve
    raise RuntimeError("Failed to lock Pipfile.lock!")
RuntimeError: Failed to lock Pipfile.lock!
matteius commented 1 week ago

Hmmm, I don't believe the pip resolver ever could resolve against already installed packages and would have to build the wheel, but if you are just trying to install packages, and have --site-packages included does it work to run pipenv install --site-packages --deploy? or alternatively pipenv sync--site-packages on new release 2024.3.0?

ucola commented 1 week ago

If I try pipenv install --site-packages --deploy --verbose I got as final this error... can you help with them?

Building wheel for markupsafe (pyproject.toml): started

  Building wheel for markupsafe (pyproject.toml): finished with status 'done'

  Created wheel for markupsafe: filename=MarkupSafe-3.0.2-cp311-cp311-freebsd_13_3_release_p7_amd64.whl size=13647 sha256=e5fdb2bdd1bcfc5b365b0e9e03ec4341aa21122aadaed7dbf01c44b867fc1ab8

  Stored in directory: /home/host01/.cache/pipenv/wheels/9d/38/99/1f61f3b0dd7ab4898edfa9fcf6feb13644d4d49a44b3bed19d

  Building wheel for numpy (pyproject.toml): started

  Building wheel for numpy (pyproject.toml): finished with status 'done'

  Created wheel for numpy: filename=numpy-1.26.4-cp311-cp311-freebsd_13_3_release_p7_amd64.whl size=6450152 sha256=0987d08c83a807693ba81f4fa49e4d49433e088c1412525aed2a83449030049e

  Stored in directory: /home/host01/.cache/pipenv/wheels/2d/cd/ff/119df51d0a4fa2ac64ed31716a1fe55205207c57b2ac79b70b

  Building wheel for orjson (pyproject.toml): started

  Building wheel for orjson (pyproject.toml): finished with status 'done'

  Created wheel for orjson: filename=orjson-3.10.10-cp311-cp311-freebsd_13_3_RELEASE_p7_amd64.whl size=727064 sha256=0034881e62676cab017efb623f1e3d437b388d3593c08a45121c806113c33c31

  Stored in directory: /home/host01/.cache/pipenv/wheels/d0/aa/78/8fe0f5c4da6fab5e82d97a05fcb4cfe763aca8f3b6b32dca6a

  Building wheel for pandas (pyproject.toml): started

  Building wheel for pandas (pyproject.toml): finished with status 'done'

  Created wheel for pandas: filename=pandas-2.2.3-cp311-cp311-freebsd_13_3_RELEASE_p7_amd64.whl size=41774072 sha256=3db114c9833782f3b80d71e58262e6fb3c0f5ce04c6ee53f67edbc76b3920fdc

  Stored in directory: /home/host01/.cache/pipenv/wheels/b5/ec/23/914a162b3fa471f927ef382b6ee87be151e27a55261f839b67

  Building wheel for pillow (pyproject.toml): started

  Building wheel for pillow (pyproject.toml): finished with status 'done'

  Created wheel for pillow: filename=pillow-10.4.0-cp311-cp311-freebsd_13_3_release_p7_amd64.whl size=636712 sha256=56fb536eb44ee60eab07b5b55fbcc862619800a10a62566dd40d52c88a952b63

  Stored in directory: /home/host01/.cache/pipenv/wheels/47/8e/04/546a9af0fd1b667fcd186f8e9fd04d4d7122ece467bc830436

  Building wheel for pyarrow (pyproject.toml): started

  Building wheel for pyarrow (pyproject.toml): finished with status 'error'

and if i try this bellow with 2024.3.0, i got the error bellow pipenv install --site-packages --deploy


:       running build_ext
:       creating /tmp/pip-install-97jbib40/pyarrow_d8b9e214bbcb4b4da619bd0143823146/build/temp.freebsd-13.3-RELEASE-p7-amd64-cpython-311
:       -- Running cmake for PyArrow
:       cmake -DCMAKE_INSTALL_PREFIX=/tmp/pip-install-97jbib40/pyarrow_d8b9e214bbcb4b4da619bd0143823146/build/lib.freebsd-13.3-RELEASE-p7-amd64-cpython-311/pyarrow -DPYTHON_EXECUTABLE=/home/host01/test_pipenv2/.venv/bin/python 
-DPython3_EXECUTABLE=/home/host01/test_pipenv2/.venv/bin/python -DPYARROW_CXXFLAGS= -DPYARROW_BUNDLE_ARROW_CPP=off -DPYARROW_BUNDLE_CYTHON_CPP=off -DPYARROW_GENERATE_COVERAGE=off -DCMAKE_BUILD_TYPE=release 
/tmp/pip-install-97jbib40/pyarrow_d8b9e214bbcb4b4da619bd0143823146
:       -- The C compiler identification is Clang 17.0.6
:       -- The CXX compiler identification is Clang 17.0.6
:       -- Detecting C compiler ABI info
:       -- Detecting C compiler ABI info - done
:       -- Check for working C compiler: /usr/bin/cc - skipped
:       -- Detecting C compile features
:       -- Detecting C compile features - done
:       -- Detecting CXX compiler ABI info
:       -- Detecting CXX compiler ABI info - done
:       -- Check for working CXX compiler: /usr/bin/c++ - skipped
:       -- Detecting CXX compile features
:       -- Detecting CXX compile features - done
:       -- System processor: amd64
:       -- Performing Test CXX_SUPPORTS_SSE4_2
:       -- Performing Test CXX_SUPPORTS_SSE4_2 - Success
:       -- Performing Test CXX_SUPPORTS_AVX2
:       -- Performing Test CXX_SUPPORTS_AVX2 - Success
:       -- Performing Test CXX_SUPPORTS_AVX512
:       -- Performing Test CXX_SUPPORTS_AVX512 - Success
:       -- Arrow build warning level: PRODUCTION
:       -- Using ld linker
:       -- Build Type: RELEASE
:       -- CMAKE_C_FLAGS:  -Wall -Wno-unknown-warning-option -Wno-pass-failed -msse4.2  -Qunused-arguments -fcolor-diagnostics  -fno-omit-frame-pointer -Wno-unused-variable -Wno-maybe-uninitialized -Wno-parentheses-equality -Wno-constant-logical-operand 
-Wno-missing-declarations -Wno-sometimes-uninitialized -Wno-return-type-c-linkage
:       -- CMAKE_CXX_FLAGS:   -Wall -Wno-unknown-warning-option -Wno-pass-failed -msse4.2  -Qunused-arguments -fcolor-diagnostics  -fno-omit-frame-pointer -Wno-unused-variable -Wno-maybe-uninitialized -Wno-parentheses-equality -Wno-constant-logical-operand 
-Wno-missing-declarations -Wno-sometimes-uninitialized -Wno-return-type-c-linkage
:       -- Generator: Unix Makefiles
:       -- Build output directory: /tmp/pip-install-97jbib40/pyarrow_d8b9e214bbcb4b4da619bd0143823146/build/temp.freebsd-13.3-RELEASE-p7-amd64-cpython-311/release
:       -- Found Python3: /home/host01/test_pipenv2/.venv/bin/python (found version "3.11.10") found components: Interpreter Development.Module NumPy
:       -- Found Python3Alt: /home/host01/test_pipenv2/.venv/bin/python
:       -- Found NumPy version: 2.1.2
:       -- NumPy include dir: /tmp/pip-build-env-qpi0x9hl/overlay/lib/python3.11/site-packages/numpy/_core/include
:       -- Found Cython version: 3.0.11
:       -- Arrow version: 13.0.0
:       -- Found the Arrow shared library: /usr/local/lib/libarrow.so.1300.0.0
:       -- Found the Arrow import library: ARROW_IMPORT_LIB-NOTFOUND
:       -- Found the Arrow static library:
:       -- Building PyArrow with Dataset
:       -- Parquet version: 13.0.0
:       -- Found the Parquet shared library: /usr/local/lib/libparquet.so.1300.0.0
:       -- Found the Parquet import library: PARQUET_IMPORT_LIB-NOTFOUND
:       -- Found the Parquet static library:
:       -- ArrowAcero version: 13.0.0
:       -- Found the ArrowAcero shared library: /usr/local/lib/libarrow_acero.so.1300.0.0
:       -- Found the ArrowAcero import library: ARROW_ACERO_IMPORT_LIB-NOTFOUND
:       -- Found the ArrowAcero static library:
:       -- ArrowDataset version: 13.0.0
:       -- Found the ArrowDataset shared library: /usr/local/lib/libarrow_dataset.so.1300.0.0
:       -- Found the ArrowDataset import library: ARROW_DATASET_IMPORT_LIB-NOTFOUND
:       -- Found the ArrowDataset static library:
:       -- Building PyArrow with Acero
:       -- Building PyArrow with Parquet
:       -- Parquet Encryption Enabled
:       -- Building PyArrow with HDFS
:       -- Building PyArrow with Gandiva
:       -- Could NOT find LLVM (missing: LLVM_DIR)
:       -- Could NOT find LLVM (missing: LLVM_DIR)
:       -- Could NOT find LLVM (missing: LLVM_DIR)
:       -- Could NOT find LLVM (missing: LLVM_DIR)
:       -- Could NOT find LLVM (missing: LLVM_DIR)
:       -- Could NOT find LLVM (missing: LLVM_DIR)
:       -- Could NOT find LLVM (missing: LLVM_DIR)
:       -- Could NOT find LLVM (missing: LLVM_DIR)
:       -- Could NOT find LLVM (missing: LLVM_DIR)
:       -- Could NOT find LLVM (missing: LLVM_DIR)
:       -- Could NOT find LLVM (missing: LLVM_DIR)
:       CMake Error at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
:         Could NOT find LLVMAlt (missing: LLVM_PACKAGE_VERSION CLANG_EXECUTABLE
:         LLVM_FOUND LLVM_LINK_EXECUTABLE)
:       Call Stack (most recent call first):
:         /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
:         /usr/local/lib/cmake/Gandiva/FindLLVMAlt.cmake:118 (find_package_handle_standard_args)
:         /usr/local/share/cmake/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
:         /usr/local/lib/cmake/Gandiva/GandivaConfig.cmake:67 (find_dependency)
:         CMakeLists.txt:833 (find_package)
:       
:       
:       -- Configuring incomplete, errors occurred!
:       error: command '/usr/local/bin/cmake' failed with exit code 1
:       
:   
:   note: This error originates from a subprocess, and is likely not a problem with pip.
:   ERROR: Failed building wheel for pyarrow
: ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (pyarrow)
ERROR: Couldn't install package: [1m{}[0m
 [33mPackage installation failed...[0m

any idea why and how to resolve them?