-
Notifications
You must be signed in to change notification settings - Fork 61
Description
reelsmaker>streamlit run reelsmaker.py
You can now view your Streamlit app in your browser.
Local URL: http://localhost:8501
Network URL: http://192.168.29.223:8501
2024-12-08 16:55:08.101 Uncaught app exception
Traceback (most recent call last):
File "C:\Users\ayota\AppData\Local\Programs\Python\Python311\Lib\site-packages\streamlit\runtime\scriptrunner\exec_code.py", line 88, in exec_func_with_error_handling
result = func()
^^^^^^
File "C:\Users\ayota\AppData\Local\Programs\Python\Python311\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 579, in code_to_exec
exec(code, module.dict)
File "D:\Achyuth Projects (React)\reelsmaker\reelsmaker.py", line 10, in
from app.reels_maker import ReelsMaker, ReelsMakerConfig
File "D:\Achyuth Projects (React)\reelsmaker\app\reels_maker.py", line 12, in
from moviepy.editor import VideoFileClip
File "C:\Users\ayota\AppData\Local\Programs\Python\Python311\Lib\site-packages\moviepy\editor.py", line 48, in
import moviepy.video.fx.all as vfx
File "C:\Users\ayota\AppData\Local\Programs\Python\Python311\Lib\site-packages\moviepy\video\fx\all_init_.py", line 17, in
exec("from ..%s import %s" % (name, name))
File "", line 1, in
File "C:\Users\ayota\AppData\Local\Programs\Python\Python311\Lib\site-packages\moviepy\video\fx\CrossFadeIn.py", line 5, in
from moviepy.video.fx.FadeIn import FadeIn
ModuleNotFoundError: No module named 'moviepy.video.fx.FadeIn'
2024-12-08 16:55:09.102 Examining the path of torch.classes raised: Tried to instantiate class 'path.path', but it does not exist! Ensure that it is registered via torch::class