Re: [orca-list] how to obtain Orca master in Ubuntu 22.04?



On 4/28/22 02:04, Vojtech šmiro via orca-list wrote:
Hello,

second command says me

ln: can't create simlink '/usr/local/lib/python3.10/dist-packages' Already exists.

Make sure that dist-packages doesn't exist as a symlink in /usr/local/lib/python3.10/dist-packages. If dist-packages is linked to itself, remove it with:
sudo rm /usr/local/lib/python3.10/dist-packages/dist-packages

Also, make sure that /usr/local/lib/python3.10/site-packages is removed:
sudo rm -fr /usr/local/lib/python3.10/site-packages

then, create the symlink:
sudo ln -s /usr/local/lib/python3.10/dist-packages /usr/local/lib/python3.10/site-packages

But I did the first command, so I don't know, where's the problem.

If you ran "sudo ln -st /usr/local/lib/python3.10 /usr/local/lib/python3.10/dist-packages site-packages,"that creates a broken site-packages link.

The symlink only needs to be created once. After the symlink is created, you can update Orca like normal, until a new major python version is released.

--

Jeremy Lincicome W0JRL
JL Applied Technologies:
https://jlappliedtechnologies.com/
SkyHubLink System:
https://skyhublink.com/



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]