Konstantinos K
Konstantinos K
Every single book I try to download has this, It fetches the first page of each chapter only. Example ISBNs: `9780135183762`, `9781492075325` Python version: `Python v.3.9.5` Reqs: ``` $ pip3...
> Note: currently there is a bug for the images. However, have you tried to clean the epub from this script with Calibre? Read: https://github.com/lorenzodifuccia/safaribooks#calibre-epub-conversion I have tried this, I...
It seems that `CohortEstimator(states=myState, ci={'method': 'goodman', 'alpha': 0.05})` when initialized: `def __init__(self, cohort_bounds=None, states=None, ci=None)` So it expects `cohort_bounds`. When not passed in the default is `None`. I've tried modifying...
More specifically: ``` State Space -------------------------------------------------------------------------------- State Index and Label: 0 , 0 State Index and Label: 1 , 1 State Index and Label: 2 , 2 State Index and...
Is there a solution for this here? I'm running into the same issue
Hi @romsworld, I would try the following: 1. `python -m pip install --upgrade pip` 2. `pip install setuptools` 3. `pip install wheel` In most cases, just upgrading pip should solve...