- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
please I wish to have FFmpeg and npm install in my cloud to continue my project please I wish to know how to obtain that
u38804@s001-n045:~/nd131-openvino-fundamentals-project-starter/webservice/server$ npm install
Command 'npm' not found, but can be installed with:
apt install npm
Please ask your administrator.
u38804@s001-n045:~/nd131-openvino-fundamentals-project-starter/webservice/server$ apt install npm
E: Could not open lock file /var/lib/dpkg/lock-frontend - open (13: Permission denied)
please this is what happens when I try please help
- Tags:
- General Support
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Franck,
You can install npm by using conda package manager. You can create a conda environment and install npm by using the below commands
conda create --name environmentname -y conda activate environmentname conda install -c conda-forge nodejs npm --version
For ffmpeg, it is by default available in devcloud without any installations. You can verify ffmpeg availability with the below command
ffmpeg --version
Thanks
Arun Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Franck,
Have you tried out the steps provided. Could you please confirm if they resolve your issue.
Arun Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
To initialize your shell, run
$ conda init <SHELL_NAME>
Currently supported shells are:
- bash
- fish
- tcsh
- xonsh
- zsh
- powershell
See 'conda init --help' for more information and options.
hello please I am getting the above after running conda activate environmentname
which one should I choose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Franck,
Could you please source the oneAPI environment before executing the commands we have provided in the previous response. To source oneAPI environment please run the below command.
source /opt/intel/inteloneapi/setvars.sh --force
If you are still observing the same error. Please run the below command and close and re-open your current shell.
conda init bash
Hope this helps
Arun Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Franck,
Hope you have tried out the steps provided. We are awaiting an update from your side on whether your issue is resolved.
Arun Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yes I have tried it worked fine thanks again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the confirmation, We are closing this case, please feel free to raise a new case for further issues.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page