fastapi-project-template icon indicating copy to clipboard operation
fastapi-project-template copied to clipboard

ERROR: No matching distribution found for dynaconf

Open mbnoimi opened this issue 2 years ago • 1 comments

  • 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

mbnoimi avatar Jul 25 '22 06:07 mbnoimi

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

webbpinner avatar Aug 03 '22 13:08 webbpinner