Jason R. Coombs
Jason R. Coombs
Alternately, consider using https://pypi.org/project/googlevoice; if there's interest in adopting that version instead, I'd be happy to grant shared ownership/maintainership of that package to the maintainers here.
In https://github.com/pypa/setuptools/pull/2865#issuecomment-965700532, I learned the issue is more complicated on PyPy, because `pytest-virtualenv` imports `pkg_resources`, which implicitly loads the working set which triggers behavior of invoking `sysconfig.get_platform()`, which on PyPy...
So grateful to see this being incorporated!
Yes, with 21.3.1 produces the same error.
``` $ pip-run --use-pep517 'pytest-virtualenv@ git+https://github.com/man-group/pytest-plugins#subdirectory=pytest-virtualenv' Collecting pytest-virtualenv@ git+https://github.com/man-group/pytest-plugins#subdirectory=pytest-virtualenv Cloning https://github.com/man-group/pytest-plugins to /private/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-install-0ojrwvyf/pytest-virtualenv_95ee5060e07c408db4f8f4ac625e4296 Running command git clone --filter=blob:none -q https://github.com/man-group/pytest-plugins /private/var/folders/c6/v7hnmq453xb6p2dbz1gqc6rr0000gn/T/pip-install-0ojrwvyf/pytest-virtualenv_95ee5060e07c408db4f8f4ac625e4296 Resolved https://github.com/man-group/pytest-plugins to commit 2929621566d6510849878d913da6509635e666e1 Installing build dependencies ......
pip-run is just like `pip install`, except that it's transient (if it succeeds, it doesn't change anything about the environment, so you don't have to worry about creating an environment...
I was able to temporarily work around the problem by uninstalling and then installing with: ``` pipx install --python 3.11 nose2pytest@git+https://github.com/pytest-dev/nose2pytest ```
I encountered this issue today. Did you consider emitting a warning when this condition is encountered?
> I don't have access to Windows on ARM currently. If you're on an ARM-based Mac, you can use [UTM](https://mac.getutm.app/). The performance is excellent (boots in ~15 sec). I've found...
Yes, probably.