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

Mac m1, do not progress #202

Open
ilyoungkim opened this issue Feb 20, 2024 · 1 comment
Open

Mac m1, do not progress #202

ilyoungkim opened this issue Feb 20, 2024 · 1 comment

Comments

@ilyoungkim
Copy link

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
Copy link
Owner

s3rius commented Feb 20, 2024

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

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