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
Has anyone had trouble with a new installation of stratatools due to the Python version 2.7 being depreciated?
When I try to install it with
$ pip2 install stratatools
It gives the following message:
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
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement stratatools (from versions: none)
ERROR: No matching distribution found for stratatools
I could not find a work around for using pip2 searching around on the web. Please let me know how I can get it working if you have or if I need to use the newer Python somehow.
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Has anyone had trouble with a new installation of stratatools due to the Python version 2.7 being depreciated?
When I try to install it with
$ pip2 install stratatools
It gives the following message:
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
Defaulting to user installation because normal site-packages is not writeable
ERROR: Could not find a version that satisfies the requirement stratatools (from versions: none)
ERROR: No matching distribution found for stratatools
I could not find a work around for using pip2 searching around on the web. Please let me know how I can get it working if you have or if I need to use the newer Python somehow.
Thank you in advance!
The text was updated successfully, but these errors were encountered: