Open harnitbakshi opened 11 months ago
Thanks for your interest in our project!
The ModuleNotFoundError: No module named 'metaseq' issue is from manifest not the NSQL. We will take a look at the issue there but it should not affect the usage of the NSQL model meaning that the manifest is still running even it throws that error.
I am trying to run NSQL on my windows 10 Razor laptop, but I was unable to install DeepSpeed. I managed to work around that but now when I try to open the webserver link in U/I I get this error:
[2023-12-02 07:38:57,987] ERROR in app: Exception on / [GET] Traceback (most recent call last): File "C:\Users\User\PycharmProjects\NSQL\venv\PycharmProjects\NSQL-310\lib\site-packages\pkg_resources\__init__.py", line 402, in get_provider module = sys.modules[moduleOrReq] File "C:\Users\User\PycharmProjects\NSQL\venv\PycharmProjects\NSQL-310\lib\site-packages\flask\app.py", line 852, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) File "C:\Users\User\PycharmProjects\NSQL\venv\PycharmProjects\NSQL-310\lib\site-packages\manifest\api\app.py", line 295, in index fn = pkg_resources.resource_filename("metaseq", "service/index.html") File "C:\Users\User\PycharmProjects\NSQL\venv\PycharmProjects\NSQL-310\lib\site-packages\pkg_resources\__init__.py", line 1213, in resource_filename return get_provider(package_or_requirement).get_resource_filename( File "C:\Users\User\PycharmProjects\NSQL\venv\PycharmProjects\NSQL-310\lib\site-packages\pkg_resources\__init__.py", line 404, in get_provider __import__(moduleOrReq) ModuleNotFoundError: No module named 'metaseq'
Tried installing metaseq, but got the error
Does NSQL only work on Linux or Mac?