bvanheu / stratatools

Stratasys EEPROM tool
BSD 3-Clause "New" or "Revised" License
88 stars 40 forks source link

Python 2.7 EOL #81

Open DeskRabbit11 opened 4 years ago

DeskRabbit11 commented 4 years ago

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!