Coder Social home page Coder Social logo

Comments (7)

fcdimitr avatar fcdimitr commented on June 8, 2024

Hello and thank you for reporting this issue!

Are you using Windows? Currently, this package only works on Linux and macOS, due to cilk not supporting Windows natively.

I will leave this issue open in order to update the documentation/manual to make this clear.

from sgtsnepi.jl.

AlexanderJCS avatar AlexanderJCS commented on June 8, 2024

Thank you for your reply. I am on Windows. Is there an alternative library that you know of that allows visualizing 3D graphs on Windows, or a way to get this library to work on Windows?

from sgtsnepi.jl.

fcdimitr avatar fcdimitr commented on June 8, 2024

You could try running Julia via WSL2.

from sgtsnepi.jl.

varnerlab avatar varnerlab commented on June 8, 2024

Hmmm. I'm on a Mac M1 2021, running Ventura 13.2.1 (22D68), and I have the same error as above.

running the sample visualization code from Graphs.jl:
using GLMakie, SGtSNEpi, SNAPDatasets

GLMakie.activate!()

g = loadsnap(:as_caida)
y = sgtsnepi(g);
show_embedding(y;
A = adjacency_matrix(g), # show edges on embedding
mrk_size = 1, # control node sizes
lwd_in = 0.01, lwd_out = 0.001, # control edge widths
edge_alpha = 0.03 )

It runs until the y = sgtsnepi(g) line.

from sgtsnepi.jl.

fcdimitr avatar fcdimitr commented on June 8, 2024

Hello, @varnerlab, and thank you for the feedback! Are you running Julia natively on your M1 or through Rosetta2?

We have not tested it natively on Mac M1 yet; we need to check whether cilk is compatible with M1.

from sgtsnepi.jl.

varnerlab avatar varnerlab commented on June 8, 2024

Hi @fcdimitr, I'm running natively on the M1.

I ran the same code on a 2013 trashcan mac pro (macOS 12.6.3, Julia 1.8.5, Xeon), and it ran fine. So I'm guessing it's the M1 native issue.

from sgtsnepi.jl.

fcdimitr avatar fcdimitr commented on June 8, 2024

Hello @AlexanderJCS and @varnerlab,

This issue is temporarily closed by adding a warning on the front page.

We plan to add support for M1 Macs (natively) and Windows; I will re-open the issue when we have a pull request for you to try.

Thank you!

from sgtsnepi.jl.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.