MikPoik / steamship-ai-partner

Steamship GPT AI partner with with memory
MIT License
11 stars 2 forks source link

deployment instructions #1

Open jcltravels opened 4 months ago

jcltravels commented 4 months ago

First off thank you for sharing the project. I am having trouble getting the project to deployed. Would it possible to include some brief steps to run it?

MikPoik commented 4 months ago

Hi, sure I can add more detailed steps. What kind of errors are you getting?

ti 30. huhtik. 2024 klo 2.35 jcltravels @.***> kirjoitti:

First off thank you for sharing the project. I am having trouble getting the project to deployed. Would it possible to include some brief steps to run it?

— Reply to this email directly, view it on GitHub https://github.com/MikPoik/steamship-ai-partner/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKFK5QY6JHURES36VNXPFRTY73KLZAVCNFSM6AAAAABG7G5FKGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGI3TAMJXHA3TEOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

jcltravels commented 4 months ago

Was just trying to build it:

python3.10 -m pip install .

      self._copy_module(zip_file)
    File "/tmp/pip-build-env-414nmved/overlay/lib/python3.10/site-packages/poetry/core/masonry/builders/wheel.py", line 265, in _copy_module
      to_add = self.find_files_to_add()
    File "/tmp/pip-build-env-414nmved/overlay/lib/python3.10/site-packages/poetry/core/masonry/builders/builder.py", line 171, in find_files_to_add
      for include in self._module.includes:
    File "/usr/local/lib/python3.10/functools.py", line 981, in __get__
      val = self.func(instance)
    File "/tmp/pip-build-env-414nmved/overlay/lib/python3.10/site-packages/poetry/core/masonry/builders/builder.py", line 97, in _module
      return Module(
    File "/tmp/pip-build-env-414nmved/overlay/lib/python3.10/site-packages/poetry/core/masonry/utils/module.py", line 65, in __init__
      raise ModuleOrPackageNotFound(
  poetry.core.masonry.utils.module.ModuleOrPackageNotFound: No file/folder found for package python-template
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for python-template Failed to build python-template ERROR: Could not build wheels for python-template, which is required to install pyproject.toml-based projects [jcltravelsco@jcltravels steamship-ai-partner]$