Open mrfuton opened 3 years ago
This reports the same issue: https://github.com/OfflineIMAP/offlineimap/issues/472
This issue seems to be running the Py2 version of offlineimap in Py3. But I installed via pip3 install offlineimap
, and it's explicitly calling Python 3.8:
$ head -1 /usr/local/bin/offlineimap
#!/usr/bin/python3.8
so not sure what's going on?
Hi @mrfuton
Please, could you try to run the version 8.0.0 and check if the problem already exists?
Thanks a lot, Best regards, kix
I had the exact same error and stack trace with OfflineIMAP 7.3.4. Then tried with 8.0.0 and it seems to be fixed.
Same for me.
I installed via
pip install -v git+https://github.com/offlineIMAP/offlineimap3.git@v8.0.0
and then it worked fine.
General informations
offlineimap -V
): OfflineIMAP 7.3.4Configuration file offlineimaprc
Logs, error
Additional notes