Getting following Error:
Building wheels for collected packages: coverage, tornado, pandas, pandocfilters, backcall, pyzmq, MarkupSafe, pyrsistent
WARNING: Building wheel for coverage failed: [Errno 13] Permission denied: ‘/home/travis/.cache/pip/wheels/b1’
WARNING: Building wheel for tornado failed: [Errno 13] Permission denied: ‘/home/travis/.cache/pip/wheels/88’
WARNING: Building wheel for pandas failed: [Errno 13] Permission denied: ‘/home/travis/.cache/pip/wheels/23’
WARNING: Building wheel for pandocfilters failed: [Errno 13] Permission denied: ‘/home/travis/.cache/pip/wheels/f6’
WARNING: Building wheel for backcall failed: [Errno 13] Permission denied: ‘/home/travis/.cache/pip/wheels/19’
WARNING: Building wheel for pyzmq failed: [Errno 13] Permission denied: ‘/home/travis/.cache/pip/wheels/48’
WARNING: Building wheel for MarkupSafe failed: [Errno 13] Permission denied: ‘/home/travis/.cache/pip/wheels/0c’
WARNING: Building wheel for pyrsistent failed: [Errno 13] Permission denied: ‘/home/travis/.cache/pip/wheels/be’
Failed to build coverage tornado pandas pandocfilters backcall pyzmq MarkupSafe pyrsistent
ERROR: Could not build wheels for pandas which use PEP 517 and cannot be installed directly
The command "# Install dependencies from PyPI.
python -mpip install --upgrade $PRE -r requirements/testing/travis_all.txt $EXTRAREQS $PINNEDVERS
" failed and exited with 1 during .
Expected outcome As it is not giving any issue on AMD64 architecture, it should not give any error for ARM64 as well.
@noloader I am still facing the above issue on ARM64, even after restarting the failed jobs, the issue hasn’t been resolved.
Also, I am facing the issue in many different packages, apart from matplotlib the issue could be seen in python-lz4 and scipy build jobs. Please have a look:
See also No cache support on arm64? where the issue is also discussed; @BanzaiMan wanted to look into it February 20, 2020, but then nothing seems to have happened?