T
tscircuit5mo ago
Seve

@Techmannih nice work debugging. you can

@Techmannih nice work debugging. you can use a moveFile/mv/rename function from e.g. "fs"
6 Replies
Techmannih
Techmannih5mo ago
@Seve at first I was getting an error while running bun run setup. Then I granted it permission, but after that it started saying 'not supported
No description
No description
Seve
SeveOP5mo ago
Have you chmod’d the executable? chmod +x path/to/whatever.exe
Techmannih
Techmannih5mo ago
If I'm running a .exe file on Windows, I think don't need to use chmod +x.exe files are executable by default on Windows. I'm just running
.\.bin\7zz.exe
.\.bin\7zz.exe
directly to check whether it exists or not.
Seve
SeveOP5mo ago
Hmm yea this is tricky. I cant easily test on windows so its hard to be helpful
Techmannih
Techmannih5mo ago
yeah, I’ve tried setting up this repo many times, but I’m still unable to get it working can you raise PR for fuse for me, this PR Stucks me.
Seve
SeveOP5mo ago
yea that repo is a bit difficult to manage, I don't think fuse is top of my priorities though. The issue is you just need to manually extract that file, I think if you carefully manually do the steps that the script does you can get it to work Do an if (operatingSystem === "windows") { prompts("Please extract .... to .... and press enter to continue") }

Did you find this page helpful?