Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- rhcps-MacBook-Pro-5:pyicloud rhcp$ pip install r requirements.txt
- 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.
- ERROR: Could not find a version that satisfies the requirement r (from versions: none)
- ERROR: No matching distribution found for r
- rhcps-MacBook-Pro-5:pyicloud rhcp$ pip2 install r requirements.txt
- 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.
- ERROR: Could not find a version that satisfies the requirement r (from versions: none)
- ERROR: No matching distribution found for r
- rhcps-MacBook-Pro-5:pyicloud rhcp$ pip3 install r requirements.txt
- 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
- ERROR: Could not find a version that satisfies the requirement r (from versions: none)
- ERROR: No matching distribution found for r
- WARNING: There was an error checking the latest version of pip.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement