You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker build is failing upon installing turbodbc in dockerfile. This Dockerfile was successfully built a week before but now it's failing even though there is no change in the application and the infrastructure.
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'done'
Building wheels for collected packages: turbodbc
Building wheel for turbodbc (setup.py): started
Building wheel for turbodbc (setup.py): still running...
Building wheel for turbodbc (setup.py): still running...
Building wheel for turbodbc (setup.py): still running...
Building wheel for turbodbc (setup.py): still running...
Building wheel for turbodbc (setup.py): finished with status 'error'
[91m error: subprocess-exited-with-error
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [1248 lines of output]
/usr/local/lib/python3.9/site-packages/setuptools/dist.py:724: UserWarning: Module pyarrow was already imported from /usr/local/lib/python3.9/site-packages/pyarrow/init.py, but /tmp/pip-install-64lv0rpv/turbodbc_99cb81698f1444109a3d8faae1e53b9b/.eggs/pyarrow-9.0.0-py3.9-linux-x86_64.egg is being added to sys.path
pkg_resources.working_set.add(dist, replace=True)
The text was updated successfully, but these errors were encountered:
areebxfusiontech
changed the title
Encountered error while trying to install package turbodb
Encountered error while trying to install package turbodbc
Oct 28, 2022
Docker build is failing upon installing turbodbc in dockerfile. This Dockerfile was successfully built a week before but now it's failing even though there is no change in the application and the infrastructure.
Dockerfile
Req.txt
Error:
× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [1248 lines of output]
/usr/local/lib/python3.9/site-packages/setuptools/dist.py:724: UserWarning: Module pyarrow was already imported from /usr/local/lib/python3.9/site-packages/pyarrow/init.py, but /tmp/pip-install-64lv0rpv/turbodbc_99cb81698f1444109a3d8faae1e53b9b/.eggs/pyarrow-9.0.0-py3.9-linux-x86_64.egg is being added to sys.path
pkg_resources.working_set.add(dist, replace=True)
Full Error: https://gist.github.com/areebxfusiontech/14c5be6a4900bee96ac65dea9631d480#file-gistfile1-txt-L1191
The text was updated successfully, but these errors were encountered: