[question] Running fourier_montage_scenes.py or other scripts
- Lenguaje dominante
- Python
- Estrellas
- 11.2k
- Forks
- 2.1k
- Merge medio
- 5 h 49 min
- PR fusionados (30 d)
- 3
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Mira la estructura de directorios para entender cómo están organizados los módulos. El error indica que faltan los archivos __init__.py. Comprueba si hay scripts o documentación existentes sobre cómo ejecutar scenes. El objetivo es hacer que el script sea ejecutable, posiblemente ajustando el module path de Python o añadiendo una estructura de paquete mínima.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Área
- tooling
- Tipo de issue
- Error
- Dificultad
- 2/5
- Tiempo estimado
- 1-3 horas
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 40/100