Skip to main content

No project description provided

Project description

image/svg+xml

nec-sol is the installation wrapper for the SOL Neural Network Accelerator. You need to be approved SOL user to get access to the installable packages.

If your system does not pip3 please use NEC_SOL_PIP=/path/to/other/pip nec-sol ... to redirect all commands to your system's PIP.

List available modules:

nec-sol list_available

List installed modules:

nec-sol list_installed

Install modules:

nec-sol install [module [module [...]]] [--user] [--trust]
  • --user: installs the packages in the user instead of the system packages.
  • --trust (NOT RECOMMENDED): if your system does not trust the certificates of the module servers, this will add --trust-url ... to the PIP commands. Consult the Documentation for how to correctly setup certificates on your system.

Install modules without internet connectivity:

On a system with internet connectivity, run:

nec-sol download [module [module [...]]] [--trust]
scp *.whl remote_machine:/folder/on/remote/machine/

And then on the target machine:

nec-sol install [module [module [...]]] --local

Uninstall SOL:

nec-sol uninstall

Automatic Upgrade:

nec-sol upgrade

Manual Upgrade:

nec-sol uninstall
pip3 install --upgrade nec-sol
nec-sol install [module [module [...]]]

Useful Links:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

nec_sol-0.4.2.0-py3-none-any.whl (32.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page