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

Attribute error 'module' object has no attribute 'simul' #4

Closed
ClaudiaPaetzold opened this issue May 13, 2016 · 2 comments
Closed

Attribute error 'module' object has no attribute 'simul' #4

ClaudiaPaetzold opened this issue May 13, 2016 · 2 comments

Comments

@ClaudiaPaetzold
Copy link

Hi,
I have run into a similar problem as reported in issue #3.

When I call simrrls I get the following error message:
$ simrrls
Traceback (most recent call last):
File "/Users/ClaudiaPaetzold/anaconda2/bin/simrrls", line 9, in
load_entry_point('simrrls==0.0.10', 'console_scripts', 'simrrls')()
File "build/bdist.macosx-10.5-x86_64/egg/simrrls/main.py", line 17, in main
File "build/bdist.macosx-10.5-x86_64/egg/simrrls/simrrls.py", line 464, in run
File "build/bdist.macosx-10.5-x86_64/egg/simrrls/simrrls.py", line 29, in checkopts
File "build/bdist.macosx-10.5-x86_64/egg/simrrls/simrrls.py", line 87, in defaulttree
AttributeError: 'module' object has no attribute 'simul'

However, following your advice from issue #3 I have installed eggless v2.1.11.
Yet the error remains.
Any hints?

P.S. python v 2.7.11
numpy v1.11.0

Any help is appreciated. Thank You

@dereneaton
Copy link
Owner

Hi Claudia,

Installing egglib can be pretty tricky. It's possible that you still have the wrong version installed. Try opening a Python session and typing the following:

import egglib
print egglib.version

It should print something like the following, not v.3.0+:

2.1.10

@ClaudiaPaetzold
Copy link
Author

Hex Deren,

thanks for the advice. You were right, egglib v 3 was not uninstalled completely. Now it's the right version. Thank You. I'm going to close the issue.

Cheers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants