-
Notifications
You must be signed in to change notification settings - Fork 475
Description
Tokland is not working on youtube-upload anymore. However, @kootsoop is. If you prepare a PR, we'll gladly merge it. Any help, gratefully received.
Describe the bug
A clear and concise description of what the bug is. Including any error output, if available!
Unable to install your project. See output error below.
To Reproduce
Steps to reproduce the behavior:
Cloned the repository, created a virtual environment, then tried to install following the instructions on the README
python3 -m venv .venv
.venv/bin/python setup.py install
Traceback (most recent call last):
File "/home/raleigh/github/youtube-upload/setup.py", line 3, in <module>
from distutils.core import setup
ModuleNotFoundError: No module named 'distutils'
Expected behavior
A clear and concise description of what you expected to happen.
I expected the installation to complete successfully.
Desktop (please complete the following information):
- OS: [e.g. GNU/Linux]
- OS Version [e.g. 22]
- Python Version [e.g. 2.7.12]
- Ubuntu 24.04.1 LTS
- Python 3.12.3
Using this commit on the repository:
6a30b55
Additional context
Add any other context about the problem here.