Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #98181

cvxopt install problem

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From Ek Esawi <esawiek@gmail.com>
Newsgroups comp.lang.python
Subject cvxopt install problem
Date Tue, 3 Nov 2015 13:18:49 -0500
Lines 40
Message-ID <mailman.42.1446574732.8789.python-list@python.org> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
X-Trace news.uni-berlin.de xIVsW+SlnXkWF6rD8Oct6gySjK+j0KMZehpdYBRkqBWg==
Return-Path <esawiek@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.006
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'repository': 0.05; 'incompatible': 0.07; 'works.': 0.07; 'posting.': 0.09; 'python': 0.10; 'syntax': 0.13; 'bit.': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:install': 0.16; 'used:': 0.16; 'version.': 0.18; 'subject:problem': 0.22; 'select': 0.23; 'bit': 0.23; 'discussion': 0.24; 'install': 0.25; 'command': 0.26; 'installed': 0.26; 'appreciated.': 0.27; 'compatible': 0.27; 'message-id:@mail.gmail.com': 0.27; 'package.': 0.27; 'windows,': 0.29; 'another': 0.32; 'posting': 0.32; 'getting': 0.33; 'url:downloads': 0.33; 'open': 0.33; 'skip:- 10': 0.34; 'except': 0.34; 'received:google.com': 0.35; 'could': 0.35; 'needed': 0.36; 'url:org': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'suggestion': 0.37; 'received:209': 0.38; 'skip:- 20': 0.39; 'to:addr:python.org': 0.40; 'easy': 0.60; 'here': 0.66; 'url:search': 0.83; 'received:209.85.160.178': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=GilbevzwgXnupC6GLuiaXF/I+3a6ruL7ohUj3mlAVUA=; b=owphYd1HgEIfwQPrItcPp/RMbKk6vDx1TpDqsAAfongUFm+ddZkAKGvaqU0PqkANea 6BhkBt5Mhkew/l1Q4TpYx4ibH7MmTd771cnVHydZyYzwXSl7PbUZDYjbeSfiDeP7Wu8l B0RIcKWmpJntmJZ/9utvUGrRxaApfwRJEbHB05jTH/tJjpM9gYcqtNrjzrXgYzg97VVs wQGGhc5BrTT+spp4kSZbwhZe4P5/g1GSBMcDQXWxkV5DtvY8I6GqqbSm0wera0fnI/Ie TAg4q6zPNHN0liePaE37SWSqL1nHbdxq7uZi5zzJ2PmLFdKGBDCC6swUO2Zr7x37ZZbc Fizw==
X-Received by 10.129.106.193 with SMTP id f184mr17543105ywc.157.1446574729760; Tue, 03 Nov 2015 10:18:49 -0800 (PST)
X-Content-Filtered-By Mailman/MimeDel 2.1.20+
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:98181

Show key headers only | View raw


Hi All—





I needed to install cvxopt on a 64 bit W7. I found out that cvxopt is
incompatible with a 64 bit. It only compatible with a 32 bit which can be
installed on a 64 bit computer and it works. I stumbled on this on another
discussion group posting. The suggestion was to install python 32 bit on a
64 bit computer, then download cvxopt and install it via conda.



Here is the suggestion from the posting  [If you are using Windows, an easy
solution could be the Anaconda distribution (http://continuum.io/downloads).
Select and install the 32 bit version. It will be easier to install the
cvxopt package. Search it in the binstar repository (
https://binstar.org/search?q=cvxopt). Open a console terminal and install
it (e. g. "conda install -chttps://conda.binstar.org/omnia cvxopt").?]



I did everything except the last command to install cvxopt, that’s “conda
install -chttps://conda.binstar.org/omnia cvxopt".

Here is the command I used:

conda install c:/Users/eesawi0001/Downloads/cvxopt-1.1.7-py34.tar

I kept getting invalid syntax



Any help is greatly appreciated.


EKE

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

cvxopt install problem Ek Esawi <esawiek@gmail.com> - 2015-11-03 13:18 -0500

csiph-web