Skip to Content.

mget-help - RE: [mget-help] MGET installation question

Please Wait...

Subject: Marine Geospatial Ecology Tools (MGET) help

Text archives


RE: [mget-help] MGET installation question


Chronological Thread 
  • From: Jason Roberts <>
  • To: Luis Figueiredo <>
  • Cc: "" <>
  • Subject: RE: [mget-help] MGET installation question
  • Date: Mon, 7 Mar 2022 14:07:33 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=duke.edu; dmarc=pass action=none header.from=duke.edu; dkim=pass header.d=duke.edu; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=FpZTPJG1lOq5eRJWmvDviKTfi4V0Ko+QdbJ10+3pn8I=; b=jT3CwAylXHg4nWcYKHeKxIDS3F/sfQztWF/FJDESKMsRFnGwqeKH/de/6q22HXuQstvrYxWOAWhYthiLhVJBzsLKzXxquiBGTaxtQDuZoqa2tEw1D4pwmpZVuckJ71oEbU0YB08BjFASA5XmZti35c9CGgvKDeCfOBJ0/iFymda9L2uPux1VXgll3FhtYViU6pmRRocDwgjrqpHHAqbCDaWL8no1H/TGAJkWzP1xO3XVK2DZIio8rMHRYtjUQqIXPmGk+v/Y9gE1KVKaAwOdggAfjcNGJ11s9GMzId5XqFBWw3KtsP0AkcC5JwAscLrTBnDmAd8mCz3P8a6wF6PKsQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=khvSGMXolHU6LpGI89/ELQY9kFiqg3FlgvGFVo8N8th1aNG4fd93m802cKtsYzFmp2w9UY26yGvE6xZojPNVOR7gYat11tKnJgLgl6xwX5gcSaW2MVJaXtBXdStPkNzgT+aHmArAgNP1Z0n+bzyAZ+cY3/a0IdVDi6G8k04ZqsZRx0M4VCNOEEJTd81Oj9w7u3EIaCsUaO1i8gvL2ZcLaDcMybBYGQnFpPMrfmxBxKyuWNQ7VB4thKOynJUda2ZTMEq9XazhNPWFft6o7hhx3BDGu/Ruw7aF4Iy+/qq1HTWWZpUit2z0cDf4HQI1xdYeI24RcGLeXEHbeNOqbayLVQ==

Hello Luis,

MGET will run fine on a 64-bit computer with 32-bit Python 2.7 installed.
(There is no problem running a 32-bit Python on a 64-bit computer.)
Unfortunately, we have not had a chance to port MGET to Python 3.x yet. Doing
so requires a nontrivial amount of time, and funding to cover the effort. We
recently had an offer of assistance with this, which we may be able to take
advantage of later this year, once some ongoing projects are completed. But
until then, it is 32-bit Python 2.7 only.

The core of the CC algorithm in MGET is implemented in C as a Python
extension module, with its main dependency being the numpy ABI. If you have
some skill building Python extension modules and with numpy's ABI you could
probably build it yourself for 64-bit Python 3.x without too much trouble.
However, if you are a Python user with no experience with C or building
Python extension modules then I do not recommend attempting this. In any
case, MGET is free and open source software and we are happy to share the
code.

Best regards,

Jason

-----Original Message-----
From:
<> On Behalf Of Luis Figueiredo
Sent: Monday, March 7, 2022 8:20 AM
To:
Subject: [mget-help] MGET installation question

Hello,

My name is Luís Figueiredo and I want to apply the Cayula-Cornillon Algorithm
Single Image Edge Detector (CCA-SIED) that is available as an R code in the
Marine Geospatial Ecology Tools (MGET).
But apparently you can only install it by having a 32 bit computer and using
python 2.x versions. I would like to know if there is any way to use this
algorithm available in MGET, having a 64 bit computer and using python 3.x?

Thank you for your time

Kind regards



Archive powered by MHonArc 2.6.19.

Top of Page