BHoM / Python_Toolkit

GNU Lesser General Public License v3.0
3 stars 1 forks source link

Python initialization fails if pandas is imported in Rhinoceros 6 #34

Closed epignatelli closed 4 years ago

epignatelli commented 4 years ago

Description:

When trying to use the climate charts in Rhinoceros 6, python import pandas fails with error:

ValueError : unknown locale: en-US

When trying to recompute we get a second error:

AttributeError : type object 'pandas._libs.interval.IntervalMixin' has no attribute '__reduce_cython__'

How to replicate:

Expected behaviour:

It should save the world.

epignatelli commented 4 years ago

Duplicate of https://github.com/BHoM/MachineLearning_Toolkit/issues/31