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
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.
The text was updated successfully, but these errors were encountered:
After installing
pip install git+https://github.com/jdmaturen/shifted_beta_geometric_py
probably because of wrong import namespace.
The text was updated successfully, but these errors were encountered: