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

name 'MessagePassing' is not defined pypots0.0.9 #30

Closed
PsYaoyo opened this issue Jan 14, 2023 · 3 comments
Closed

name 'MessagePassing' is not defined pypots0.0.9 #30

PsYaoyo opened this issue Jan 14, 2023 · 3 comments

Comments

@PsYaoyo
Copy link

PsYaoyo commented Jan 14, 2023

File "/home/ubuntu/miniconda3/envs/pypots/lib/python3.8/site-packages/pypots/classification/init.py", line 10, in
from pypots.classification.raindrop import Raindrop
File "/home/ubuntu/miniconda3/envs/pypots/lib/python3.8/site-packages/pypots/classification/raindrop.py", line 83, in
class ObservationPropagation(MessagePassing):
NameError: name 'MessagePassing' is not defined

@WenjieDu
Copy link
Owner

Hi there 👋,

Thank you so much for your attention to PyPOTS! If you find PyPOTS helpful to your work, please star⭐️ this repository. Your star is your recognition, which can help more people notice PyPOTS and grow PyPOTS community. It matters and is definitely a kind of contribution to the community.

I have received your message and will respond ASAP. Thank you for your patience! 😃

Best,
Wenjie

@PsYaoyo PsYaoyo closed this as completed Jan 14, 2023
@PsYaoyo
Copy link
Author

PsYaoyo commented Jan 14, 2023

miss some dependencies

@PsYaoyo PsYaoyo reopened this Jan 14, 2023
@PsYaoyo PsYaoyo closed this as completed Jan 14, 2023
@WenjieDu
Copy link
Owner

WenjieDu commented Jan 14, 2023

Hi @PsYaoyo, thank you for raising this issue. This exception happens here. Starting from PyPOTS v0.0.9, we remove torch_geometric from the dependency file due to its long installation time. Users who want to use RainDrop in PyPOTS should install torch_geometric manually with pip install torch_geometric or conda install -c pyg pyg.

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