Giter Site home page Giter Site logo

Comments (3)

fklemme avatar fklemme commented on August 15, 2024

I hoped for an easy fix by changing the Makefile like this:

# choose anaconda installer depending on your OS
ANACONDA_URL = http://repo.continuum.io/miniconda
ifeq "$(OS_NAME)" "Linux"
ifeq "$(CPU_ARCH)" "x86_64"
FN := Miniconda-latest-Linux-x86_64.sh
else
FN := Miniconda-latest-Linux-x86.sh
endif
else ifeq "$(OS_NAME)" "Darwin"
FN := Miniconda-3.7.0-MacOSX-x86_64.sh
else
FN := unknown
endif

But it doesn't end up working:

Installing Anaconda ...
PREFIX=/home/fklemme/anaconda
installing: python-2.7.9-3 ...
installing: conda-env-2.1.4-py27_0 ...
installing: openssl-1.0.1k-1 ...
installing: pycosat-0.6.1-py27_0 ...
installing: pyyaml-3.11-py27_0 ...
installing: readline-6.2-2 ...
installing: requests-2.6.0-py27_0 ...
installing: sqlite-3.8.4.1-1 ...
installing: system-5.8-2 ...
installing: tk-8.5.18-0 ...
installing: yaml-0.1.4-0 ...
installing: zlib-1.2.8-0 ...
installing: conda-3.10.1-py27_0 ...
Python 2.7.9 :: Continuum Analytics, Inc.
creating default environment...
installation finished.
Add '/home/fklemme/anaconda/bin' to your PATH variable in '.bashrc'.
Update ~/.condarc
Fetching package metadata: ..........
Error: No packages found in current linux-32 channels matching: genshi

Did you mean one of these?

    gensim

You can search for this package on Binstar with

    binstar search -t conda genshi

You may need to install the Binstar command line client with

    conda install binstar
make: *** [conda_env] Error 1

Some packages seem to be only available for 64 bit systems.

from malleefowl.

cehbrecht avatar cehbrecht commented on August 15, 2024

it is possible ... but ;) We need to compile the additional anaconda packages on birdhouse for 32 bit:

https://binstar.org/birdhouse

Binstar offers 64 bit auto builds for free ... if you want more (32bit, windows, macosx) you need to pay. Or we need to setup our own build machine ....

Why 32 bit? We are currently only using 64 bit on centos/fedora/redhat/ubuntu/debian.

from malleefowl.

fklemme avatar fklemme commented on August 15, 2024

Well, yeah, I just switched to a 64 bit VM, so I don't care anymore. :P

(I have been using a 32 bit machine because my computer at work is quite old and I thought it wouldn't support 64 bit VMs. In fact I just forgot to enable VTx in BIOS.)

from malleefowl.

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.