1👍
You need to install the required packages for toaster, if you are using yocto version below 2.1(krogoth) then use below command in your command line.
pip install -r /home/elia/YoctoProject/poky/bitbake/toaster-requirements.txt
If you are using yocto version above 2.2(morty) use below command
pip3 install -r /home/elia/YoctoProject/poky/bitbake/toaster-requirements.txt
Note: Below versions of yocto-2.1(krogoth)
depends on python and pip
From yocto-2.2(morty
) it will depends on python3 and pip3
Check which version of yocto you are using.
0👍
Use the below command in your source poky$
pip install -r /home/elia/YoctoProject/poky/bitbake/toaster-requirements.txt
- Django / Python – Date joined check
- TemplateDoesNotExist at /lab/
- Filtering nested resources Django REST Framework
- Passing JSON var in leaflet "on()" method
- Django ModelChoiceField, thousands of options , not user friendly
Source:stackexchange.com