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

Having trouble installing requirements on MacOS with M3 #9

Open
xueruma opened this issue Apr 21, 2024 · 0 comments
Open

Having trouble installing requirements on MacOS with M3 #9

xueruma opened this issue Apr 21, 2024 · 0 comments

Comments

@xueruma
Copy link

xueruma commented Apr 21, 2024

I tried to do pip install -r ./requirements as instructed but encountered a couple issues:

  1. error in blessings setup command: use_2to3 is invalid. indicating an error when installing blessings==1.6, which in fact can be solve by pip install setuptools==58 ref
  2. Error installing cloud-init command-not-found cupshelpers defer==1.06 distro-info===0.23ubuntu1 language-selector==0.1 nvidia-cublas-cu11==11.10.3.66 through pip on MacOS
ERROR: Could not find a version that satisfies the requirement cloud-init==23.1.2 (from versions: none)
ERROR: No matching distribution found for cloud-init==23.1.2

A quick google search suggests that cloud-init seems to be (terribly undocumented) something usually built-in in a virtual machine.

Any suggestions to solve the issue of installing these packages ??

@xueruma xueruma changed the title Having trouble installing requirements Having trouble installing requirements on MacOS Apr 21, 2024
@xueruma xueruma changed the title Having trouble installing requirements on MacOS Having trouble installing requirements on MacOS with M3 Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant