[Scons-users] Question on "FIXME" code in SCons 3.1.2

Don Baldwin donb at qti.qualcomm.com
Fri Mar 26 02:04:56 EDT 2021


Hi,

We're using SCons 3.1.2, and we see the following code in SCons\compat\__init__.py:

# TODO: FIXME
# In 3.x, 'pickle' automatically loads the fast version if available.
rename_module('pickle', 'cPickle')

This is causing problems when we try to import pandas, which also tries to import pickle.

Can you tell us what would be the impact of simply removing this code?

Thanks,
Don
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20210326/d090db3f/attachment.html>


More information about the Scons-users mailing list