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

ERROR: No matching distribution found for dynaconf #24

Open
mbnoimi opened this issue Jul 25, 2022 · 1 comment
Open

ERROR: No matching distribution found for dynaconf #24

mbnoimi opened this issue Jul 25, 2022 · 1 comment

Comments

@mbnoimi
Copy link

mbnoimi commented Jul 25, 2022

  • Linux Mint 20.3
  • Python 3.9.5
$ git clone https://github.com/mbnoimi/fastapi-template.git fastapi_template
Cloning into 'fastapi_template'...
remote: Enumerating objects: 84, done.
remote: Counting objects: 100% (84/84), done.
remote: Compressing objects: 100% (66/66), done.
remote: Total 84 (delta 19), reused 70 (delta 13), pack-reused 0
Unpacking objects: 100% (84/84), 200.89 KiB | 965.00 KiB/s, done.

$ cd fastapi_template
$ make install
grep: pyproject.toml: No such file or directory
Don't forget to run 'make virtualenv' if you got errors.
Defaulting to user installation because normal site-packages is not writeable
Obtaining file:///home/laptop/Desktop/Boilerlaptes/fastapi_template
  Preparing metadata (setup.py) ... done
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f8d1df80d60>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/dynaconf/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f8d1df800a0>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/dynaconf/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f8d1df80730>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/dynaconf/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f8d1df80e50>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/dynaconf/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 0x7f8d1df80250>: Failed to establish a new connection: [Errno -2] Name or service not known')': /simple/dynaconf/
ERROR: Could not find a version that satisfies the requirement dynaconf (from fastapi-template[test]) (from versions: none)
ERROR: No matching distribution found for dynaconf
make: *** [Makefile:23: install] Error 1
@webbpinner
Copy link
Contributor

Can you confirm you ran make virtualenv and then activated the venv before running make install?

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