First time here? Check out the FAQ!

Ask Your Question
0

installation error experimental packages

asked 11 years ago

db gravatar image

updated 10 years ago

FrédéricC gravatar image

I am trying to install a new experimental package from within sage (asymptote in this case) and get the following error message:

sage: sage.misc.package.install_package('asymptote-1.29') Attempting to download package asymptote-1.29

Checking online list of optional packages. [Traceback (most recent call last): File "", line 29, in File "/misc/ada2/visit/betea/Programs/sage-5.8/local/lib/python/urllib.py", line 244, in retrieve tfp = open(filename, 'wb') IOError: [Errno 20] Not a directory: '/dev/stdout' Error: failed to download http://www.sagemath.org/spkg/optional..., aborting

Any help?

Preview: (hide)

Comments

sorry for the poor formatting, don't know what happened

db gravatar imagedb ( 11 years ago )

1 Answer

Sort by » oldest newest most voted
1

answered 11 years ago

kcrisman gravatar image

As it says at the experimental package list,

These are EXPERIMENTAL! They probably won't work at all for you! Use at your own risk!

However, in your case it seems that there is some other issue. It should look like this:

$ ./sage -i asymptote
Attempting to download package asymptote
>>> Checking online list of optional packages.
[.]
>>> Checking online list of experimental packages.
[.]
>>> Found asymptote-1.29

WARNING: you are about to download and install an experimental package.
This probably won't work at all for you! There is no guarantee that it
has ever been built correctly! Use at your own risk!
Are you sure you want to continue [Y/n]? y

That an exception has been thrown before this indicates you may want to check your permissions or internet connectivity.

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

Stats

Asked: 11 years ago

Seen: 432 times

Last updated: Sep 23 '13