Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation for nni from source code on Azure B1s VM is stuck #65

Closed
goooxu opened this issue Sep 14, 2018 · 9 comments
Closed

Installation for nni from source code on Azure B1s VM is stuck #65

goooxu opened this issue Sep 14, 2018 · 9 comments
Assignees
Labels

Comments

@goooxu
Copy link
Contributor

goooxu commented Sep 14, 2018

Create a B1s type Azure VM (Ubuntu 16.04), and try to follow the command

git clone https://github.com/Microsoft/nni.git@v0.4
cd nni
make easy-install

to install nni, but it stuck, the last message is

$ react-app-rewired build --scripts-version react-scripts-ts
    Creating an optimized production build...
    Starting type checking and linting service...
    Using 1 worker with 2048MB memory limit
    ts-loader: Using typescript@3.0.1 and /tmp/pip-vcid8cpq-build/src/webui/tsconfig.json
    No valid rules have been specified
@goooxu goooxu added bug Something isn't working installation labels Sep 14, 2018
@yds05
Copy link
Contributor

yds05 commented Sep 28, 2018

Need to update documentation to list NNI minimum hardware limitation.

@yds05 yds05 added this to the 2018 Sept Release (v0.2.0) milestone Sep 28, 2018
@goooxu goooxu removed their assignment Oct 8, 2018
@lipingbj
Copy link

lipingbj commented Nov 2, 2018

How to solve this problem?

@lipingbj
Copy link

lipingbj commented Nov 2, 2018

I can't install the nni by encountering this problem.

@QuanluZhang
Copy link
Contributor

Please use a VM with larger memory (> 4GB), recommend 8GB

@lipingbj
Copy link

lipingbj commented Nov 2, 2018

Is 4GB enough?

@scarlett2018
Copy link
Member

@lipingbj - in v0.3, we start to support pip package install which requires less Memory during installation.

May you try the following method to install with 4GB memory:
python3 -m pip install --user --upgrade nni

@yds05
Copy link
Contributor

yds05 commented Nov 27, 2018

@goooxu Could you please help confirm if it is fixed since NNI v0.3.x?

@goooxu goooxu changed the title Installation for nni on Azure B1s VM is stuck Installation for nni from source code on Azure B1s VM is stuck Dec 7, 2018
@goooxu
Copy link
Contributor Author

goooxu commented Dec 7, 2018

@yds05 still reproduce in v0.4

@scarlett2018
Copy link
Member

For NNI installation, please make sure your system meet the recommended system requirement: https://github.com/Microsoft/nni/blob/master/docs/Installation.md#system-requirements

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants