ProjectUnifree / unifree

MIT License
1.43k stars 74 forks source link

FileErrorNotFound #34

Closed StormzCoder closed 1 year ago

StormzCoder commented 1 year ago

When I try to run the command I get this error

FileNotFoundError: [WinError 3] The system cannot find the path specified: 'config/'

If anyone knows how to fix it please let me know.

Ishaanp24 commented 1 year ago

I found that the actual order of inputs is <config> <api key> <source directory> <target directory> This solved FileNotFoundError

bshikin commented 1 year ago

@Ishaanp24 to confirm, is it windows?

Ishaanp24 commented 1 year ago

@bshikin Yes

StormzCoder commented 1 year ago

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.

StormzCoder commented 1 year ago

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>
FlooferLand commented 1 year ago

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

StormzCoder commented 1 year ago

Nothing I'm trying is working. Manage to get it working just had to add it to PATH, thx.