From notifications-return-24991-archive-asf-public=cust-asf.ponee.io@superset.apache.org Thu Aug 1 09:29:07 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id EEBE2180644 for ; Thu, 1 Aug 2019 11:29:06 +0200 (CEST) Received: (qmail 98445 invoked by uid 500); 1 Aug 2019 09:29:06 -0000 Mailing-List: contact notifications-help@superset.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.apache.org Delivered-To: mailing list notifications@superset.apache.org Received: (qmail 98436 invoked by uid 99); 1 Aug 2019 09:29:06 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Aug 2019 09:29:06 +0000 From: GitBox To: notifications@superset.apache.org Subject: [GitHub] [incubator-superset] jonaycp edited a comment on issue #7871: How to install superset in the Linux environment without network? Message-ID: <156465174634.13573.3001976866219903857.gitbox@gitbox.apache.org> Date: Thu, 01 Aug 2019 09:29:06 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit jonaycp edited a comment on issue #7871: How to install superset in the Linux environment without network? URL: https://github.com/apache/incubator-superset/issues/7871#issuecomment-517205640 I did the installation on a server without internet manually. - First make sure that OS dependencies are satisfied. Some (not sure if all) dependencies could be: gcc, gcc-c++, libffi-devel, python-devel, python-pip, python-wheel, openssl-devel, libsasl2-devel, openldap-devel - Then I downloaded on an OS with internet all the packages on the requirements.txt Example: `pip download == ` (If you leave empty you will see the available versions for that package) - Next, I put everything in the same folder and I copied on the server without internet, and then I installed superset with: `pip install superset --no-index --find-links=/path-to-packages/` In my case for some reason the installation stopped installing some libs, in that case I just tried with other versions until it works ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org For additional commands, e-mail: notifications-help@superset.apache.org