Coder Social home page Coder Social logo

Installation unsuccessful about kiss-icp HOT 7 CLOSED

prbonn avatar prbonn commented on July 20, 2024
Installation unsuccessful

from kiss-icp.

Comments (7)

nachovizzo avatar nachovizzo commented on July 20, 2024

Hello @jeychandar there is no need to tag anyone to ask questions, just write it down here ;)

It's hard to guess why is not working in your case, since you didn't provide any information, OS? How did you install it?, etc. Please clarify a bit further your setup, so we can help you with the installation. ;)

from kiss-icp.

jeychandar avatar jeychandar commented on July 20, 2024

OS: Ubuntu 20.04.5 LTS
I am using this version of OS for LIO-SAM.
image

from kiss-icp.

nachovizzo avatar nachovizzo commented on July 20, 2024

It's very likely a problem in your $PATH and it's not related to kiss-icp. Add this line into your ~/.bashrc file and that should do the trick:

export PATH=$HOME/.local/bin/:$PATH

from kiss-icp.

jeychandar avatar jeychandar commented on July 20, 2024

Thanks It worked. Will explore more now :)

from kiss-icp.

h-rover avatar h-rover commented on July 20, 2024

I am having the same issue. I can import it once inside the python but cannot find the package from the command line.

rover@rover:~$ python
Python 3.6.9 (default, Nov 25 2022, 14:10:45) 
[GCC 8.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import kiss_icp
>>> 
[1]+  Stopped                 python
rover@rover:~$ kiss_icp_pipeline --help
kiss_icp_pipeline: command not found
rover@rover:~$ 

I am having the same issue. I can import it once inside the python but cannot find the package from the command line.

My bashrc has the exported paths as follows,

`export PATH="/home/rover/.local/bin:$PATH"
export PYTHONPATH="${PYTHONPATH}:/home/rover/.local/lib/python3.6"
export PYTHONPATH="${PYTHONPATH}:/home/rover/.local/lib/python3.6/site-packages"`

Any help will be appreciated.

from kiss-icp.

nachovizzo avatar nachovizzo commented on July 20, 2024

Why did you manually typed your home path? Can you paste the output of $echo $PATH? If you can import it cut can't access the binary is a miss configuration on your system most likely

from kiss-icp.

h-rover avatar h-rover commented on July 20, 2024

Thanks for the quick response. Exporting the python path in the bash script fixed it!

from kiss-icp.

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.