Open areebxfusiontech opened 2 years ago
It might be related to the versions of numpy and pandas. Try adjusting the following lines in the requirements.txt
...
numpy==1.21.6
pandas==1.3.5
...
From == to >= ie.
...
numpy>=1.21.6
pandas>=1.3.5
...
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