Skip to content
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

Conflict with build dependencies while doing "make test" #313

Open
aad1tya opened this issue Dec 14, 2022 · 1 comment
Open

Conflict with build dependencies while doing "make test" #313

aad1tya opened this issue Dec 14, 2022 · 1 comment

Comments

@aad1tya
Copy link

aad1tya commented Dec 14, 2022

I have tested the Contributing to create-aio-app on two machines.
Both of them updated with the latest pip package.

When I try to do

  • make test

This is the error I get:
Some build dependencies for file:///home/user/Documents/github-contribs/create-aio-app conflict with the backend dependencies: setuptools_scm_git_archive==1.4 is incompatible with setuptools_scm_git_archive==1.1.

@max1204
Copy link

max1204 commented Dec 22, 2022

@aad1tya
According to PyPI page for this module This plugin is obsolete. setuptools_scm >= 7.0.0 supports Git archives by itself. and I tried to remove and build the application and it worked without any issues and it also works if you upgrade the setuptools_scm_git_archive==1.1 to 1.4 in files and that will work
@Arfey Is this project still actively maintained?
I would like to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants