Closed mavino closed 5 years ago
You need to follow the installation instructions: https://github.com/stephensolis/kameris#installing before running the software.
already followed installation instructions but not able to run it on windows
Try python -m pip install kameris
C:\Users\MDGA>python -m pip install kameris
Traceback (most recent call last):
File "C:\Users\MDGA\AppData\Local\Programs\Python\Python37-32\lib\runpy.py", l
ine 183, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File "C:\Users\MDGA\AppData\Local\Programs\Python\Python37-32\lib\runpy.py", l
ine 142, in _get_module_details
return _get_module_details(pkg_main_name, error)
File "C:\Users\MDGA\AppData\Local\Programs\Python\Python37-32\lib\runpy.py", l
ine 109, in _get_module_details
__import__(pkg_name)
File "C:\Users\MDGA\AppData\Local\Programs\Python\Python37-32\lib\site-package
s\pip\__init__.py", line 13, in <module>
from pip.utils import get_installed_distributions, get_prog
File "C:\Users\MDGA\AppData\Local\Programs\Python\Python37-32\lib\site-package
s\pip\utils\__init__.py", line 23, in <module>
from pip._vendor import pkg_resources
File "C:\Users\MDGA\AppData\Local\Programs\Python\Python37-32\lib\site-package
s\pip\_vendor\pkg_resources\__init__.py", line 1712, in <module>
register_loader_type(importlib_bootstrap.SourceFileLoader, DefaultProvider)
AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader
'
I think your Python installation is corrupt, try re-installing. This is not a Kameris issue.