GithubHelp home page GithubHelp logo

Comments (8)

stuarteberg avatar stuarteberg commented on June 29, 2024

I recommend creating an environment from scratch for graph-tool only, and then installing other packages to it one-by-one, if you need them.

conda create -n gt -c conda-forge graph-tool
conda activate gt

# Additional packages
conda install ipython
conda install jupyterlab

from graph-tool-feedstock.

count0 avatar count0 commented on June 29, 2024

@stuarteberg Could you please put this in the README.md as the recommended way of installing? Proceeding in the standard way from a clean anaconda install results in a stuck environment...

from graph-tool-feedstock.

stuarteberg avatar stuarteberg commented on June 29, 2024

Could you please put this in the README.md as the recommended way of installing?

OK, as you saw, I created and merged #17 for this, but I think the feedstock readme is not the ideal location for these instructions:

  1. The feedstock README is auto-generated, so I think it will be overwritten the next time this recipe needs to be re-rendered.
  2. I suspect most conda users are unaware of the existence of feedstock repos, and are unlikely to inspect the feedstock README for guidance.

I think the ideal place for these instructions is the graph-tool documentation itself. Perhaps you can paste the new text into those docs?

from graph-tool-feedstock.

count0 avatar count0 commented on June 29, 2024

Yes, I will do that.

from graph-tool-feedstock.

stuarteberg avatar stuarteberg commented on June 29, 2024

Minor side note: To be technically correct, the docs should say that it's possible to install graph-tool via conda, not "Anaconda".

conda is the package manager, whereas Anaconda and conda-forge are each distributions that both happen to use that package manager. (Somewhat analogous to RedHat and CentOS -- both use RPM, but they are distinct distributions. Anaconda packages and conda-forge packages can sometimes be mixed without trouble but I don't recommend it.)

Our graph-tool package is part of the conda-forge distribution, not the Anaconda distribution.

from graph-tool-feedstock.

count0 avatar count0 commented on June 29, 2024

I guess it's obvious at this point that I'm not an avid (ana)conda user. :-)

Thanks for the correction; I've updated the documentation!

from graph-tool-feedstock.

stuarteberg avatar stuarteberg commented on June 29, 2024

@gkrish19 -- Hopefully the instructions above worked for you. If not, reopen this issue and provide the output of conda info and conda list, as well as the exact commands you tried (and their output).

from graph-tool-feedstock.

gkrish19 avatar gkrish19 commented on June 29, 2024

Thank you for your help. It works now.

from graph-tool-feedstock.

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.