Giter Club home page Giter Club logo

Comments (5)

Jacxk avatar Jacxk commented on September 24, 2024 2

Hi there, I also had this issue and it seems to be an issue with AtomicParsley, to fix this you could either use the docker version of freyr or use the version of AtomicParsley @miraclx provided here #628 (comment).
You can either add the path to the downloaded binary on the config file (you can also set the env variable ATOMIC_PARSLEY_PATH to the path of the downloaded file or use freyr --atomic-parsley [path]) or move the file to /usr/local/bin. Make sure you allow AtomicParsley to run on from Security & Privacy tab.

Hope that helps you!

from freyr-js.

aarnaegg avatar aarnaegg commented on September 24, 2024 1

I found it was because I had to install Rosetta because I'm using a M1 MacBook. I got it working now. Thanks!

from freyr-js.

aarnaegg avatar aarnaegg commented on September 24, 2024

Hi there, I also had this issue and it seems to be an issue with AtomicParsley, to fix this you could either use the docker version of freyr or use the version of AtomicParsley @miraclx provided here #628 (comment). You can either add the path to the downloaded binary on the config file (you can also set the env variable ATOMIC_PARSLEY_PATH to the path of the downloaded file or use freyr --atomic-parsley [path]) or move the file to /usr/local/bin. Make sure you allow AtomicParsley to run on from Security & Privacy tab.

Hope that helps you!

Im having problems figuring out where to drop atomic parsley 20230114.175602.21bde60. I don't have /usr/local/bin. If I create a bin folder in usr/local Freyr said atomic parsley is not installed.

from freyr-js.

Jacxk avatar Jacxk commented on September 24, 2024

@aarnaegg I believe you can go to the config file (or the environmental variable) and specify the path to it or use the command to set the path. Also, make sure the file name is AtomicParsley.

from freyr-js.

miraclx avatar miraclx commented on September 24, 2024

@aarnaegg, there's a couple of approaches here:

  1. if you know where freyr is installed, you can place it inside the bins/posix dir at the root (you'll most likely need to create it)

    If you installed freyr via npm/yarn or whatever else, they'll likely symlink it so you can do this to drop you into the installed location for freyr

    $ cd $(dirname $(realpath $(which freyr)))
  2. But I think the ideal approach is to have AtomicParsley globally accessible, and personally I recommend having a ~/.local/bin dir which is part of your PATH and installing AtomicParsley there. Freyr will find it.

    You note:

    If I create a bin folder in usr/local Freyr said atomic parsley is not installed.

    You still have to ensure it's part of your PATH. You can check your definitions here to ensure it's part of it:

    $ echo $PATH | tr ':' '\n'
  3. Finally, freyr supports specifying an "override" path via the --atomic-parsley flag or the ATOMIC_PATSLEY_PATH env.

    $ freyr --atomic-parsley ./path/to/AtomicParsley ...
    $ ATOMIC_PARSLEY_PATH=./path/to/AtomicParsley freyr ...

Thanks @Jacxk, for your support. PS: freyr scans for AtomicParsley and atomicparsley, but macOS's APFS is case-insensitive anyway, so anything works.

from freyr-js.

Related Issues (20)

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.