Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'module' object has no attribute 'scipy' #56242

Closed
alexlai mannequin opened this issue May 8, 2011 · 2 comments
Closed

AttributeError: 'module' object has no attribute 'scipy' #56242

alexlai mannequin opened this issue May 8, 2011 · 2 comments
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@alexlai
Copy link
Mannequin

alexlai mannequin commented May 8, 2011

BPO 12033
Nosy @alex

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2011-05-08.17:18:44.500>
created_at = <Date 2011-05-08.17:17:02.802>
labels = ['invalid', 'type-bug', 'tests']
title = "AttributeError: 'module' object has no attribute 'scipy'"
updated_at = <Date 2011-05-08.17:18:44.498>
user = 'https://bugs.python.org/alexlai'

bugs.python.org fields:

activity = <Date 2011-05-08.17:18:44.498>
actor = 'alex'
assignee = 'none'
closed = True
closed_date = <Date 2011-05-08.17:18:44.500>
closer = 'alex'
components = ['Tests']
creation = <Date 2011-05-08.17:17:02.802>
creator = 'alex_lai'
dependencies = []
files = []
hgrepos = []
issue_num = 12033
keywords = []
message_count = 2.0
messages = ['135533', '135535']
nosy_count = 2.0
nosy_names = ['alex', 'alex_lai']
pr_nums = []
priority = 'normal'
resolution = 'not a bug'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue12033'
versions = ['Python 3.1']

@alexlai
Copy link
Mannequin Author

alexlai mannequin commented May 8, 2011

Hi experts,
I'm new to Python. I've just successfully compiled and installed NumPy and SciPy. When I run the tests, Numpy shows no issues:

# python3 -c "import numpy; numpy.test()"
Running unit tests for numpy
NumPy version 1.5.1
NumPy is installed in /usr/local/lib/python3.1/site-packages/numpy
Python version 3.1.2 (r312:79147, Mar 23 2010, 02:42:06) [GCC 3.4.6]
nose version 1.0.0

----------------------------------------------------------------------
Ran 0 tests in 0.027s

However, test for Scipy gave the following error:

# python3 -c "import numpy; import scipy; numpy.scipy()"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'scipy'

Any idea what might be missing here?

Thanks in advance,

Alex

@alexlai alexlai mannequin added tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error labels May 8, 2011
@alex
Copy link
Member

alex commented May 8, 2011

This bug tracker is for filing bugs in Python itself, for support with 3rd party libraries you should try their mailing lists or IRC channels.

@alex alex closed this as completed May 8, 2011
@alex alex added the invalid label May 8, 2011
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant