<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.satnogs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kk6fut</id>
	<title>SatNOGS Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.satnogs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kk6fut"/>
	<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/Special:Contributions/Kk6fut"/>
	<updated>2026-04-20T14:16:31Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>https://wiki.satnogs.org/index.php?title=Talk:Ubuntu_-_Client_Installation&amp;diff=3882</id>
		<title>Talk:Ubuntu - Client Installation</title>
		<link rel="alternate" type="text/html" href="https://wiki.satnogs.org/index.php?title=Talk:Ubuntu_-_Client_Installation&amp;diff=3882"/>
		<updated>2023-01-30T03:56:11Z</updated>

		<summary type="html">&lt;p&gt;Kk6fut: Missing path somewhere in the instructions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;There might be an environment/path missing in the Ubuntu 20.04 install instructions, which results in the following errors:&lt;br /&gt;
&lt;br /&gt;
satnogs-client[14775]: Traceback (most recent call last):&lt;br /&gt;
satnogs-client[14775]:   File &amp;quot;/usr/local/bin/satnogs_cw_decoder.py&amp;quot;, line 24, in &amp;lt;module&amp;gt;&lt;br /&gt;
satnogs-client[14775]:     import satnogs&lt;br /&gt;
satnogs-client[14775]: ModuleNotFoundError: No module named 'satnogs'&lt;br /&gt;
satnogs-client[14419]: satnogsclient.observer.observer - ERROR - No waterfall data file found&lt;br /&gt;
satnogs-client[14816]: Traceback (most recent call last):&lt;br /&gt;
satnogs-client[14816]:   File &amp;quot;/usr/local/bin/satnogs_argos_bpsk_ldr.py&amp;quot;, line 27, in &amp;lt;module&amp;gt;&lt;br /&gt;
satnogs-client[14816]:     import soapy&lt;br /&gt;
satnogs-client[14816]: ModuleNotFoundError: No module named 'soapy'&lt;br /&gt;
satnogs-client[14419]: satnogsclient.observer.observer - ERROR - No waterfall data file found&lt;br /&gt;
&lt;br /&gt;
I believe the error is because the default install locations for these packages is:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
/usr/local/lib/python3/dist-packages/soapy&lt;br /&gt;
&lt;br /&gt;
However, the rest of the packages are installed in&lt;br /&gt;
&lt;br /&gt;
/usr/local/lib/python3.8/dist-packages/&lt;br /&gt;
&lt;br /&gt;
I'm still working through it, but it appears creating a soft link for the packages in the other location might have worked., i.e.&lt;br /&gt;
&lt;br /&gt;
cd /usr/local/lib/python3.8/dist-packages&lt;br /&gt;
sudo ln -s /usr/local/lib/python3/dist-packages/satnogs&lt;br /&gt;
sudo ln -s /usr/local/lib/python3/dist-packages/soapy&lt;/div&gt;</summary>
		<author><name>Kk6fut</name></author>
		
	</entry>
</feed>