aio-libs / create-aio-app

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

command not found: create-aio-http #315

Closed prayag1740 closed 1 year ago

prayag1740 commented 1 year ago

Hi

I installed the python library create-aio-app using pip and it got installed too. However when I try to use the executable and run the command
create-aio-app my_project

it shows me an error that command not found: create-aio-http I am using a mac m1 device. It would be great if anyone can guide me where I am going wrong.

prayag1740 commented 1 year ago

This issue was resolved by adding python 3.9 in my PATH variable.