You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to pip install kappa it goes to line 4 of setup.py: from kappa import __version__
tries to import kappa finds nothing and throws an error saying no module called 'kappa'
When I try to pip install kappa it goes to line 4 of setup.py:
from kappa import __version__tries to import kappa finds nothing and throws an error saying no module called 'kappa'