> pip install -U Algebra-with-SymPy
>... lots of stuff, followed finally by
>ERROR: Could not install packages due to an OSError: [WinError 5] Access 
is denied: 
'C:\\Users\\python\\AppData\\Local\\Temp\\pip-uninstall-pns2p03y\\jupyter-kernel.exe'
>Consider using the `--user` option or check the permissions.

Andre,

I am not a regular Windows user so this is just a guess. My experience is 
with *nix flavors (MacOS, BSD, Linux). You may need to try `python -m pip 
install --user Algebra_with_Sympy` or something like that. I would do it 
inside a virtual environment, so that you can isolate it from other setups. 
I usually use pipenv to set those up.

Jonathan


-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/7383179c-dd6c-470d-a46b-10f8cc454d36n%40googlegroups.com.

Reply via email to