01 January 1970 1 9K Report

I have a piece of software that I need to develop for a specific function. Currently the use of Python 3.5.2 along with three dependencies that are prerequisites. As a result I have to use Anaconda to install Python 3.5.2 through the conda-forge.

I would like to use the most up-to-date version of Python, for no real reasons other than... It makes sense to me and it is al part and parcel of the software develpment process.

Obviously there are some issues that have arrisen. The main one being (as far as I can tell) is that the pathlib.py file have some alternate lines of code. Specifically inside the class _PathParents. At the moment I keep getting this as a traceback error inside all three terminal prompts. Is there a way to figure out how to adjust this issue?

Thanks in advance.

Alex

Similar questions and discussions