We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--fast
Install fails on Cedar when --no-build-isolation is set (which is made active by setting the --fast flag).
--no-build-isolation
To reproduce:
chime/python/2022.06
mkchimeenv create venv --fast
Relevant traceback occurs at line 345 in env.install:
env.install
virtualenvapi.exceptions.PackageInstallationException: (1, b"Looking in links: /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2020/avx2, /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/avx2, /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo2020/generic, /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/gentoo/generic, /cvmfs/soft.computecanada.ca/custom/python/wheelhouse/generic\nObtaining file:///project/6003614/lgray/test_data/tmp/test/t2/code/caput\n Checking if build backend supports build_editable: started\n Checking if build backend supports build_editable: finished with status 'done'\n Preparing metadata (pyproject.toml): started\n Preparing metadata (pyproject.toml): finished with status 'error'\n", '-e /project/6003614/lgray/test_data/tmp/test/t2/code/caput')
Possibly related: pypa/pip#6264
Install is successful if --fast flag is not set.
The text was updated successfully, but these errors were encountered:
fix(requirements): add versioneer install requirement
51c8228
Closes chime-experiment/mkchimeenv#5
0da7b5e
This is due to versioner not being installed with --no-build-isolation
Sorry, something went wrong.
Closed by #6
ljgray
Successfully merging a pull request may close this issue.
Install fails on Cedar when
--no-build-isolation
is set (which is made active by setting the--fast
flag).To reproduce:
chime/python/2022.06
mkchimeenv create venv --fast
Relevant traceback occurs at line 345 in
env.install
:Possibly related: pypa/pip#6264
Install is successful if
--fast
flag is not set.The text was updated successfully, but these errors were encountered: