We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since updating plotnine, when importing ggplot as from plotnine import ggplot
from plotnine import ggplot
I get the following pyright error, although the code functions as expected:
error: "ggplot" is not exported from module "plotnine" Import from "plotnine.ggplot" instead (reportPrivateImportUsage)
seems to be related to this issue in torch: microsoft/pylance-release#2953
python 3.10.4 plotnine 0.12.2 pyright 1.1.320
The text was updated successfully, but these errors were encountered:
This is the same as #685 which was fixed but has not shipped.
Sorry, something went wrong.
Great, thanks!
No branches or pull requests
Since updating plotnine, when importing ggplot as
from plotnine import ggplot
I get the following pyright error, although the code functions as expected:
error: "ggplot" is not exported from module "plotnine" Import from "plotnine.ggplot" instead (reportPrivateImportUsage)
seems to be related to this issue in torch: microsoft/pylance-release#2953
python 3.10.4
plotnine 0.12.2
pyright 1.1.320
The text was updated successfully, but these errors were encountered: