3b1b / 3b1b/videos

[question] Running fourier_montage_scenes.py or other scripts

Open
#122 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
11.2k
Forks
2.1k
Avg merge
5h 49m
Merged PRs (30d)
3

Description

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

Contributor guide

No contributing guide indexed for this repository

Research direction

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.

Written by the indexing model from the issue text.

Assessment

Domain
tooling
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
40/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.