Posts

Showing posts from August, 2024

mysql 8 not starting fix

 mv /var/lib/mysql /mnt sudo apt-get remove --purge mysql-server mysql-client mysql-common sudo apt-get autoremove sudo apt-get autoclean sudo apt-get install mysql-server mv /var/lib/mysql mysql-back mv /mnt/mysql /var/lib/mysql cp ibdata1 from /var/lib/mysql-back to /var/lib/MySQL sudo systemctl restart MySQL done fixed

yolo command not found yolov8

pip install ultralytics fixed only after i installed python from python.org with admin privilege

fbgemm.dll not found or Failed to import pytorch fbgemm.dll or one of its dependencies is missing

Image
 OSError: [WinError 126] The specified module could not be found. Error loading "C:\Users\bumka\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\torch\lib\fbgemm.dll" or one of its dependencies.   Download  Dependencies_x64_Release.zip  from  https://github.com/lucasg/Dependencies/releases/tag/v1.11.1  or x86 if you are 32bit, then unzip and open DependenciesGui.exe, open the fbgemm.dll in DependenciesGui.exe, then it will show which file(s) you lost, after that downloading the file(s) you lost into the same folder as fbgemm.dll, and try to run the code again. you have forked in GitHub also In Gdrive so I just downloaded the DLL  libomp140.x86_64.dll and pasted in  C:\Users\bumka\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\torch\lib

larvel blank page

 php artisan cache:clear php artisan route:clear php artisan config:clear php artisan view:clear