UV Python Numpy Crash
I am having an issue I am hoping a bright mind around here can help me with. It seems that something in the Python interpreter is not cleaning up after itself after importing the NumPy library. In reality I was trying to use Pandas, but after some trial and error I think I have identified NumPy as the culprit.
Replicating this is easy, after installing NumPy:
From TCL:
PYTHON
import numpy
quit()
PYTHON
import numpy
Will crash every time. Same results from running the code from a python file.
Having the ability to use NumPy would really enable some great functionality in UV and I would really like to get this working. Is anyone else having a similar issue?
------------------------------
Nic Davidson
Combined Transport
------------------------------
Replicating this is easy, after installing NumPy:
From TCL:
PYTHON
import numpy
quit()
PYTHON
import numpy
Will crash every time. Same results from running the code from a python file.
Having the ability to use NumPy would really enable some great functionality in UV and I would really like to get this working. Is anyone else having a similar issue?
------------------------------
Nic Davidson
Combined Transport
------------------------------
Sign up
Already have an account? Login
Welcome to the Rocket Forum!
Please log in or register:
Employee Login | Registration Member Login | RegistrationEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.

