-
-
Notifications
You must be signed in to change notification settings - Fork 172
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
Add pyproject.toml #287
base: master
Are you sure you want to change the base?
Add pyproject.toml #287
Conversation
Explicitly declare that setuptools is the build backend for this project, so it can be installed in environment where setuptools is not pre-installed.
Hi @sbidoul I get the same issue with both python 3.7.9 and 3.8.10.
|
@jcdrubay this other error is due to tags we have in our openupgradelib fork that confuse setuptools-scm. |
It does not seem to fix the issue :/
|
That's because our weird tag reappeared. I've removed it again. It should work now. But anyway, people are not supposed to use this fork. |
Hi @sbidoul I confirm that it worked well this time:
|
Im sorry I have the same issues with the package : Using cached pathlib-1.0.1.tar.gz (49 kB) And the same issue appear : Using cached pathlib-1.0.1.tar.gz (49 kB) × python setup.py egg_info did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. Im not sur of what weird tag you speak of and were to find and remove it there a copy of my power shell 👍 |
Need rebase and fix conflicts. |
Explicitly declare that setuptools is the build backend
for this project, so it can be installed in environment
where setuptools is not pre-installed.
closes #276