You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work developing this great tool. We're currently trying to run vis.plot_genes(), but we are getting the following error:
I installed neoloopfinder from mamba, given the instructions provided in the README. Seems to me like the issue has to do with the renaming of polars.toggle_string_cache() to polars.enable_string_cache() in August (see here: pola-rs/polars#8631)
I did not try editing */read_gtf.py, given polars.enable_string_cache() is the new function name. Mamba seems to be installing an older version of polars. Do you recommend I upgrade polars to latest, or I swap the function calls to use the old nomenclature?
Thanks!
Walid
The text was updated successfully, but these errors were encountered:
I believe this is something related to the pyensembl version issue. pyensembl v2.1.0 is the latest version that I have tested. Can you downgrade your pyensembl to this version or older versions and try again?
Hi all,
Thanks for your work developing this great tool. We're currently trying to run
vis.plot_genes()
, but we are getting the following error:I installed neoloopfinder from mamba, given the instructions provided in the README. Seems to me like the issue has to do with the renaming of
polars.toggle_string_cache()
topolars.enable_string_cache()
in August (see here: pola-rs/polars#8631)I did not try editing
*/read_gtf.py
, givenpolars.enable_string_cache()
is the new function name. Mamba seems to be installing an older version ofpolars
. Do you recommend I upgradepolars
to latest, or I swap the function calls to use the old nomenclature?Thanks!
Walid
The text was updated successfully, but these errors were encountered: