We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Keep getting this error whenever I run the command to get the viewer up and working.
The text was updated successfully, but these errors were encountered:
Same here, on ubuntu shell on windows 10
[EDIT] Looking at the web folder I noticed that nanocube_webconfig is a python script. I then run
python3 nanocube_webconfig -s http://localhost --ncport 51234 -p 8000
and it fixed it. The web server is now up and running.
Sorry, something went wrong.
Did you set your PATH ?
export PATH="$INSTALL_DIR/bin":$PATH
and ran make install ?
the nanocube_webconfig is a python script in $INSTALL_DIR/bin after installation
No branches or pull requests
Keep getting this error whenever I run the command to get the viewer up and working.
The text was updated successfully, but these errors were encountered: