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
Problem appears after upgrading from Python 3.9 to 3.10 (probably related to setuptools upgrade)
I'm trying to fix it in my fork.
If resolved, I'll propose a pull-request
With poetry, installing package for forked repository:
$ poetry install
Installing dependencies from lock file
Package operations: 1 install, 0 updates, 0 removals
• Installing rootpath (0.1.1 96ed35b): Failed
...
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'error'
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
The current environment is (Linux: Ubuntu 20.04):
$ poetry env info
Virtualenv
Python: 3.10.5
Implementation: CPython
Path: /home/user/.cache/pypoetry/virtualenvs/dve-sample-py-1sUhEi8s-py3.10
Executable: /home/user/.cache/pypoetry/virtualenvs/dve-sample-py-1sUhEi8s-py3.10/bin/python
Valid: True
System
Platform: linux
OS: posix
Python: 3.10.5
Path: /home/user/.pyenv/versions/3.10.5
Executable: /home/user/.pyenv/versions/3.10.5/bin/python3.10
The text was updated successfully, but these errors were encountered:
hute37
pushed a commit
to hute37/python-rootpath
that referenced
this issue
Sep 9, 2022
Problem appears after upgrading from Python 3.9 to 3.10 (probably related to
setuptools
upgrade)I'm trying to fix it in my fork.
If resolved, I'll propose a pull-request
With
poetry
, installing package for forked repository:raises this error:
The current environment is (Linux: Ubuntu 20.04):
The text was updated successfully, but these errors were encountered: