mikwielgus / forum-dl

Scrape posts, threads from forums, news aggregators, mail archives, export to JSONL, mailbox, WARC
MIT License
68 stars 2 forks source link

Install #10

Open RichN001 opened 1 year ago

RichN001 commented 1 year ago

/Documents/forum_dl-0.3.0$ pip3 install forum-dl /usr/bin/pip3:6: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html from pkg_resources import load_entry_point ERROR: Could not find a version that satisfies the requirement forum-dl (from versions: none) ERROR: No matching distribution found for forum-dl

mikwielgus commented 1 year ago

Is there anything present in that /Document/forum-dl-0.3.0 directory of yours? Maybe PIP tries to install what is in there. Have you tried running pip3 install forum-dl in some other directory?

Can you provide me more information about your Python and OS? For example the outputs of pip3 --version, uname -a, and cat /etc/os-release.