Milad Zarour

Results 12 comments of Milad Zarour

Hi Guys I am having the exact same fail here: `spl-token create-token `spl-token: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory does...

I have tried a lot other solutions as well and I am getting in the end the same error I am getting this error I/zygote ( 9419): Do partial code...

``` import 'package:flutter/material.dart'; import 'package:audioplayers/audioplayers.dart'; void main() => runApp(XylophoneApp()); class XylophoneApp extends StatelessWidget { @override Widget build(BuildContext context) { final player = AudioPlayer(); return MaterialApp( home: Scaffold( body: SafeArea( child:...

I am not sure if I have the same error, I am learning docker, and I want to create a new docker for mongo-express using this command : `docker run...

aaah , I just read the comment above me , it says **admin:pass** **I tried that , and it works !** not sure why ! maybe I should set those...

how to start the main.py script ? I am getting this error when I run it ? ``` File "D:\Fix_Comfyui\ComfyUI\comfy\model_management.py", line 89, in get_torch_device return torch.device(torch.cuda.current_device()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\Fix_Comfyui\ComfyUI\venv\Lib\site-packages\torch\cuda\__init__.py", line...

to run the main.py I think I have to run same as the run_nvidia_gpu.bat ? `python.exe -s ComfyUI\main.py --windows-standalone-build`

I installed CUDA , and installed all the requirement.txt and running the main.py : `D:\\Fix_Comfyui\\ComfyUI\\venv\\Scripts\\python.exe -s D:\\Fix_Comfyui\\ComfyUI\\main.py --windows-standalone-build` getting this error : ``` Traceback (most recent call last): File "D:\Fix_Comfyui\ComfyUI\main.py",...