0

I am trying to install stellargraph without pip or conda. Is it possible to do that? Please advise other options to install other than pip or conda.

https://pypi.org/project/stellargraph/ https://github.com/stellargraph/stellargraph

Thanks.

Stella
  • 1,728
  • 5
  • 41
  • 95
  • Have you done any research, checked the documentation, etc.? – AMC Sep 24 '20 at 21:10
  • Yes there are 3 options given. – Stella Sep 24 '20 at 21:17
  • 1. Install StellarGraph using PyPI: pip install stellargraph 2. Install StellarGraph in Anaconda Python: conda install -c stellargraph stellargraph 3. Install StellarGraph from GitHub source: git clone https://github.com/stellargraph/stellargraph.git cd stellargraph pip install – Stella Sep 24 '20 at 21:17
  • I am wondering is there any manual installation available? – Stella Sep 24 '20 at 21:17
  • Does this answer your question? [How to manually install a pypi module without pip/easy\_install?](https://stackoverflow.com/questions/13270877/how-to-manually-install-a-pypi-module-without-pip-easy-install) – AMC Sep 24 '20 at 21:36
  • I tried, I am getting the below error – Stella Sep 24 '20 at 21:54
  • File "setup.py", line 27 f"{tensorflow}>=2.1.0", ^ SyntaxError: invalid syntax – Stella Sep 24 '20 at 21:54
  • Are you sure the package is meant for the Python version you're using? – AMC Sep 24 '20 at 22:29
  • StellarGraph is a Python library. – Stella Sep 25 '20 at 13:47
  • Let us [continue this discussion in chat](https://chat.stackoverflow.com/rooms/222092/discussion-between-amc-and-stella). – AMC Sep 25 '20 at 21:08
  • Let me try installing from different machine – Stella Sep 26 '20 at 01:07

0 Answers0