Closed StormzCoder closed 1 year ago
I found that the actual order of inputs is <config> <api key> <source directory> <target directory>
This solved FileNotFoundError
@Ishaanp24 to confirm, is it windows?
@bshikin Yes
Thanks, that fixed it but now it's showing
< was unexpected at this time.
I don't know what's going on with it now.
Back again it stopped, but now it's doing this when I try to run it.
Source directory is a git repo, assuming source directory is project source
Python is not found.
Please install Python and try again.
------------------------------------------------------------
C:\Users\(Username)\unifree>
Try doing python.exe --version
in the Windows terminal. If there is no output, you need to install Python to be able to run the interpreter for the language the project is written in.
If you have Python already installed, try changing PYTHON_CMD
inside launch.bat
to point to wherever python.exe
was installed (typically C:\Users\(Username)\AppData\Local\Programs\Python\Python311\python.exe
if you installed Python 3.11)
The project is being developed quite fast, so that might have something to do with errors changing around. If you're still experiencing issues try downloading the project again
Nothing I'm trying is working. Manage to get it working just had to add it to PATH, thx.
When I try to run the command I get this error
If anyone knows how to fix it please let me know.