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

Binder is not working with Poetry #282

Closed
armantekinalp opened this issue Jul 19, 2023 · 4 comments
Closed

Binder is not working with Poetry #282

armantekinalp opened this issue Jul 19, 2023 · 4 comments
Assignees
Labels
bug Something isn't working prio:high Priority level: high
Milestone

Comments

@armantekinalp
Copy link
Contributor

Describe the bug
Binder examples for PyElastica does not run on the server, because MyBinder requires a requirement.txt file and PyElastica uses poetry as the dependency manager. Here are the some example Binder repositories that might be useful to find a work around.

@bhosale2
Copy link
Collaborator

@armantekinalp two suggestions maybe from my side:

  1. Have a requirements.txt on the main repo and use that (many Python packages I saw keep multiple dependency manager files that include requirements.txt, env.yaml for conda, etc)
  2. Call poetry at the start of notebook to export toml as requirements.txt file?

@bhosale2
Copy link
Collaborator

bhosale2 commented Aug 9, 2023

@armantekinalp please assign the appropriate priority here

@armantekinalp armantekinalp added the prio:medium Priority level: medium label Aug 9, 2023
@armantekinalp
Copy link
Contributor Author

armantekinalp commented Dec 5, 2023

Maybe collab

@armantekinalp armantekinalp added prio:high Priority level: high and removed prio:medium Priority level: medium labels Dec 5, 2023
@armantekinalp armantekinalp added this to the Version 0.3.2 milestone Feb 13, 2024
@armantekinalp armantekinalp self-assigned this Feb 13, 2024
@Ali-7800
Copy link
Collaborator

Closing as issue is solved

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working prio:high Priority level: high
Projects
None yet
Development

No branches or pull requests

3 participants