You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I ran the command "pip install lmstudio", my program still raises ModuleNotFoundError. When I see the site-packages folder in my virtual environment, there is only a "lmstudio-0.0.1.dist-info" folder, and there is no "lmstudio" source code folder with "init.py" in it. I changed the pip index url from "https://mirrors.aliyun.com/pypi/simple" to "https://pypi.org/simple", but the error still exists. Please check the issue and give me some suggestions, thank you!