<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[ConfigParser vs, Configparser Nightmare!!]]></title><description><![CDATA[<p dir="auto">Hi all,</p>
<p dir="auto">Has anyone got any ideas for this issue. Whether I try to install Alexa or AssistantMk2 I get the following error messages during setup…</p>
<pre><code>  File "/usr/bin/pycompile", line 35, in &lt;module&gt;
    from debpython.version import SUPPORTED, debsorted, vrepr, \
  File "/usr/share/python/debpython/version.py", line 24, in &lt;module&gt;
    from ConfigParser import SafeConfigParser
ImportError: No module named 'ConfigParser'
dpkg: error processing package python-pyaudio (--configure):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 python-pyaudio
E: Sub-process /usr/bin/dpkg returned an error code (1)

</code></pre>
<p dir="auto">I have searched all over and the only real comments i noticed was that ConfigParser change to Configparser in Python3 but I havent been able to find a solution anywhere. I hope there is an expert/magician out there that can help me out.<br />
Regards<br />
A hopeful desperate soul.</p>
]]></description><link>https://forum.magicmirror.builders/topic/10648/configparser-vs-configparser-nightmare</link><generator>RSS for Node</generator><lastBuildDate>Wed, 22 Jul 2026 17:13:48 GMT</lastBuildDate><atom:link href="https://forum.magicmirror.builders/topic/10648.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Jun 2019 13:21:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ConfigParser vs, Configparser Nightmare!! on Sat, 22 Jun 2019 13:35:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jonogee" aria-label="Profile: JonoGee">@<bdi>JonoGee</bdi></a>  Typical. I think i just found a solution…</p>
<p dir="auto">the root cause of your apt problems is python-lockfile, try to reinstall it with the following command:</p>
<p dir="auto">sudo apt-get clean<br />
sudo apt-get update<br />
sudo apt-get install --reinstall python-minimal python-lockfile<br />
EDIT:</p>
]]></description><link>https://forum.magicmirror.builders/post/58141</link><guid isPermaLink="true">https://forum.magicmirror.builders/post/58141</guid><dc:creator><![CDATA[JonoGee]]></dc:creator><pubDate>Sat, 22 Jun 2019 13:35:17 GMT</pubDate></item></channel></rss>