You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing the current project: poetry-testi (0.1.0)
The current project could not be installed: [Errno 2] No such file or directory: '~/poetry-testi/README.md'
If you do not want to install the current project use --no-root
```
Tämä johtuu siitä, että Poetry yrittää asentaa myös nykyistä projektia, eikä projektissa ole _poetry-testi_-nimistä moduulia. Kyseessä [ei ole](https://github.com/python-poetry/poetry/pull/8369) tekstin ulkonäöstä huolimatta virhe vaan pikemminkin varoitus. Projektin alustaminen on kyllä mennyt läpi, mutta jos et halua varoitusta, voit käyttää komennosta muotoa:
Ilmeisesti uudempi versio poetrystä antaa kumminkin vähän yksityiskohtaisemman virheen:
Warning: The current project could not be installed: No file/folder found for package ohtuvarasto
If you do not want to install the current project use --no-root.
If you want to use Poetry only for dependency management but not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file.
In a future version of Poetry this warning will become an error
Oletuksena poetry ilmeisesti olettaa, että sitä käytetään myös projektin paketointiin ja epäonnistuu. Kokeilin lisätä rivin konfiguraation ja virhe katosi.
Poetry asennusohjeissa on maininta virheestä johon törmäsin:
ohjelmistotuotanto-hy.github.io/poetry.md
Lines 215 to 221 in 982f84d
Ilmeisesti uudempi versio poetrystä antaa kumminkin vähän yksityiskohtaisemman virheen:
Oletuksena poetry ilmeisesti olettaa, että sitä käytetään myös projektin paketointiin ja epäonnistuu. Kokeilin lisätä rivin konfiguraation ja virhe katosi.
The text was updated successfully, but these errors were encountered: