我已经看到了此问题的先前答案。这些都不够有用。我尝试使用plyfile
安装pip3
。它说:
Requirement already satisfied: plyfile in /usr/local/lib/python3.5/dist-packages
Requirement already satisfied: numpy>=1.8 in ./.local/lib/python3.5/site-packages (from plyfile)
但是,当我在Spyder中导入plyfile
时,它会显示错误:No module named 'plyfile'
请帮忙!
答案 0 :(得分:1)
这是因为plyfile安装到内置的python而不是spyder。如果你运行python然后导入plyfile我敢打赌它会起作用。
请尝试 if ($(this).data("fieldname") == "logeion_url") {
columns.push({
"name": $(this).data("fieldname"),
"data" : "fields.logeion_url",
"fnCreatedCell": function (nTd, sData, oData, iRow, iCol) {
$(nTd).html("<a href="+sData.fields.logeion_url+">"url"</a>");
}
,
"visible" : $(this).data("visible")
});
如果不起作用,请尝试
conda install plyfile