You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.
Hii,
Tring to install nupic on air gap computer (computer without internet connection).
I am working on Windows OS server (2012) and WIN10.
I am using python version 2.7.14
Pip version : 10.0.1
I download all the requirements packages according to the requirements.txt file in nupic-1.0.5 folder .
using the following command: pip download -r c:\nupic-1.0.5\requirements.txt
I try to install the file with the following command pip install -r c:\nupic-1.0.5\requirements.txt --no-index --find-links c:\req_nupic-1.0.5
I received the following error :
pip install nupic gives error "Command “python setup.py egg_info” failed with error code 1 in c:\appdata\local\temp\20\pip-install-rcv5x0\pytest-xdist
May someone success to install nupic on a stand-alone computer and can provide explanations?
Thanks
The text was updated successfully, but these errors were encountered:
Hii,
Tring to install nupic on air gap computer (computer without internet connection).
I am working on Windows OS server (2012) and WIN10.
I am using python version 2.7.14
Pip version : 10.0.1
I download all the requirements packages according to the requirements.txt file in nupic-1.0.5 folder .
using the following command:
pip download -r c:\nupic-1.0.5\requirements.txt
I try to install the file with the following command
pip install -r c:\nupic-1.0.5\requirements.txt --no-index --find-links c:\req_nupic-1.0.5
I received the following error :
pip install nupic gives error "Command “python setup.py egg_info” failed with error code 1 in c:\appdata\local\temp\20\pip-install-rcv5x0\pytest-xdist
May someone success to install nupic on a stand-alone computer and can provide explanations?
Thanks
The text was updated successfully, but these errors were encountered: