shifted_beta_geometric_py
shifted_beta_geometric_py copied to clipboard
No module named 'sbg'
After installing
pip install git+https://github.com/jdmaturen/shifted_beta_geometric_py
python -c "from shifted_beta_geometric import fit" Traceback (most recent call last): File "
", line 1, in File "/Users/x/anaconda3/lib/python3.6/site-packages/shifted_beta_geometric/init.py", line 1, in from sbg import derl ModuleNotFoundError: No module named 'sbg'
probably because of wrong import namespace.
suggest solution in PR #4