-
Notifications
You must be signed in to change notification settings - Fork 923
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
Too Many "DEPRICATED" Errors Running This In 2024 #157
Comments
here are a few: when running !pip install tensorflow --upgrade, this are some of the errors:
it suggested following this link but it's no use |
it seem that uses the old versions that are not supported anymore run this command: |
@said-ml when I try that I get
Do you have any suggestions on how I can remove these pkgs and re-install? thanks for any help for pip newbie. |
#in your terminal command-line type
pacman -S python-package_name
#Create a Virtual Environment:
python -m venv path/to/venv
#Use pipx to install a non-Arch packaged Python:
pipx install package_name
# if you want to remove the packages try
--break-system-packages
# but be cautious |
would anyone at least tell us this course is no longer usable? that way we can move on?
i've raised a few question in here too:
nicknochnack/GenerateTFRecord#5
The text was updated successfully, but these errors were encountered: