aio-libs / create-aio-app

The boilerplate for aiohttp. Quick setup for your asynchronous web service.
https://create-aio-app.readthedocs.io/
MIT License
307 stars 87 forks source link

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

Open aad1tya opened 1 year ago

aad1tya commented 1 year ago

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.

max1204 commented 1 year ago

@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.