在django应用程序中安装和使用pandas库

时间:2018-02-14 01:34:42

标签: python django pandas

我正在尝试为我的大学构建能源使用用户界面的前端结构。这需要检索有关每个建筑物存储在Excel工作表中的能源使用情况的数据。不幸的是,当我尝试加载excel表时,即使我已经安装了pandas,我也会收到以下错误:

OSError: [Errno 13] Permission denied: '/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy-1.8.0rc1-py2.7.egg-info'

当我尝试在与项目相同的文件夹中重新安装它时,我甚至得到了:

public class BroadcastReceiverScreen extends BroadcastReceiver {
@Override
public void onReceive(Context context, Intent intent) {
    if (intent.getAction() != null && 
       Intent.ACTION_SCREEN_ON.equals(intent.getAction())) {

    } else if (intent.getAction() != null && 
      Intent.ACTION_SCREEN_OFF.equals(intent.getAction())) {
    }
}

请告知如何解决此问题。

0 个答案:

没有答案