You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
boto maintenance has staled and although boto is python 3 compatible system-wide boto plugins may not be which can cause an import of SFrame objects to fail at runtime. For example, this will happen on GCE ubuntu machines
In my fork I have changed setup.py to use boto3 and then re-built the package:
source oss_local_scripts/python_env.sh debug
cd debug/oss_src/unity/python
make -j 4
But when I try to do an import of boto3 in file_util.py it's not available. Do I need to rebuild the miniconda package or something using the new setup.py?
Info
boto maintenance has staled and although
boto
is python 3 compatible system-wideboto
plugins may not be which can cause an import ofSFrame
objects to fail at runtime. For example, this will happen on GCE ubuntu machinesboto
is used in two places: file_util.py and test_gl_pickler.pyfile_util.py
is unit tested hereTODO
setup.py
to removeboto
and includeboto3
file_util.py
boto3
api usagetest_gl_picker.py
boto3
api usageThe text was updated successfully, but these errors were encountered: