-
Notifications
You must be signed in to change notification settings - Fork 230
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
[BUG] Installation fails #118
Comments
Where is your anaconda3 folder located? The error trace back seems to reference two different folders: |
Strange, as I copy-pasted the trace back. No, I've only got one anaconda installation, just multiple envs. But just ran again (same env and everything) and now the paths look right. Alas, the error persists.
|
Very strange. Any chance you installed conda with sudo? It looks like it’s unable to write because of permission issues. |
Strange indeed. Everything is in my home directory and I've never had to change permissions on anaconda's folders. Would you know what path is problematic? Also, I've checked, and |
This looks similar in some ways: JuliaLang/julia#39396 Maybe you are running out of RAM? How much RAM do you have? |
1 TB, half of which is available - can free up more, though I'd be very surprised if that mattered. Info, as printed by
|
Yes, that's definitely enough RAM!! I was more wondering if it was like on a tiny virtual machine or something and running out of memory. This bug is really perplexing me. Could you try each of the following potential solutions?
|
Also, make sure your conda is up to date ( |
Presumably fixed by #535 |
Describe the bug
After installing from conda in a Python 3.9 environment, installation fails with the following
julia.core.JuliaError: Exception 'ReadOnlyMemoryError()' occurred while calling julia code Pkg.add(spec, io=stderr)
Version (please complete the following information):
Configuration
Error message
Additional context
The text was updated successfully, but these errors were encountered: