安装pysparse和superlu的困难

时间:2016-09-12 17:00:03

标签: python python-2.7 pip python-module finite-element-analysis

我想运行python2.7程序(decorateTask)。由于安装了python 2.7依赖项,我遇到了很多麻烦(我花了整整一段时间)。

配置

我正在运行基于Debian的Ubuntu 16.04 64位([Mint XFCE 18])。我的电脑是2011年的戴尔Inspiron N5110,配备双启动W7 / U16。键盘到屏幕的界面在这个世界上是非常新的,也许需要学习更多关于它的解决方案。

收益

我开始使用apt安装各种程序:

\t

git cloning 我想要的程序之后,我安装了依赖项。我不知道为什么,但\\t没有用。相反,sudo apt-get install -y git python-dev libpython-dev libevent-dev libsuperlu-dev libblas-dev liblapack-dev工作正常。

问题

当我运行我的程序时,它会告诉我sudo pip install pysparse然后sudo pip install csc-pysparse

为什么?是不是解决了它可能拥有的依赖问题并安装了superlu?我是否需要手动安装superlu或安装pysparse而不是csc-pysparse?

(请放纵,这是我在stackoverflow上的第一篇文章,因为this one是我在github上的第一篇文章)

1 个答案:

答案 0 :(得分:0)

感谢answer,我确实获得了William Hunter

安装它的过程如下:

// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#pragma once

#include "targetver.h"

#include <stdio.h>
#include <tchar.h>
#include <iostream>
#include <Windows.h>
#include <sstream>