Ask Your Question
0

sage manifold installation

asked 2015-06-22 18:15:04 +0200

naveen gravatar image

I have trouble with sage manifold. Please help to fix this problem.

When I type

Manifold(2, 'M')

it shows

NameError                                 Traceback (most recent call last)
<ipython-input-1-9ad1037f0edd> in <module>()

----> 1 Manifold(Integer(2), 'M')

NameError: name 'Manifold' is not defined

I installed sage manifold using

sudo bash sm-install.sh

I installed sage using the following commands:

sudo apt-add-repository -y ppa:aims/sagemath
sudo apt-get update
sudo apt-get install sagemath-upstream-binary
edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2015-06-22 21:19:45 +0200

eric_g gravatar image

Hi,

Unfortunately, due to some change in the SageMath PPA (Sage sources are no longer shipped with the Ubuntu package), it is no longer possible to install SageManifolds in this way, because SageManifolds needs Sage sources to be build, cf. this discussion.

So for the time being, if you want to install SageManifolds, install first Sage in your home directory (not system-wide!) from a Linux binary that you can download from here (do not select the PPA method). Then follow these instructions.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2015-06-22 18:15:04 +0200

Seen: 536 times

Last updated: Jun 22 '15