-
Notifications
You must be signed in to change notification settings - Fork 193
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
Could not install conda environment on OS X #2
Comments
After some hacking around, I got it to install and I can at least download the data and run the first jupyter lab notebook. Maybe the following helps some other OS X user. Here is the
On top of that, I needed to run I still get an error in the imports though: |
Hey Ellen, thanks a lot for the feedback. I'm trying to trouble shoot what's wrong (I'm actually experiencing some problems with pip on my laptop, maybe unrelated). You can fix the
|
I used your environment.yml for mac and added some infos to the readme: Still trying to fix the dependencies. Thanks again!! |
I added manual install instructions to the README and verified it on two computers, sadly I don't have a Mac to test it :( Sorry again, this should not happen one day before the tutorial. https://github.com/sotte/pytorch_tutorial#manual-install |
Thanks for the additional information, now the imports all worked :) If you want to make the manual setup steps Mac-friendly as well: The *-cpu packages from pytorch only exist for Linux: For OSX, we need the regular packages: |
💯 👍 I updated the README. I'll leave the issue open for now in case ppl have the same problem. |
I'll close it for now. |
Hi Stefan,
first of all, thanks for providing the install instruction for the tutorial in advance :-)
However, I am struggling to install the dependencies on Mac OS X (e.g. the libgcc-ng package). Does the tutorial only work on Linux?
The text was updated successfully, but these errors were encountered: