Why codechef not support python sympy liberary

When i import sympy it’s give run time error

1 Like

It’s not a standard library to use with python. There are many such libraries available. Codechef can’t install all of them on it’s systems. This will make the system very slow. It supports the modules which are available with python main package. Except from those, it also supports Numpy. No other libraries.

1 Like