Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

cannot install because python version #722

Closed
jangjichang opened this issue Sep 11, 2022 · 3 comments
Closed

cannot install because python version #722

jangjichang opened this issue Sep 11, 2022 · 3 comments
Labels
area:upstream Issues with root cause from upstream 3rd parties type:question A question about feature.

Comments

@jangjichang
Copy link
Contributor

What Operating System(s) are you seeing this problem on?

macOS (Intel)

Backend.AI version

22.09.0b1

Describe the bug

i cannot install using scrips/install-dev.sh command

because pyenv does not support 3.10.7 version

To Reproduce

run scrips/install-dev

Expected Behavior

install successfully.

Anything else?

i try to update pyenv. brew update && brew upgrade pyenv

but still cannot install python 3.10.7

how about downgrade pants.toml interpreter_constraints version?

@jangjichang jangjichang added the type:bug Reports about that are not working label Sep 11, 2022
@kyujin-cho
Copy link
Member

kyujin-cho commented Sep 12, 2022

Actually, pyenv does! (ref: pyenv/pyenv#2454) They just didn't published new release yet. You can benefit by uninstalling brew provided pyenv and reinstalling with pyenv-installer. pyenv-installer uses pyenv's main branch by default, so this will help you install latest python version.

@kyujin-cho kyujin-cho added the area:upstream Issues with root cause from upstream 3rd parties label Sep 12, 2022
@achimnol
Copy link
Member

pyenv does not automatically pick up its own updates.
You may try https://github.com/pyenv/pyenv-update to easily update your installation of pyenv by just pyenv update.

@achimnol achimnol added the type:question A question about feature. label Sep 14, 2022
@achimnol
Copy link
Member

I think the above answers should be sufficient to resolve your issue.
If you have futher questions, please feel free to reopen the issue.

@achimnol achimnol removed the type:bug Reports about that are not working label Oct 18, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
area:upstream Issues with root cause from upstream 3rd parties type:question A question about feature.
Projects
None yet
Development

No branches or pull requests

3 participants