> On Apr 29, 2020, at 15:50, Grant Bowling <[email protected]> wrote:
> 
> Hello,
> 
> I got an error trying to use sage -i openssl to get openssl on my sage so 
> that I can use -pip install packagename. I have the required xtools command 
> line tools. Apologies if this is a duplicate post. It seems the main error I 
> got is [openssl-1.1.1b] ccache: error: Failed to create directory 
> /Users/grant/.ccache/f/2: Permission denied. 

It’s possible that somewhere along the line, you ran something as root that 
changed permissions somewhere in the path to ~/.ccache/f/2.

Check the permissions with “ls -ld” using the arguments ~/.ccache, ~/.ccache/f, 
and ~/.ccache/f/2.

Make sure nothing in the path is owned by root.

HTH,

Justin

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/28D57801-C6B3-482B-8DC1-3F49B4148674%40mac.com.

Reply via email to