79153377

Date: 2024-11-03 18:35:16
Score: 1
Natty:
Report link

For anyone who is still having trouble installing this, I just tried and quickly succeeded using the nix installer on Mac. Nix is an independent package manager for Linux and Mac that precisely specifies and isolates all dependencies from the system and other packages, so it often resolves broken dependency issues.

The commands I ran:

To install the nix package manager:

curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install (You may have to restart your terminal now if it can't find the nix command.)

To install threadscope:

nix profile install nixpkgs#haskellPackages.threadscope To run threadscope:

threadscope

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Mooizz