crossenv icon indicating copy to clipboard operation
crossenv copied to clipboard

Fix Python 3.11 by removing use of sysconfig._is_python_source_dir

Open chrisburr opened this issue 3 years ago • 2 comments

Added to conda-forge in https://github.com/conda-forge/crossenv-feedstock/pull/34 and I've tested locally that it works as expected.

I suspect there might be some more issues with crossenv that result from https://github.com/python/cpython/issues/89745 and/or https://github.com/python/cpython/issues/89183 but I've not yet found anything specific.

chrisburr avatar Oct 25 '22 14:10 chrisburr

I think the CI is failing due to issues with a newer setuptools release rather than anything with this PR.

chrisburr avatar Oct 25 '22 15:10 chrisburr

This patch did not work for me, however the patch in #104 does seem to work.

Safihre avatar Nov 02 '22 10:11 Safihre