• support[@]kurinchilion.com
  • +1 (888) 666-4252

Command ‘(‘lsb_release’, ‘-a’)’ returned non-zero exit status

Feb 26, 2021 - by kurinchilamp 996 Views
Try to move the lsb_release (or remove the file) to check if the error goes away $ sudo mv /usr/bin/lsb_release /usr/bin/lsb_release_back
Continue Reading

Python setup on Ubuntu: pip is being invoked by an old script wrapper

Feb 24, 2021 - by kurinchilamp 389 Views
This issue has been identified with pip installation/changes in Ubuntu environment. You can use pip with 'python -m' at the front as in $ python -m pip --version
Continue Reading

Django: ModuleNotFoundError: No module named ‘pip’ on Windows

Feb 17, 2021 - by kurinchilamp 325 Views
As part of Django setup, if you find that pip is not installed, you can try to use the ensurepip module to install pip. Execute the following command to setup pip > python -m ensurepip To upgrade pip, > python -m pip install --upgrade pip
Continue Reading

HAXM Installation issue on Windows (Android setup)

Feb 14, 2021 - by kurinchilamp 350 Views
First check the two steps mentioned below i) Task Manager > Performance and check if "Virtualization" is enabled. ii) Control panel > Turn Windows Features On/Off and check if HyperV is not enabled Then run the following commands >> dism.exe /Online /Disable-Feature:Microsoft-Hyper-V >> bcdedit /set hypervisorlaunchtype off You will need to restart the system for the changes to happen After restart, Open Android Studio > Configure > SDK Manager and now you should be able to setup HAXM in your windows system. To reset back to normal (incase if there are other issues in the system) >> dism.exe /Online /Enable-Feature:Microsoft-Hyper-V /All >> bcdedit /set hypervisorlaunchtype auto
Continue Reading

Flutter plugin not installed error; – flutter doctor

Jan 30, 2021 - by kurinchilamp 511 Views

Safe fix for Mac (Android studio 4.1+). After Mac gets updated, we need to create a symbolic link to Android Studio.

Just run in the Terminal this command

$ ln -s ~/Library/Application\ Support/Google/AndroidStudio4.1/plugins ~/Library/Application\ Support/AndroidStudio4.1

(more…)

Continue Reading

Flutter Doctor: cocoapods not installing message

Dec 31, 2020 - by kurinchilamp 396 Views

To fix this issue, try running the following command on Mac

$ brew reinstall cocoapods

Continue Reading

TECHNOLOGY DEV STACK

Following are some of the technologies that we use to build and maintain solutions for our clients.