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
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
Error: EEXIST: file already exists, symlink '/opt/hostedtoolcache/PyPy/2.7.18/x64/bin/pypy' -> '/opt/hostedtoolcache/PyPy/2.7.18/x64/bin/pypy2'
at Object.symlinkSync (fs.js:1095:3)
at Object.175 (/home/runner/work/_actions/excitedleigh/setup-nox/v2.0.0/dist/index.js:1459:14)
at webpack_require (/home/runner/work/_actions/excitedleigh/setup-nox/v2.0.0/dist/index.js:24:31)
at startup (/home/runner/work/_actions/excitedleigh/setup-nox/v2.0.0/dist/index.js:43:19)
at /home/runner/work/_actions/excitedleigh/setup-nox/v2.0.0/dist/index.js:47:18
at Object. (/home/runner/work/_actions/excitedleigh/setup-nox/v2.0.0/dist/index.js:50:10)
at Module._compile (internal/modules/cjs/loader.js:999:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10)
at Module.load (internal/modules/cjs/loader.js:863:32)
at Function.Module._load (internal/modules/cjs/loader.js:708:14) {
errno: -17,
syscall: 'symlink',
code: 'EEXIST',
path: '/opt/hostedtoolcache/PyPy/2.7.18/x64/bin/pypy',
dest: '/opt/hostedtoolcache/PyPy/2.7.18/x64/bin/pypy2'
}
I have no clue why this is happening.
The text was updated successfully, but these errors were encountered:
I think you are using 2.7 version of Python. Try to reinstall and download latest python 3 version. Make sure you have all requeriments at the requeirements.txt file (they should have been installed with start.bat/sh)
The CI job has always pulled python2.7 it just doesn't use it. It just pulls in all the python dists available in github actions in case it's needed by a nox session.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
the
nox
stage fails on the last 2 PRs: #409 and #408I have no clue why this is happening.
The text was updated successfully, but these errors were encountered: