-
-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tensorflow errors and Error from chokidar (/webapp/frontend/node_modules...) errors #104
Comments
Hi, thanks for reporting this. This seems to be the same issue as #73. |
Hi @JeffreyCA , Thank you for your response!. I did try your suggestion and The Error from chokidar log is gone. I did build and run the spleeter-web on my Ubuntu server, But the spleeter model does not work. you can see the screenshot below Regards, |
Can you share the Docker logs? From |
hi @JeffreyCA , Thank you for your response! Here is the log file from my Ubuntu server: Regards, |
It looks like your Docker instances are running out of memory. How much RAM do you have on your machine? And can you try increasing the amount of memory available to Docker? |
Hi @JeffreyCA , Thank you for your response! I also tried to run spleeter-web on my MacBook Pro (RAM: 16 GB 2133 MHz LPDDR3, Processor: 2.9 GHz Quad-Core Intel Core i7) too, but spleeter-web did not work. You can see the Docker Resources preferences: Here is the screenshot of spleeter-web on my macbook pro: And here the console log: Regards, |
Thanks, according to this: deezer/spleeter#306 (comment) it may happen when you stop the process mid-way through downloading Spleeter models. Can you delete the |
Hello @JeffreyCA ,
Hope you are doing well.
I am trying to build your spleeter-web on my local Mac machine and also on my Ubuntu server. But I always get the tensorflow error and Error from chokidar. You can see the error log below.
P/S: I did follow your instruction too. I am starting your spleeter-web with docker.
tensorflow errors log (both happened on local mac machine and Ubuntu server):
| 2021-11-23 18:03:22.755058: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory
api_1 | 2021-11-23 18:03:22.755269: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
Error from chokidar log (This happended on Ubuntu server):
frontend_1 | Error from chokidar (/webapp/frontend/node_modules/@react-icons/all-files/ri): Error: ENOSPC: System limit for number of file watchers reached, watch '/webapp/frontend/node_modules/@react-icons/all-files/ri/RiFileList2Fill.esm.js'
frontend_1 | Error from chokidar (/webapp/frontend/node_modules/@react-icons/all-files/ri): Error: ENOSPC: System limit for number of file watchers reached, watch '/webapp/frontend/node_modules/@react-icons/all-files/ri/RiFileList2Fill.js'
frontend_1 | Error from chokidar (/webapp/frontend/node_modules/@react-icons/all-files/ri): Error: ENOSPC: System limit for number of file watchers reached, watch '/webapp/frontend/node_modules/@react-icons/all-files/ri/RiFileList2Line.d.ts'
frontend_1 | Error from chokidar (/webapp/frontend/node_modules/@react-icons/all-files/ri): Error: ENOSPC: System limit for
I am looking forward to your response!
Regards,
Peter
The text was updated successfully, but these errors were encountered: