s3rius / FastAPI-template

Feature rich robust FastAPI template.
MIT License
1.94k stars 168 forks source link

Mac m1, do not progress #202

Open ilyoungkim opened 7 months ago

ilyoungkim commented 7 months ago

Removing resources for disabled feature GraphQL API... Removing resources for disabled feature Redis... Removing resources for disabled feature RabbitMQ support... Removing resources for disabled feature Kafka support... Removing resources for disabled feature Kubernetes... Removing resources for disabled feature Migrations... Removing resources for disabled feature Alembic migrations... Removing resources for disabled feature Gitlab CI... Removing resources for disabled feature Github CI... Removing resources for disabled feature Loguru... Removing resources for disabled feature Routers... Removing resources for disabled feature Users model... Removing resources for disabled feature Dummy model... Removing resources for disabled feature Self-hosted swagger... Removing resources for disabled feature SQLAlchemy ORM... Removing resources for disabled feature Tortoise ORM... Removing resources for disabled feature Ormar ORM... Removing resources for disabled feature PsycoPG... Removing resources for disabled feature Piccolo... Removing resources for disabled feature Postgresql DB... Removing resources for disabled feature Opentelemetry support... Removing resources for disabled feature SQLite DB... Removing resources for disabled feature Taskiq support... Removing resources for disabled feature Gunicorn support... cleanup complete! ⭐ Placing resources nicely in your new project ⭐ Resources are happy to be where they are needed the most. 힌트: Using 'master' as the name for the initial branch. This default branch name 힌트: is subject to change. To configure the initial branch name to use in all 힌트: of your new repositories, which will suppress this warning, call: 힌트: 힌트: git config --global init.defaultBranch 힌트: 힌트: Names commonly chosen instead of 'master' are 'main', 'trunk' and 힌트: 'development'. The just-created branch can be renamed via this command: 힌트: 힌트: git branch -m Git repository initialized. Added files to index. Creating virtualenv fastapi-template-LPO4Yw2U-py3.12 in /home/tensun/.cache/pypoetry/virtualenvs Updating dependencies Resolving dependencies... Downloading https://files.pythonhosted.org/packages/26/87/f238c0670b94533ac0353a4e2Resolving dependencies... Downloading https://files.pythonhosted.org/packages/c5/55/51844dd50c4fc7a33b653bfabResolving dependencies... (33.0s)

Package operations: 79 installs, 0 updates, 0 removals

• Installing mdurl (0.1.2) • Installing markdown-it-py (3.0.0): Pending... • Installing mccabe (0.6.1): Pending... • Installing pbr (6.0.0): Pending... • Installing pycodestyle (2.8.0): Pending... • Installing pyflakes (2.4.0): Pending... • Installing pygments (2.17.2): Pending...

^C Traceback (most recent call last): Aborted! File "/tmp/tmp8uw07xie.py", line 74, in init_repo() File "/tmp/tmp8uw07xie.py", line 64, in init_repo subprocess.run(["poetry", "install", "-n"]) File "/usr/lib64/python3.12/subprocess.py", line 550, in run stdout, stderr = process.communicate(input, timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/subprocess.py", line 1201, in communicate self.wait() File "/usr/lib64/python3.12/subprocess.py", line 1264, in wait return self._wait(timeout=timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/subprocess.py", line 2046, in _wait (pid, sts) = self._try_wait(0) ^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.12/subprocess.py", line 2004, in _try_wait (pid, sts) = os.waitpid(self.pid, wait_flags) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ KeyboardInterrupt

Mac m1. sonoma. python3 --version Python 3.12.1

s3rius commented 7 months ago

It might be either connectivity problems, pypi availability or some misconfiguration of poetry. Please try again.