agiresearch / OpenAGI

OpenAGI: When LLM Meets Domain Experts
http://aios.foundation
MIT License
1.93k stars 161 forks source link

pip install issues #14

Closed prettydeep closed 9 months ago

prettydeep commented 1 year ago

1) mc==0.0 cannot be found.

2) During pip install -r requirements.txt:

Collecting skimage==0.0
  Using cached skimage-0.0.tar.gz (757 bytes)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [3 lines of output]

      *** Please install the `scikit-image` package (instead of `skimage`) ***

      [end of output]

  note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
TobyGE commented 1 year ago

Thank you for your questions. I've updated the requirements.txt file, and the issues should now be resolved.