这是cmd显示的内容:
Python 3.6.3 |Anaconda custom (64-bit)| (default, Oct 15 2017, 03:27:45) [MSC v.1900 64 bit (AMD64)]
Type "copyright", "credits" or "license" for more information.
IPython 6.1.0 -- An enhanced Interactive Python.
这是我的IDE显示的内容:
{
u'geometry': {
u'type': u'Point',
u'coordinates': [157.0625, -24.36573]
},
u'_id': ObjectId('5ad70f71f2119236741ffad6'),
u'type': u'Feature',
u'properties': {
u'STATUS': u'8',
u'TIMESTAMP': u'2013-12-31 17:03:00.000',
u'MMSI': u'636015036',
u'SPEED': u'98'
}
}
第一个版本是3.6.2而第二个版本是3.6.3
因此,我在导入torchtext中遇到了麻烦,这在我的IDE(3.6.3)中失败时在cmd(3.6.2)中运行良好