LuzProject / luz

Build system targeting Apple Darwin-based operating systems.
68 stars 3 forks source link

Installation note & PyTorch #4

Open RedenticDev opened 1 year ago

RedenticDev commented 1 year ago

Hi there, Out of curiosity, I installed it on my MacBook Pro M1 Pro (Ventura latest). The installation itself worked well, however, I have 2 suggestions and a subsequent issue:

Thanks for working on this promising project by the way!

ja1dan commented 1 year ago

Luz actually isn't on PyPi yet. The reason why you got this pytorch error was because the Luz that is on PyPi has pytorch listed as a dependency (probably should've checked PyPi before I picked a name, haha). If you'd like to install Luz without the use of the script, you can run "pip install git+https://github.com/LuzProject/luz". I see your suggestions and i'll make sure to take them into account - all the installation script does is installs Luz's dependencies (ldid xz, and clang) and then makes the directory ~/.luz and clones sdks to ~/.luz/sdks - I'll add logs for these soon.

RedenticDev commented 1 year ago

Ok, so it means that if I keep Luz I'm gonna have to find a way to ignore luz while using pip-review, which does not seem possible, because of a name conflict... Sad but got it. Anyway, thanks for your feedback, can't wait to see these changes live and to (try to) use Luz if I get back to tweaks someday :)