3b1b / videos

Code for the manim-generated scenes used in 3blue1brown videos
5.79k stars 1.55k forks source link

cant install 'custom' #67

Closed GuanZhuiGuo closed 5 months ago

GuanZhuiGuo commented 5 months ago

![Uploading image.png…]()

GuanZhuiGuo commented 5 months ago

(base) PS C:\Users\conlin24\Desktop\work\videos-master> pip install custom
Defaulting to user installation because normal site-packages is not writeable Collecting custom Using cached custom-0.1.1.tar.gz (2.4 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [8 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "C:\Users\conlin24\AppData\Local\Temp\pip-install-8o1l2pfl\custom_6f63dc1271884fa0825bd07e898bc411\setup.py", line 12, in from custom.CustomCarry import version File "C:\Users\conlin24\AppData\Local\Temp\pip-install-8o1l2pfl\custom_6f63dc1271884fa0825bd07e898bc411\custom\CustomCarry__init__.py", line 3, in <modu le> from custom import CustomCarry, change_custom_seed ImportError: cannot import name 'change_custom_seed' from 'custom' (C:\Users\conlin24\AppData\Local\Temp\pip-install-8o1l2pfl\custom_6f63dc1271884fa0825bd0 7e898bc411\custom__init__.py) [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

GuanZhuiGuo commented 5 months ago

copy custom to python/site-packages