Quantcast
Channel: Active questions tagged crash - Stack Overflow
Viewing all articles
Browse latest Browse all 7190

python 2.7 compatibility issue with 11th Gen Intel Core i9?

$
0
0

I know Python 2.7 reached the end of life one year ago but unfortunately inside the Autodesk Maya version that we still using in some productions we have only Python 2.7.11 and we can't change it.

The issue is happening only on two brand new machines with the: 11th Gen Intel Core i9-11900K @ 3.50GHz processor.Just running the most simple connection to an mySql database:

import pymysqlconnection = pymysql.connect(host='myHostname', user='myUserName', password='myPassword', db='databaseName', cursorclass=pymysql.cursors.DictCursor)

the python shell it's closing without any error, while on other older three hundred machines it works like a charm.

Any idea or suggestion to avoid this annoying crash?

If it will still remain not understood we have no other choice of moving to an higher Maya version with Python 3 of course, I'm just wondering if we can have a doable workaround just for few machines for some months.Thanks


Viewing all articles
Browse latest Browse all 7190

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>