LLMstudio icon indicating copy to clipboard operation
LLMstudio copied to clipboard

Start-up: No module named 'llmstudio.engine'

Open ghost opened this issue 1 year ago • 1 comments

System Info

Unable to launch LLMStudio in pycharm environment on Windows server.

$ LLMStudio server Traceback (most recent call last): File "C:\Program Files\Python38\lib\runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Program Files\Python38\lib\runpy.py", line 86, in run_code exec(code, run_globals) File "C:\pythonProject-LLMStudio\venv\Scripts\LLMStudio.exe_main.py", line 4, in File "C:\pythonProject-LLMStudio\venv\lib\site-packages\llmstudio\cli.py", line 3, in from llmstudio.engine.config import EngineConfig ModuleNotFoundError: No module named 'llmstudio.engine'

Who can help?

No response

Related Components

  • [ ] API
  • [X] SDK
  • [ ] UI

Reproduction

  1. Install LLMStudio (pip install LLMStudio)
  2. launch the LLMServer (LLMStudio server)
  3. Error is observed

Expected behavior

The LLMStudio server should start and should be able to connect on localhost.

ghost avatar Nov 16 '23 11:11 ghost

Issue might be related to #61, we are currently working on it. After #61 is fixed I will ask you to test again if the bug still persists.

MiNeves00 avatar Nov 20 '23 16:11 MiNeves00