Skip to content
New issue

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

Install fails with --fast flag on python 3.10.2 #5

Closed
ljgray opened this issue Jan 18, 2024 · 2 comments
Closed

Install fails with --fast flag on python 3.10.2 #5

ljgray opened this issue Jan 18, 2024 · 2 comments
Assignees

Comments

@ljgray
Copy link
Contributor

ljgray commented Jan 18, 2024

Install fails on Cedar when --no-build-isolation is set (which is made active by setting the --fast flag).

To reproduce:

  1. Force purge modules and load chime/python/2022.06
  2. Run mkchimeenv create venv --fast

Relevant traceback occurs at line 345 in 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.

@ljgray
Copy link
Contributor Author

ljgray commented Mar 15, 2024

This is due to versioner not being installed with --no-build-isolation

@ljgray
Copy link
Contributor Author

ljgray commented Mar 20, 2024

Closed by #6

@ljgray ljgray closed this as completed Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant