Open KalinNonchev opened 3 years ago
I met exactly the same issue
I am also having the same problem. Has anyone made any progress with this?
I installed the package successfully with conda, but not like it is mentioned in the installation guide
conda create -n myenv python=3.7
conda activate myenv
conda install -c milagraph graphvite
Note: it worked only for python 3.7, not for 3.6
Thanks, Kalin. That did not work for me either. I used your suggestion and encountered some conflicts which were not specified, so I could not try to address them. I'd rather build it from source, so I'm hoping the developer responds with some ideas.
Best, Shelly
Shelly Johnson Research Applications Specialist XSEDE Campus Champion Advanced Research Computing (formerly ARC-TS) University of Michigan
On Mon, Mar 8, 2021 at 4:43 PM Kalin Nonchev notifications@github.com wrote:
I installed the package successfully with conda, but not like it is mentioned in the installation guide
conda create -n myenv python=3.7 conda activate myenv conda install -c milagraph graphvite
Note: it worked only for python 3.7, not for 3.6
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/DeepGraphLearning/graphvite/issues/83#issuecomment-793101193, or unsubscribe https://github.com/notifications/unsubscribe-auth/AK3PJRTS52PZYXUZZVLXXA3TCVAG7ANCNFSM4YCMNBCQ .
I'm stuck here:conda install -y --file conda/requirements.txt Error message:
Collecting package metadata (current_repodata.json): failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://conda.anaconda.org/conda-forge/linux-64/current_repodata.json Elapsed: -
An HTTP error occurred when trying to retrieve this URL. HTTP errors are often intermittent, and a simple retry will get you on your way. 'https://conda.anaconda.org/conda-forge/linux-64'
And I've already added mirrors: channels:
Hello,
I am trying to install the package using clone and conda. These steps were successful:
However, I am failing on the 5th step.
What could be the problem? Let me know if you need more information.
Thank you in advance!
Best,
P.S. I saw this commit https://github.com/DeepGraphLearning/graphvite/commit/e067c59146f676e3eee3eee6106dce7ccc7cf9e4, but unfortunately the problem is not solved.