Code Monkey home page Code Monkey logo

Comments (7)

sjackman avatar sjackman commented on June 7, 2024 1

Hi, @QiushiLi. I'd suggest reinstalling Linuxbrew from scratch. It will install glibc 2.23 for you. Since you have root access on your machine, installation is quite painless.
See http://linuxbrew.sh/#install-linuxbrew
Remove your old installation of Linuxbrew

rm -rf /home/linuxbrew/.linuxbrew/

and reinstall Linuxbrew

sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"

from tigmint.

QiushiLi avatar QiushiLi commented on June 7, 2024 1

Thanks Lauren & Shaun!

@lcoombe Both answers are yes... I "source activate" the environment with python3 installed, and double checked with "which python" .

@sjackman The linuxbrew was sudo installed from scratch (I did it several time to debug). I typed the same command lines you wrote here, but it seems like /home/linuxbrew/.linuxbrew/lib/libstdc++.so.6 still requires the system glibc, learned from the error info.

Our server's built environment has troubles now due to the failed sudo glibc update... waiting for help from the IT support. But the good news is I managed to run the basic tigmint on my mac.

Qiushi

from tigmint.

lcoombe avatar lcoombe commented on June 7, 2024

Hi Qiushi,

Are you running the job on the same server where you compiled pybedtools? Also, are you ensuring that your desired python3 installation is being used? (Ie. runningwhich python3 prints the path to your conda python installation with pybedtools?)
You could also try installing pybedtools with conda install (as per daler/pybedtools#187)
@sjackman might have some suggestions as well!

Lauren

from tigmint.

sjackman avatar sjackman commented on June 7, 2024

Please enclose copy-and-paste blocks in triple back ticks.
See https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code

from tigmint.

sjackman avatar sjackman commented on June 7, 2024

I tried to sudo update glibc with local built but failed.

I think that's the source of your trouble. Installing Glibc 2.18 (quite old, released on 2013-08-12) in /usr could cause much grief.

from tigmint.

njia avatar njia commented on June 7, 2024

@QiushiLi
Did you get it working?
I had this problem as well on my CentOS 7 but managed to fix it by using pyenv "pyenv local 3.6.6" in YouCompleteMe directory.

[njia@fed YouCompleteMe]$ pyenv versions
  system
  2.7.12
* 3.6.6 (set by /home/njia/.vim/plugged/YouCompleteMe/.python-version)

from tigmint.

SrishtiUnthinkable avatar SrishtiUnthinkable commented on June 7, 2024

thanks , this actually worked for me !!

from tigmint.

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.