poetry
Here are 507 public repositories matching this topic...
-
Updated
Sep 16, 2020 - Python
-
Updated
Oct 23, 2020 - Python
-
Updated
Aug 12, 2020 - JavaScript
-
Updated
Nov 28, 2018 - JavaScript
🐛 Bug Report
I got the error RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.7', when try to first commit.
🔬 How To Reproduce
Steps to reproduce the behavior:
- cookiecutter gh:TezRomacH/python-package-template
- Follow instructions
- After git add, git commit and get the error.
Code sample
git commit -m ":tada: Initia-
Updated
Sep 9, 2017 - Jupyter Notebook
-
Updated
Oct 15, 2020 - Python
-
Updated
Dec 5, 2020 - Python
-
Updated
Oct 11, 2020 - Python
-
Updated
Aug 24, 2020
-
Updated
Oct 26, 2020 - Python
-
Updated
Nov 29, 2020 - Kotlin
-
Updated
Dec 6, 2020 - Shell
-
Updated
Sep 27, 2019 - Python
-
Updated
Nov 22, 2020 - Python
-
Updated
Nov 30, 2020 - Python
-
Updated
Dec 2, 2020 - Python
Improve this page
Add a description, image, and links to the poetry topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the poetry topic, visit your repo's landing page and select "manage topics."


While inspecting the installer, I noticed the fallbacks for Linux / OSX when appdirs isn't available (in
data_dir()).Wouldn't it make sense to add an
iffor Windows based on%APPDATA%or%LOCALAPPDATA%, before resorting to globally installing appdirs?