You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/08/01 09:29:06 UTC

[GitHub] [incubator-superset] jonaycp edited a comment on issue #7871: How to install superset in the Linux environment without network?

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 <Lib. name>==<version>
   `
   (If you leave <version> 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