LLMstudio
LLMstudio copied to clipboard
Start-up: No module named 'llmstudio.engine'
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
Who can help?
No response
Related Components
- [ ] API
- [X] SDK
- [ ] UI
Reproduction
- Install LLMStudio (pip install LLMStudio)
- launch the LLMServer (LLMStudio server)
- Error is observed
Expected behavior
The LLMStudio server should start and should be able to connect on localhost.
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.