Giter VIP home page Giter VIP logo

Comments (6)

fairingrey avatar fairingrey commented on May 19, 2024

I'm sorry, do you have trouble with something? Not sure what this issue is for.

from actix-realworld-example-app.

walter211 avatar walter211 commented on May 19, 2024

when I follow readme to launch this proj, after run diesel database setup, It gives error "Reason: image not found"

from actix-realworld-example-app.

walter211 avatar walter211 commented on May 19, 2024

I wonder to know if I lost any step for installing all dependencies

from actix-realworld-example-app.

fairingrey avatar fairingrey commented on May 19, 2024

I'm not sure what to tell you -- I don't think that kind of error message exists anywhere in the Diesel CLI.

You're going to have to be more clear. You have the correct diesel CLI installed, right? Type in which diesel and diesel --version and make sure it says something like:

 allen@harumi  ~/Projects   master ●  which diesel
/home/allen/.cargo/bin/diesel
 allen@harumi  ~/Projects   master ●  diesel --version
diesel 1.4.0

On Windows, you may see it as something like %USERPROFILE%/.cargo/bin/diesel.

If not, you'll have to figure out how to install the diesel CLI properly. Make sure you are running this command (diesel database setup or diesel setup) in the root of this project (where the "migrations" folder is).

from actix-realworld-example-app.

walter211 avatar walter211 commented on May 19, 2024

That's it.
#which diesel /Users/xxx/.cargo/bin/diesel
#diesel version dyld: Library not loaded: @rpath/libmysqlclient.21.dylib Referenced from: /Users/xxx/.cargo/bin/diesel Reason: image not found Abort trap: 6
thx, seems that I need make a deeper searching for diesel installation.

from actix-realworld-example-app.

fairingrey avatar fairingrey commented on May 19, 2024

I don't cover how to install the diesel CLI in my guide, since the link to their page should describe it all. But if you are only using postgres and your postgres paths are properly linked in your environment, it should work. Since it looks like you've figured it out, I'll be closing this issue.

from actix-realworld-example-app.

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.