Advertisement
rhcp011235

Untitled

Sep 22nd, 2022
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. rhcps-MacBook-Pro-5:pyicloud rhcp$ pip install r requirements.txt
  2. DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
  3. ERROR: Could not find a version that satisfies the requirement r (from versions: none)
  4. ERROR: No matching distribution found for r
  5. rhcps-MacBook-Pro-5:pyicloud rhcp$ pip2 install r requirements.txt
  6. DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality.
  7. ERROR: Could not find a version that satisfies the requirement r (from versions: none)
  8. ERROR: No matching distribution found for r
  9. rhcps-MacBook-Pro-5:pyicloud rhcp$ pip3 install r requirements.txt
  10. DEPRECATION: Configuring installation scheme with distutils config files is deprecated and will no longer work in the near future. If you are using a Homebrew or Linuxbrew Python, please see discussion at https://github.com/Homebrew/homebrew-core/issues/76621
  11. ERROR: Could not find a version that satisfies the requirement r (from versions: none)
  12. ERROR: No matching distribution found for r
  13. WARNING: There was an error checking the latest version of pip.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement