athalhammer / danker

Compute PageRank on >3 billion Wikipedia links on off-the-shelf hardware.
GNU General Public License v3.0
56 stars 4 forks source link

Issue running danker on my machine #20

Closed jgarcia1599 closed 1 year ago

jgarcia1599 commented 1 year ago

Hello, I am interested in using danker on my machine (MacBook pro 2018,6-Core i7, 16gb ram) using the provided bash script, but I am encountering the following issue after doing the following steps:

  1. Download the danker repository.
  2. Running the following bash script once I am inside the repo in the terminal:
    ./danker.sh en

    After completing the steps above, I encounter the following error:

Screenshot 2023-01-02 at 12 16 35 PM

Am I required to provide the date argument for danker to work?

athalhammer commented 1 year ago

Thanks a lot for your interest, @jgarcia1599! danker unfortunately doesn't have compatibility with macOS as many commands used are slightly different in the Mac environment. Probably the easiest way to get this running on your hardware would be to run it in a docker container with an image based on Ubuntu or Debian. Could that be an option? Let me know if you need more concrete instructions on how to set this up and I'm happy to help.

athalhammer commented 1 year ago

closed due to inactivity