Danglewood
Danglewood
Hello, this error - in many cases - is resolved by activating the environment before running `python terminal.py`. ``` conda activate obb python terminal.py ```
Hey @garcialn, Can you confirm that when installing, after activating the environment upon creating, you then ran `poetry install -E all`?
> @bjg90 Same question as well, please confirm. When you installed, after creating and activating the `conda` environment, did you then next run, `poetry install -E all`?
Glad to know you got it figured!
Additionally, the function `openbb.common.qa.normality`, is the same function - and even has the same description: The distribution of returns and generate statistics on the relation to the normal curve. This...
> So it should work if you would have added the chart=True parameter. There are arguments for `plot` & `chart`. Why? All `chart=True` does is return a printed table, and...
@andrewkenreich , this is probably because of a stock split, and there are now two options chains which mess up the `exp` value. `AMD221118` is first up, but `AMD1230120` is...

`chains` does not have the same output for greeks as `greeks`...  this is likely flawed as well, `rfr` is not 0: ``` usage:...