Bill Schnurr
Bill Schnurr
This issue has been fixed in version 2022.8.41, which we've just released. You can find the changelog here: [CHANGELOG.md](https://github.com/microsoft/pylance-release/blob/main/CHANGELOG.md#2022841-24-august-2022-prerelease)
check you have the correct interpreter selected with the library installed. https://code.visualstudio.com/docs/python/environments#_work-with-python-interpreters
I would try to launch the code to make sure your python environment sees it. also recommend not installing things globally and to use a virtual environment.
there are two overloads for that `apply` function could convert to dataframe ``` def normalise(df: DataFrame) -> DataFrame: return df.apply(lambda x: x).to_frame() ``` or call the other overload that returns...
this might be the binance futures package you need. https://pypi.org/project/binance-futures-python-sdk/ `pip install binance-futures-python-sdk`
This issue has been fixed in version 2022.6.0, which we've just released. You can find the changelog here: [CHANGELOG.md](https://github.com/microsoft/pylance-release/blob/main/CHANGELOG.md#202260-1-June-2022)
is there a public code repo?
ya thats my guess. it might be a property on a parameter of the semantic token lsp call.
see https://github.com/microsoft/pylance-release/blob/main/TROUBLESHOOTING.md#filing-an-issue for how to grab the logs. are you using open folder? selected your python interpreter with tensorflow installed?
should we also suggest adding '_' to the front of those variables in https://github.com/python/cpython/blob/main/Lib/this.py