-
Notifications
You must be signed in to change notification settings - Fork 10
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
installation issue on Mac #329
Comments
What directory were you in when you launched python? Did do the last step:
|
Thanks Chet, I was just in my home directory but I seem to get the same issue irrespective of where I run it. I was just installing with the lines:
using my pre-existing anaconda install - I didn't think from reading https://osl.readthedocs.io/en/latest/install.html that I needed to run
unless I was pulling the latest source code? I imagine if I pull the source code using git clone, it will pull all the readme files and the above issue will disappear - so I'll try that - but just wanted to check I wasn't doing something stupid with the main installation instructions using the osl.yml file |
What you did is correct and should have been fine (i.e. you shouldn't need to do |
I've been able to reproduce the error on my M2 Mac. We'll solve this in the next release. In the meantime maybe it would be worthwhile to clone the repo and install that in your environment:
|
OK thanks - mine is a M1 Pro Mac, running Sonoma 14.5. |
Installing the repo with the above code should work. Otherwise, this has been resolved for the next release (v0.9, which will happen in the next few days). |
Alright, v0.9.0 has been released and I tested the installation on my Mac. Should work fine now. Thanks for raising the issue. Please reopen this issue if this has not been resolved for you. |
I've tried to install OSL on a Mac following the installation instructions page, using the osl.yml file to set up a new conda environment.
The conda environment sets up fine, and OSL is downloaded, but when I try to import I get the following issue:
It looks like when I created the conda environment, all the .py files were correctly installed into /opt/anaconda3/envs/osl/lib/python3.8/site-packages/osl/, but none of the README.md files - which then causes a problem for the import. Is this a known issue, and is there a straightforward workaround?
The text was updated successfully, but these errors were encountered: