-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Error: datashader.bundling #14
Comments
Debugging datashader is always tricky for me. Did you use the automatic install shown here: https://github.com/schochastics/edgebundle/blob/main/R/bundle_hammer.R#L62-L68 Or did you install it manually? |
I did try both options - same result |
This is the message I get:
|
Also I tried it two machines: a Mac Studio, and a Mac Pro. The output above is from the Mac Studio which I trust less as I can't list the modules that are installed on the version of Python. Nonetheless, I can't get the package to work on my Mac Pro either. |
what happens when you run |
I had the same issue on Ubuntu 22.04 and running |
I'd recommend switching to ggraph for edgebundling. Most of the algorithms implemented here are now ported in a better way to that package |
Hi @schochastics, could you please elaborate on what exactly is the suggestion. Is it to use this package: https://ggraph.data-imaginist.com/reference/geom_conn_bundle.html instead of yours? |
@fcorowe Yes, most functionality was ported to ggraph and is available under |
Thanks for the package. The maps look awesome.
I am having a problem running the code provided on the website. Specifically I am struggling to run the following line:
It returns this error:
Error: Python module datashader.bundling was not found.
I checked I have this
datashader
installed and it is:Yet, I get the same error when I run the line of code above.
Any advice on this issue would be appreciated, or general advice on how to get the package working.
My computational set up is:
The text was updated successfully, but these errors were encountered: