Open kr-g opened 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
pip install setuptools==45
pip install gmvault
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
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