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 'marching_cubes' #6

Open
qyuan7 opened this issue Feb 21, 2023 · 3 comments
Open

AttributeError: 'module' object has no attribute 'marching_cubes' #6

qyuan7 opened this issue Feb 21, 2023 · 3 comments

Comments

@qyuan7
Copy link

qyuan7 commented Feb 21, 2023

To whom it may concern,

I'm trying to run the tutorial example for JabberDock, however when running the dock.py command I got the following error:

" File "/home/qi/POW_v2/POW.py", line 121, in
data=mode.Data(params)
File "/home/qi/JabberDock/auto_scripts/generate_ensemble.py", line 93, in init
self.J1 = jd.Jabber(params.receptor_map, params.iso_cutoff)
File "jabber.pyx", line 61, in jabber.Jabber.init
AttributeError: 'module' object has no attribute 'marching_cubes'
"
Any help regarding the error would be much appreciated.

Thanks,

Qi

@Zaotaiyang
Copy link

To whom it may concern,

I'm trying to run the tutorial example for JabberDock, however when running the dock.py command I got the following error:

" File "/home/qi/POW_v2/POW.py", line 121, in data=mode.Data(params) File "/home/qi/JabberDock/auto_scripts/generate_ensemble.py", line 93, in init self.J1 = jd.Jabber(params.receptor_map, params.iso_cutoff) File "jabber.pyx", line 61, in jabber.Jabber.init AttributeError: 'module' object has no attribute 'marching_cubes' " Any help regarding the error would be much appreciated.

Thanks,

Qi

Hi qyuan7,

I encountered the same issue as you did. Did you manage to resolve it later on? Would you mind sharing the solution if you did? Thank you!

Best regards,
xiao

@qyuan7
Copy link
Author

qyuan7 commented Mar 18, 2024

To whom it may concern,
I'm trying to run the tutorial example for JabberDock, however when running the dock.py command I got the following error:
" File "/home/qi/POW_v2/POW.py", line 121, in data=mode.Data(params) File "/home/qi/JabberDock/auto_scripts/generate_ensemble.py", line 93, in init self.J1 = jd.Jabber(params.receptor_map, params.iso_cutoff) File "jabber.pyx", line 61, in jabber.Jabber.init AttributeError: 'module' object has no attribute 'marching_cubes' " Any help regarding the error would be much appreciated.
Thanks,
Qi

Hi qyuan7,

I encountered the same issue as you did. Did you manage to resolve it later on? Would you mind sharing the solution if you did? Thank you!

Best regards, xiao

Hi Xiao,

It's been a while but I remember it was due to the version conflict of skimage. You could either change your version of skimage to the same as Jabberdock used. Or manually correct the code where it calls the function from skimage. Possible useful link:
https://stackoverflow.com/questions/54056565/attributeerror-module-skimage-measure-has-no-attribute-marching-cubes

Hope this helps.

Qi

@Zaotaiyang
Copy link

Dear Qi,

Thank you so much for taking the time to provide such a detailed response to my question, along with the helpful link. I sincerely apologize for the delayed reply. After making several attempts to resolve the issue, I was unfortunately unable to achieve success and decided to temporarily set aside the program.

Nevertheless, I truly appreciate your kind assistance.

Wishing you all the best.
Xiao

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