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
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.
The text was updated successfully, but these errors were encountered:
@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.
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
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.
The text was updated successfully, but these errors were encountered: