Python Forum
installing anaconda packages offline - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: installing anaconda packages offline (/thread-24543.html)



installing anaconda packages offline - HulkHogansArmsArePythons - Feb-18-2020

Good Afternoon All,

i am trying to resolve issues with the Numpy & Pandas packages that installed with anaconda.
Our dev environment does not have access to internet so i cannot simply pip install or conda install the packages

i have not seen a post about this or found something similar - if this is a duplicate post already made by someone please provide me the link


RE: installing anaconda packages offline - Larz60+ - Feb-18-2020

see: https://docs.anaconda.com/anaconda-repository/2.31/admin/install-offline/


RE: installing anaconda packages offline - HulkHogansArmsArePythons - Feb-18-2020

we are running this on a windows environment


RE: installing anaconda packages offline - HulkHogansArmsArePythons - Feb-18-2020

"No matching distribution found for setup tools"
is the error we receive when trying to install numpy


RE: installing anaconda packages offline - jefsummers - Feb-18-2020

Might try this
https://www.lfd.uci.edu/~gohlke/pythonlibs/