Closed wdEffort closed 4 months ago
Seems like the issue is with the moviepy (and imageio) install on your machine.
ChatGPT has a suggestion that's worth trying out: https://chatgpt.com/share/8f4f8836-8c1d-4275-9135-47db33e17936
Let me know if it fixes it.
@abi
Thank you for your reply.
By referring to the solution provided, I was able to run 'backend' normally (see image below).
In addition, node.js, npm, and yarn were additionally installed through 'nvm' installation on the server in the RedHat 9.4 OS environment, and 'frontend' was run normally.
However, I have four additional questions as listed below.
WARNING: The current project cannot be installed. File/folder not found for package backend.
Use --no-root if you do not want to install the current project.
If you want to use Poetry only for dependency management and not for packaging, you can disable package mode by setting package-mode = false in your pyproject.toml file.
This warning will be an error in future versions of Poetry!
ERROR
[TypeScript] Found 0 errors. Watching for file changes.
Is the app working for you? Are you able to put in a screenshot and generate some code?
@abi Thank you for your reply.
To resolve the above issue, I followed these steps:
Run the 'backend'
Made some modifications to the 'src/config.ts' and 'vite.config.ts' files in the 'frontend'.
Run the 'frontend'
Access the app and run it by uploading an image
💡 Please note that I do not have knowledge of Python and React. However, I resolved this issue based on previous responses and my personal research. I appreciate your understanding if there are any shortcomings in the process. 💡 Additionally, please note that the above content is a translation of the original content written in Korean.
Since this issue has been resolved, I will mark it as 'closed'.(if that is appropriate for me to do...😳).
@wdEffort This is awesome, thanks for the detailed write-up. I'll use this to improve the README.
After navigating to the 'backend' directory and using poetry to run the application, the following message is displayed:
Could you please help me resolve this issue?
[Reference]