doubt regarding installation of squadds , i am getting the following error in my anaconda prompt #25
ABHIRAM-KUNIYIL
started this conversation in
qiskit-fall-fest-2024
Replies: 1 comment
-
Hi @ABHIRAM-KUNIYIL , As mentioned on Discord - this may be due to outdated C++ build tools on your system. Please update that and see if that resolves it. Best, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
error: subprocess-exited-with-error
Building wheel for pandas (pyproject.toml) did not run successfully.
exit code: 1
[2514 lines of output]
:19: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
running bdist_wheel
running build
running build_py
creating build\lib.win-amd64-cpython-312\pandas
copying pandas\conftest.py -> build\lib.win-amd64-cpython-312\pandas
copying pandas\testing.py -> build\lib.win-amd64-cpython-312\pandas
copying pandas_typing.py -> build\lib.win-amd64-cpython-312\pandas
copying pandas_version.py -> build\lib.win-amd64-cpython-312\pandas
copying pandas_init_.py -> build\lib.win-amd64-cpython-312\pandas
creating build\lib.win-amd64-cpython-312\pandas\api
copying pandas\api_init_.py -> build\lib.win-amd64-cpython-312\pandas\api
creating build\lib.win-amd64-cpython-312\pandas\arrays
Beta Was this translation helpful? Give feedback.
All reactions