GithubHelp home page GithubHelp logo

Comments (4)

martinoluca avatar martinoluca commented on April 19, 2024

Hi @leoherbie,
I see from your error message you've installed Infer on /usr/local/bin/infer, this means that you should also have installed the lib/ folder of Infer in /usr/local/lib/, since the infer command expects a capture/ folder in lib/.

from infer.

akotulski avatar akotulski commented on April 19, 2024

@leoherbie
If your /usr/local/bin/infer is a symbolic link, there was minor issue that we missed in initial release in regards to handing this:
#13

If you apply following code change, it should work:
dambrisco@b2b2fe4

from infer.

leoherbie avatar leoherbie commented on April 19, 2024

@akotulski That is exactly the issue. I had created symlinks. Thank you.

from infer.

kingangelTOT avatar kingangelTOT commented on April 19, 2024

Traceback (most recent call last):
File "/usr/bin/infer", line 142, in
main()
File "/usr/bin/infer", line 104, in main
imported_module = load_module(mod_name)
File "/usr/bin/infer", line 50, in load_module
pkg_info = imp.find_module(CAPTURE_PACKAGE, [LIB_FOLDER])
ImportError: No module named capture

this issue is still exist?

from infer.

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.