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

local installation problem #17

Open
xwbxxx opened this issue Aug 28, 2024 · 3 comments
Open

local installation problem #17

xwbxxx opened this issue Aug 28, 2024 · 3 comments

Comments

@xwbxxx
Copy link

xwbxxx commented Aug 28, 2024

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.

@Zulko
Copy link
Owner

Zulko commented Aug 28, 2024

What command gives you the error? I forgot to update the installation section but the recommended way is

pip install ddeint
# or install locally
pip install -e .

@xwbxxx
Copy link
Author

xwbxxx commented Aug 28, 2024

Thank you for your reply!
I'm using poetry install in the root path of this project locally, where there exists pyproject.toml.

@Zulko
Copy link
Owner

Zulko commented Aug 28, 2024

I'm not a poetry expert but I'm thinking that with poetry you could use this:

poetry add ddeint

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