Installing PySMILE with Poetry #9473
Unanswered
WesleySoftware
asked this question in
Q&A
Replies: 1 comment
-
Please always give the commands you've run and the errors you're getting, it's very difficult to know what's actually happening for you without that. Following their documentation, the following seems to work for me:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Good Morning,
I am looking to format my pyproject.toml to install pysmile.
I unfortunately am not sure what to do because they distribute it as python version specific and platform specific wheel file urls, and I can't seem to get poetry to install only the version for the current system.
https://support.bayesfusion.com/pysmile-A/pysmile/.
My first attempt was a pyproject.toml like this:
But then when I run
poetry install
it tries to install all 3 wheel files.Am I using the wrong directive?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions