Groups
Groups
Sign in
Groups
Groups
pyamg-user
Conversations
About
Send feedback
Help
import scipy
34 views
Skip to first unread message
pasqua
unread,
Oct 24, 2012, 7:02:50 AM
10/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyamg...@googlegroups.com
I just installed PyAMG but when I try to import it, I have problems with scipy. In the following the error:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named scipy
Could you help me?
Thanks.
Luke
unread,
Oct 24, 2012, 8:19:24 AM
10/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyamg...@googlegroups.com
It looks like scipy is not installed properly.
If you have numpy and scipy installed and the following tests pass, then pyamg should be fine:
>>> import numpy
>>> numpy.test()
>>> import scipy
>>> scipy.test()
Reply all
Reply to author
Forward
0 new messages