Closed zhaokoh closed 1 year ago
Ah, I found the problem. It seems like the plot
function was migrated from previous "asreview-visualization" to "insights". So I uninstalled the old 0.4.1 asreview-visualization and it seems working now. I think my mistake was following an 'old' tutorial :)
Thanks for documenting and closing the issue. Where did you find the tutorial? Is it something the ASReview team developed?
I can't remember the exact details, but I think I googled "asreview plot" to find the syntax/usage and went to this page https://pypi.org/project/asreview-visualization/ directly because previously I was using this package and had that installed on my machine. On 17 Feb 2023, at 9:54 pm, Jonathan de Bruin @.***> wrote: Thanks for documenting and closing the issue. Where did you find the tutorial? Is it something the ASReview team developed?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: @.***>
Hi,
I am using the default version pulled from pip:
asreview-visualization-0.4.1
This might be a silly mistake in my environment. I am getting missing module error on
asreview.analysis
when I tried to runasreview plot
, here is the stacktrace:I tried to upgrade all my asreview packages to the latest but still encounter similar errors. I can't find the asreview.analysis in my python local repository either.
Here are the versions of my asreview and related packages:
Can you please let me know if I am missing certain package or need to update my local packages to certain versions to make this work?
Thanks.