Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use setup.py to install #382

Open
raleighlittles opened this issue Nov 16, 2024 · 0 comments
Open

Unable to use setup.py to install #382

raleighlittles opened this issue Nov 16, 2024 · 0 comments

Comments

@raleighlittles
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant