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

bug: Cannot install Development environment using pdm #4742

Closed
sanspareilsmyn opened this issue May 17, 2024 · 2 comments
Closed

bug: Cannot install Development environment using pdm #4742

sanspareilsmyn opened this issue May 17, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@sanspareilsmyn
Copy link
Contributor

Describe the bug

Hello there:)
I was about to set up dev env in my local mac by following the guide described in here.
After cloning the repo and setting upstream, I installed pdm with brew install pdm command and executed pdm install -G all as described. I encountered installation failure like below.

image

Due to the large size of log, I add last few hundreds of log instead.
error.log

To reproduce

  1. Fork BentoML main repo and clone it to local.
  2. Execute pdm install -G all

Expected behavior

No response

Environment

pdm: 2.15.2
Python: 3.12.3

image image
@sanspareilsmyn sanspareilsmyn added the bug Something isn't working label May 17, 2024
@sanspareilsmyn
Copy link
Contributor Author

sanspareilsmyn commented May 17, 2024

I guess this is related to compatibility issue. I guess It would be solved

  1. if we elevate versions of dependencies set in pyproject.toml.
  2. if I downgrade python version to lower level.

Python 3.12.3: April 9, 2024

ray 2.9.1 : Jan 19, 2024
multidict 6.0.4: 22 Decenber, 2022
pyArrow 13.0.0: 23 August, 2023
scipy 1.9.3: 20 October, 2022
numpy 1.24.4: 26 June 2023

@sanspareilsmyn
Copy link
Contributor Author

sanspareilsmyn commented May 17, 2024

I solved this bug by limiting python version. I will create PR on this issue.

@frostming frostming closed this as not planned Won't fix, can't repro, duplicate, stale May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants