jo1gi/audiobook-dl

Installation Incomplete?

conxentra opened this issue · 0 comments

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']