Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to install the application #142

Open
swathi11111 opened this issue Sep 3, 2024 · 6 comments
Open

Not able to install the application #142

swathi11111 opened this issue Sep 3, 2024 · 6 comments

Comments

@swathi11111
Copy link

I tried all the required dependent libraries installations and then cloned the SubSai repository. When I try to run the command "subsai-webui" on command prompt it says this batch file does not exist. I don't see any file named with this being cloned on my system. Can someone please help me with the installation, I really need this tool.

@abdeladim-s
Copy link
Owner

@swathi11111, Have you installed the package using pip install git+https://github.com/abdeladim-s/subsai ?
if it went okey, the command subsai-webui will be available on your environment, you don't need to clone anything!

@swathi11111
Copy link
Author

swathi11111 commented Sep 3, 2024

@abdeladim-s , this error is appearing after the end of installation
image

I tried the installation many times, but not able to install successfully, can you help me with the installation by being on a google meet call if possible?

@abdeladim-s
Copy link
Owner

I wish I can but I am very busy!
However there is an easier way to install the package if you are stuck installing it with the first method, you can use Docker, this will take some time to build and also some storage space, but it's going to work.

First download it from here, there are many resources out there to get you started if you are not familiar with it.
Then follow the instructions from the Readme,

Let me know if you find any issues.

@CorradoF
Copy link

CorradoF commented Sep 5, 2024

@abdeladim-s , this error is appearing after the end of installation image

I tried the installation many times, but not able to install successfully, can you help me with the installation by being on a google meet call if possible?

Python is not on path, I had the same problem, solved adding it on PATH

@swathi11111
Copy link
Author

@CorradoF, I have done that too, added paths of python, pip and rustc. I was even able to get the right versions printed on command prompt of each package using python --version, pip --version and rustc --version. Even after doing this, am not able to install the application.

@abdeladim-s
Copy link
Owner

@swathi11111, What Python version are you using ?
Python 3.12 does not work well! Please use Python 3.11 or 3.10!
Hopefully this will resolve your issue!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants