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

Installation of Packages #11

Closed
MITRA-S opened this issue Apr 20, 2021 · 2 comments
Closed

Installation of Packages #11

MITRA-S opened this issue Apr 20, 2021 · 2 comments

Comments

@MITRA-S
Copy link

MITRA-S commented Apr 20, 2021

Hello,
I wish to use sslgraph from DIG.
I downloaded the codes from github. However, I cannot install the packages by doing
pip install git+git://github.com/divelab/DIG.git ,
inside a conda environment.
This immediately gives errors.
ERROR: Command errored out with exit status1: python setup.py egg_info Check the logs for full command output.

Do you have suggestions? Is there a setup.py file available?
Thank you,
Saheli

@mengliu1998
Copy link
Collaborator

Thank you for your question.

Currently, our code has not been organized as a PyPi package yet. To use it, you can just go to the sslgraph directory (https://github.com/divelab/DIG/tree/main/dig/sslgraph), and there are several examples/tutorials. The environmental requirement for sslgraph is listed in README.md in the directory of sslgraph, and it is just PyTorch and PyTorch Geometric.

We are organizing the code to form a PyPi package so that users can install it through 'pip'. That version will be available soon.

If you have any further questions, please let me know.

Thank you.

@MITRA-S
Copy link
Author

MITRA-S commented Apr 21, 2021 via email

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