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

Installation Incomplete? #103

Open
conxentra opened this issue May 8, 2024 · 0 comments
Open

Installation Incomplete? #103

conxentra opened this issue May 8, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@conxentra
Copy link

Installation method:
Github repo or pip/pypi
pip. tried:

  1. pip install audiobook-dl
  2. pip install "git+https://github.com/jo1gi/audiobook-dl.git"
  3. git clone https://github.com/jo1gi/audiobook-dl.git
    cd audiobook-dl
    python3 setup.py install

ffmpeg installed without issues

Version:
Python version and audiobook-dl version
python 3.12
audiobook-dl 0.7.3

Describe the bug
A clear and concise description of what the bug is.

Installation ends with:
Removing c:\users\kuruk\appdata\local\programs\python\python312\lib\site-packages\audiobook_dl-0.7.3-py3.12.egg
error: [WinError 32] The process cannot access the file because it is being used by another process: 'c:\users\kuruk\appdata\local\programs\python\python312\lib\site-packages\audiobook_dl-0.7.3-py3.12.egg'

Command output
Command and output with --debug flag

py setup.py install --debug output:

No packages or py_modules configuration, performing automatic discovery.
flat-layout detected -- analysing .
discovered packages -- ['audiobookdl', 'audiobookdl.assets', 'audiobookdl.output', 'audiobookdl.sources', 'audiobookdl.utils', 'audiobookdl.assets.errors', 'audiobookdl.assets.sources', 'audiobookdl.assets.sources.podimo', 'audiobookdl.output.metadata', 'audiobookdl.sources.source']

@conxentra conxentra added the bug Something isn't working label May 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant