[question] Running fourier_montage_scenes.py or other scripts
- 主要語言
- Python
- 星號
- 11.2k
- 分支
- 2.1k
- 平均合併
- 5 小時 49 分鐘
- 30 天內合併 PR
- 3
描述
Hi
I'd like to run fourier_montage_scenes.py on my computer, but i'm getting
```
Traceback (most recent call last):
File "/home/user/videos/_2019/diffyq/fourier_montage_scenes.py", line 1, in
from _2019.diffyq.part4.long_fourier_scenes import *
ModuleNotFoundError: No module named '_2019'
```
The repo. lacks of `__init__.py` files to make the directory python module.
The repo. also lacks of `setup.py` or `pyproject.toml` to make it a python package.
Given all that, how do you run `fourier_montage_scenes.py` (in this one i'm the most interested to run locally :) ) or any other script.
Thank you
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
Look at the directory structure to understand how modules are organized. The error indicates missing __init__.py files. Check if there are any existing scripts or documentation on how to run scenes. The goal is to make the script runnable, possibly by adjusting Python's module path or adding minimal package structure.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- tooling
- Issue 類型
- 缺陷
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 40/100