From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x629.google.com (mail-ej1-x629.google.com [IPv6:2a00:1450:4864:20::629]) by sourceware.org (Postfix) with ESMTPS id 5D2F13858D20 for ; Thu, 17 Feb 2022 10:37:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 5D2F13858D20 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-ej1-x629.google.com with SMTP id d10so6103882eje.10 for ; Thu, 17 Feb 2022 02:37:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=qo/9ZFxwAObmLmLmKNfqilV/ODCUqfcn9hjNVIuHM24=; b=Wh7nutKP2YB2OrPKRK9OMUC98tIKjZSKecnbvOZXwGHQY2S4sWEYSG+tHjxeF5TN4x pPypXjdlrMKBQ9ZGuFZLm1Q2UHcPSJkIt7sHX/7+aAxzttV2Zp2+ECe61lifhg0tktn7 0/peTzX8kv2wZzWycSMnIZqNaH3XUxm5zN2oa35KjJW1jjnwvc/CVvMMPaoj+XTqp6FG CPZkO+HnJLKiLI7J2jCh9+2IKZ5vbiBnrbv7gEbFIL86EkGooSHBaKdA299/wzOkt3QK w9QrfB9ajo+GgXLFM+U8Q4IS+jMpYlT0CNa9ISHqCX0MZBinWjIzH2ull4Hk7G/7XuU5 pUdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qo/9ZFxwAObmLmLmKNfqilV/ODCUqfcn9hjNVIuHM24=; b=UP2HeFFTrrWBRaehT01YcScO5whnfoeBDUDnHXqw7qLSTBLoHefWLwgVZFmxP8F0Ef kdutG20OkBFgWewvF29JRp3iryawEEk1cy4eJfIJmFnwccE0V9cWFv5sMhKKkg4WJHZ0 pZ7/h4fcNrt6ltuUHIUCwq7MylrSei5Te5zCGwzfzxgp6R1RajGW2RQ1yzg4+T/ZEOrl TvFkRXrnSnciAp6oY6hm2KGqtgA6cjoq+6PAA+Uv67ze0pfSynFOh/WEUQ167LKhheSi CLBXrrr8skbgZheqkcfwKmzMdBjP+/XwOX5SJ21VpWuiN3sOhDp8wGbnkscYF9tgFpXq rrqg== X-Gm-Message-State: AOAM531mC2tyccxRv7ISb97Gcm6MprNzI4owUml4lgSpbev2Xl452yLs o0Ks0Vfj2l6aokbuo4TQtghw6F2/vxkgb3HhULY3O5bW X-Google-Smtp-Source: ABdhPJwCRVZCu9zc/dOCX/oRRefmBSE9/VrwlilVOqs//gssLQujdUSTJUWtiW+ZpGOsV9Jnskl5SPc65/vUuL7rLto= X-Received: by 2002:a17:906:2846:b0:6ce:21cd:5398 with SMTP id s6-20020a170906284600b006ce21cd5398mr1887151ejc.49.1645094256485; Thu, 17 Feb 2022 02:37:36 -0800 (PST) MIME-Version: 1.0 References: <1167745236.4293.1645083374397.JavaMail.yahoo.ref@mail.yahoo.co.jp> <1167745236.4293.1645083374397.JavaMail.yahoo@mail.yahoo.co.jp> In-Reply-To: <1167745236.4293.1645083374397.JavaMail.yahoo@mail.yahoo.co.jp> From: marco atzeri Date: Thu, 17 Feb 2022 11:37:25 +0100 Message-ID: Subject: Re: Can the cygwin support scipy, pandas, sympy, jupyterlab? To: Tatsuro MATSUOKA Cc: "cygwin@cygwin.com" Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-0.7 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Feb 2022 10:37:39 -0000 On Thu, Feb 17, 2022 at 8:36 AM Tatsuro MATSUOKA wrote: > > Can the cygwin support scipy, pandas, sympy, jupyterlab? > The above is very popular in scientific field but the cygwin does not have the package. > I used the internet search and was able to install those package python pip install. > However, if thtse package can be installed without pip install, it will be grateful. > > Tatsuro > Hi Tatsuro, probably yes, but I have not tried all of them adding to the TODO list Regards Marco