You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installation has completed successfully, merely running "pip freeze" will return deprecation warnings about the packages installed by the BDFR-HTML install script. This is apparently happening because they have been installed using a deprecated install method.
Direct link to the discussion page: pypa/pip#12330
Environment (please complete the following information):
OS: Windows 11 (23H2)
Python version: 3.11.8
Pip version: 24.0
Docker? No.
Logs
C:\Users\User>pip freeze
DEPRECATION: Loading egg at c:\tools\python\lib\site-packages\bdfr-2.2.0-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
DEPRECATION: Loading egg at c:\tools\python\lib\site-packages\bdfrtohtml-1.4.1-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
DEPRECATION: Loading egg at c:\tools\python\lib\site-packages\bs4-0.0.2-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
DEPRECATION: Loading egg at c:\tools\python\lib\site-packages\click-7.1.2-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
DEPRECATION: Loading egg at c:\tools\python\lib\site-packages\ffmpeg_python-0.2.0-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
DEPRECATION: Loading egg at c:\tools\python\lib\site-packages\future-1.0.0-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
DEPRECATION: Loading egg at c:\tools\python\lib\site-packages\jinja2-3.0.0-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
DEPRECATION: Loading egg at c:\tools\python\lib\site-packages\markdown-3.3.4-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
DEPRECATION: Loading egg at c:\tools\python\lib\site-packages\markupsafe-2.1.5-py3.11-win-amd64.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
DEPRECATION: Loading egg at c:\tools\python\lib\site-packages\pillow-10.2.0-py3.11-win-amd64.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
DEPRECATION: Loading egg at c:\tools\python\lib\site-packages\youtube_dl-2021.12.17-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation.. Discussion can be found at https://github.com/pypa/pip/issues/12330
appdirs==1.4.4
bdfr==2.2.0
bdfrtohtml==1.4.1
beautifulsoup4==4.12.3
Brotli==1.1.0
bs4==0.0.2
certifi==2024.2.2
charset-normalizer==3.3.2
click==7.1.2
colorama==0.4.6
dict2xml==1.7.5
ffmpeg-python==0.2.0
future==1.0.0
idna==3.6
Jinja2==3.0.0
Markdown==3.3.4
MarkupSafe==2.1.5
mutagen==1.47.0
pillow==10.2.0
praw==7.7.1
prawcore==2.4.0
pycryptodomex==3.20.0
PyYAML==6.0.1
requests==2.31.0
soupsieve==2.5
update-checker==0.18.0
urllib3==2.2.1
websocket-client==1.7.0
websockets==12.0
youtube-dl==2021.12.17
yt-dlp==2023.12.30
The text was updated successfully, but these errors were encountered:
Description
The installation instructions provided, are using a now deprecated installation method.
Command
As provided in the README, I'm running the following:
After installation has completed successfully, merely running "pip freeze" will return deprecation warnings about the packages installed by the BDFR-HTML install script. This is apparently happening because they have been installed using a deprecated install method.
Direct link to the discussion page: pypa/pip#12330
Environment (please complete the following information):
Logs
The text was updated successfully, but these errors were encountered: