-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conda/Python Package Process Creation and CI #2
Conversation
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.
I followed the manual installation procedure. Everything went smoothly. However, when I am at the last step (run inspired), I got the following error message: "OSError: /home/yyc/miniconda3/envs/inspired-dev/lib/python3.11/site-packages/torch_cluster/_version_cpu.so: undefined symbol: _ZN5torch3jit17parseSchemaOrNameERKSs".
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.
The configuration of the github actions and the conda recipe look reasonable. The packages do indeed build and run through their respective "verify" steps as shown by CI.
I did not attempt to install the package.
Short description of the changes:
The code includes changes in order to create python wheel and conda package.
Also, the default file paths are updated.
Long description of the changes:
The code adds:
Check list for the pull request
Check list for the reviewer
Manual test for the reviewer
Create and activate the environment
Python wheel
Conda package
References
6827