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

Loading egg warnings, due to deprecated install method [BUG] #40

Open
mbarr564 opened this issue Mar 10, 2024 · 0 comments
Open

Loading egg warnings, due to deprecated install method [BUG] #40

mbarr564 opened this issue Mar 10, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mbarr564
Copy link

Description

The installation instructions provided, are using a now deprecated installation method.

Command

As provided in the README, I'm running the following:

  1. git.exe clone https://github.com/BlipRanger/bdfr-html
  2. python.exe setup.py install

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
@mbarr564 mbarr564 added the bug Something isn't working label Mar 10, 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

2 participants