Replies: 1 comment 5 replies
-
You can't, unless the upstream publishes this information, or pins the deps for building. But from your error it seems like you might want to update setuptools or downgrade setuptools-scm. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi
i need to reproduce exactly the same environment of an old project.
i supposed the requirements.txt file was enough, but no.
for example, when installing cbor2==5.0.1, it needs setuptools_scm > 6.4 as build dependencies. But the build process crashed with the last setuptools_scm and print:
ERROR: setuptools==41.2.0 is used in combination with setuptools_scm>=6.x
OK so in the origin environment, how can i find which version setuptools_scm was used to build cbor2 package ?
thanks
Beta Was this translation helpful? Give feedback.
All reactions