gaubert / gmvault

gmail backup software
http://www.gmvault.org
GNU Affero General Public License v3.0
3.58k stars 288 forks source link

ImportError: cannot import name 'Feature' from 'setuptools' #366

Open kr-g opened 1 year ago

kr-g commented 1 year ago

during pip install the following error is thrown

ImportError: cannot import name 'Feature' from 'setuptools'

can be resolved by

pip install setuptools==45 pip install gmvault

kr-g commented 1 year ago

there is another issue regarding install https://github.com/gaubert/gmvault/issues/352

but since this is an older issue this new one was created