Skip to main content
deleted 30 characters in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 239

The full OfflineIMAP error, if that helps (it shouldn't):

The full OfflineIMAP error, if that helps (it shouldn't):

The full OfflineIMAP error:

edited tags
Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 239
adding one more thing that i tried
Source Link
Amanda
  • 1.8k
  • 2
  • 15
  • 27
amanda@serveramanda@host:~$ python --version Python 2.7.15rc1 

Per https://stackoverflow.com/questions/10919569/install-a-module-using-pip-for-specific-python-version I uninstalled and tried to reinstall, specifying the python version, but that's choking in its own special way:

amanda@host:~$ python2.7 ~/.local/bin/pip install --user offlineimap Traceback (most recent call last): File "/home/amanda/.local/bin/pip", line 7, in <module> from pip._internal import main ImportError: No module named pip._internal 

The full OfflineIMAP error, if that helps (it shouldn't):

amanda@server:~$ python --version Python 2.7.15rc1 

The full error, if that helps (it shouldn't):

amanda@host:~$ python --version Python 2.7.15rc1 

Per https://stackoverflow.com/questions/10919569/install-a-module-using-pip-for-specific-python-version I uninstalled and tried to reinstall, specifying the python version, but that's choking in its own special way:

amanda@host:~$ python2.7 ~/.local/bin/pip install --user offlineimap Traceback (most recent call last): File "/home/amanda/.local/bin/pip", line 7, in <module> from pip._internal import main ImportError: No module named pip._internal 

The full OfflineIMAP error, if that helps (it shouldn't):

added 1 character in body
Source Link
Rui F Ribeiro
  • 58k
  • 28
  • 156
  • 239
Loading
Source Link
Amanda
  • 1.8k
  • 2
  • 15
  • 27
Loading