First time here? Check out the FAQ!

Ask Your Question
0

sage manifold installation

asked 9 years ago

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
Preview: (hide)

1 Answer

Sort by » oldest newest most voted
1

answered 9 years ago

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.

Preview: (hide)
link

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: 9 years ago

Seen: 628 times

Last updated: Jun 22 '15