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

Install windows #13519

Closed
lchow23 opened this issue Feb 16, 2024 · 2 comments
Closed

Install windows #13519

lchow23 opened this issue Feb 16, 2024 · 2 comments

Comments

@lchow23
Copy link

lchow23 commented Feb 16, 2024

No description provided.

@stefanw1337
Copy link

stefanw1337 commented Mar 3, 2024

I always have issues with github and windows. There's no clear instructions for me, almost ever. I have gotten some projects to work, but then there's been a windows-version already compiled for me to download and run.

And so I put the create-react-app in a folder.

Well, first of all this failed:
pip install 'recap-core[all]'
ERROR: Invalid requirement: "'recap-core[all]'"

So I resulted to:
$pip install recap

Collecting recap
  Downloading recap-0.1.8-py3-none-any.whl.metadata (6.0 kB)
Collecting pyyaml<7.0.0,>=6.0.1 (from recap)
  Downloading PyYAML-6.0.1-cp311-cp311-win_amd64.whl.metadata (2.1 kB)
Collecting wrapt<2.0.0,>=1.12.1 (from recap)
  Downloading wrapt-1.16.0-cp311-cp311-win_amd64.whl.metadata (6.8 kB)
Collecting yacs<0.2.0,>=0.1.8 (from recap)
  Downloading yacs-0.1.8-py3-none-any.whl.metadata (639 bytes)
Downloading recap-0.1.8-py3-none-any.whl (14 kB)
Downloading PyYAML-6.0.1-cp311-cp311-win_amd64.whl (144 kB)
   ---------------------------------------- 144.7/144.7 kB 4.3 MB/s eta 0:00:00
Downloading wrapt-1.16.0-cp311-cp311-win_amd64.whl (37 kB)
Downloading yacs-0.1.8-py3-none-any.whl (14 kB)
Installing collected packages: wrapt, pyyaml, yacs, recap
Successfully installed pyyaml-6.0.1 recap-0.1.8 wrapt-1.16.0 yacs-0.1.8

Which worked! But don't know it that's right. Let's go with it.

But then trying to run it..
$recap
'recap' is not recognized as an internal or external command, operable program or batch file.
So then I'm stuck.. Now what?

So I found this, create-recap-app, which sounded like it would be for windows. But I don't have npx, so kinda stuck (again!):
'npx' is not recognized as an internal or external command, operable program or batch file.
Like your instructions tells me to type. This is like a constant struggle for non-expert windows users, trying to get shit done.

My end-goal was this:
https://github.com/dptetc/darkspore-offline

And over there it says, download the files, install dependancy for ReCap then ReCap and..:
Copy the patch_darkspore_exe.exe file from the patcher folder (from the ReCap release) to the DarksporeBin folder.
But now how to get any exe-file?! Why can't all github projects just compile the exe-file for me, this is always a problem! The instructions are half-assed written.

Please help, why am I never understanding how github works, and can seldom follow instructions written, what am I not getting?

@stefanw1337
Copy link

????

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