-
Notifications
You must be signed in to change notification settings - Fork 29
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
Update software #210
Update software #210
Conversation
I think I found an issue with pyg 2.5.0: pyg-team/pytorch_geometric#8994 |
I think it is working now. @allaffa and @pzhanggit, can you look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Clarification needed for Python 3.10
@jychoi-hpc |
I found the error can happen for any python version. It is from pyg 2.5.0 (pyg-team/pytorch_geometric#8994). After using pyg 2.3.0, it works now. I put back "3.10" python. Let's test with python 3.8 and 3.10. We can add more but it will slow down the ci test workflow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@pzhanggit @jychoi-hpc
Let's discuss about the versions of python to use.
Please see comments that I added with my last review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Let’s use Python 3.9 and 3.11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pickle is not needed anymore for Python versions >= 3.9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me too
* fix for pypi upload * upgrading software * add pyg versions * wip: ci debugging * wip: ci debugging * wip: pyg * wip: adding python 3.9 * wip: add -x option * add index url * update on ci * update on ci * try single only * ci debugging * fix for logger * fix for logger * change order * pip install testing * move torch * move torch * move torch * move torch * update * update on python version * update on python version * update on python version * update on python version * add -n0 * debug * ignore warning * add mpi4py * fix filename * downgrade pyg * full test * use original option * minor fix * add python 3.10 * rearrange index * update on README * python version * remove pickle
WIP: upgrading software