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
I try to install the latest version 0.3 via pyproject.toml and the latest released package, an error was raised: '[tool.poetry] section not found in /my/path/pyproject.toml'. Maybe this error happened beacause our versions of poetry/pip/somethingelse/... are not quite similar.
Then I generated a setup.py file, and install this latest package via it successfully. So I'll be appreciate it if you could provied a formal setup.py file.
The text was updated successfully, but these errors were encountered:
I try to install the latest version 0.3 via pyproject.toml and the latest released package, an error was raised: '[tool.poetry] section not found in /my/path/pyproject.toml'. Maybe this error happened beacause our versions of poetry/pip/somethingelse/... are not quite similar.
Then I generated a setup.py file, and install this latest package via it successfully. So I'll be appreciate it if you could provied a formal setup.py file.
The text was updated successfully, but these errors were encountered: