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



On 4/27/22 01:47, Milton wrote:
Hi,
I noticed python3.10 in /usr/local/lib/
I had no luck with:
sudo ln -sf /usr/local/lib/python3.10/dist-packages /usr/local/lib/python3.10/site-packages

Hi Milton,

After doing some testing, if /usr/local/lib/python3.10/site-packages exists, ln creates the link to dist-packages in /usr/local/lib/python3.10/dist-packages. Yes, dist-packages gets linked to itself. If site-packages exists, remove it with:
sudo rm -fr /usr/local/lib/python3.10/site-packages
Then run:
sudo ln -st /usr/local/lib/python3.10 /usr/local/lib/python3.10/dist-packages site-packages
Finally, recompile Orca.
Please let me know if this works for you.

--

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]