-
Notifications
You must be signed in to change notification settings - Fork 0
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
Adopt Poetry for development and build #47
Conversation
tri-again's dependencies appear to install successfully from poetry on my local, but when I get a failure when I run the tests:
I found another issue that appears to be related to pip and python version dependency resolution: s3tools/s3cmd#1182 I looked into this, and my .venv was for python 3.9. It turns out bootstrap.zsh was using my conda base python 3.9 environment. I then tried to
So then I attempted explicitly activate my .venv with
So, I think there are a couple of issues here:
Let me know if you have any questions about this. Thanks. |
Right, this is documented in #25 and also in the pyproject.toml which should generate a
This is an OSS repository so it doesn't depend on anything Curvewise-specific. It's the developer's responsibility to install Python <3.9 before running
Yup, the first install has to use Added:
This might be a quirk (or bug) in Conda, and possibly a difference between 1.1.7 and 1.2.0. Let's look at it together today. |
Thanks for your comments. I think the only blocker to merge here is that the shebang in |
Okay. The expected behavior is that, as |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed solution on slack.
No description provided.