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

GenieBuilder server does not start, fresh install #42

Open
ahjulstad opened this issue Jan 19, 2023 · 7 comments
Open

GenieBuilder server does not start, fresh install #42

ahjulstad opened this issue Jan 19, 2023 · 7 comments

Comments

@ahjulstad
Copy link

After fresh install of GenieBuilder plugin in VS code, unable to start server.

win11, julia 1.9 beta 3

(base) PS C:\Users\asmun\.vscode\extensions\geniebuilder.geniebuilder-0.2.6\scripts> julia --startup-file=no --depwarn=no c:\Users\asmun\.vscode\extensions\geniebuilder.geniebuilder-0.2.6\scripts/rungb.jl
 _____         _        _____     _ _   _
|   __|___ ___|_|___   | __  |_ _|_| |_| |___ ___
|  |  | -_|   | | -_|  | __ -| | | | | . | -_|  _|
|_____|___|_|_|_|___|  |_____|___|_|_|___|___|_|
v0.12 -- release
LOADING -- PLEASE WAIT.

ERROR: ArgumentError: Package GenieBuilder not found in current path.
- Run `import Pkg; Pkg.add("GenieBuilder")` to install the GenieBuilder package.
Stacktrace:
 [1] macro expansion
   @ .\loading.jl:1537 [inlined]
 [2] macro expansion
   @ .\lock.jl:267 [inlined]
 [3] require(into::Module, mod::Symbol)
   @ Base .\loading.jl:1518
ERROR: LoadError: failed process: Process(setenv(`julia --startup-file=no --banner=no --depwarn=no -e '
            using Pkg;
            Pkg.activate("."; io = devnull);
            Pkg.update(; io = devnull);
;
            using GenieBuilder;
            GenieBuilder.postinstall();'`,["PATH=C:\\Users\\asmun\\minif

@DiracM
Copy link
Contributor

DiracM commented Aug 23, 2023

Hi @ahjulstad I had the same problem, I was able to bypass by downloading the repository and add it manually on my Julia environment with "]dev path" where the path is the directory with the GenieBuilder.jl.

@hbonnavaud
Copy link

Same problem here.
@DiracM can you give more details please? How did you add it manually? Where have you put "]dev path"? How to find the GenieBuilder.jl?

@kongdd
Copy link

kongdd commented Oct 28, 2023

I have the same issue.

@technocrat
Copy link

Julia 1.9.4 macOS Sonoma fresh install, server doesn't start in VSCode, attempting to use in REPL didn't help

using GenieBuilder julia> GenieBuilder.create() ERROR: UndefVarError:createnot defined Stacktrace: [1] getproperty(x::Module, f::Symbol) @ Base ./Base.jl:31 [2] top-level scope @ REPL[19]:1
after activating in new folder. Don't know where to go from here.

@DiracM
Copy link
Contributor

DiracM commented Jan 16, 2024

Same problem here. @DiracM can you give more details please? How did you add it manually? Where have you put "]dev path"? How to find the GenieBuilder.jl?

I no longer have this problem after a fresh installation but the steps that I took was:

  1. Download the GitHub repository as a .zip
  2. Extract it to a path as for example "C:\GenieBuilder"
  3. Open Julia and type "]dev C:\GenieBuilder" to enter the package mode and add the new directory to the environment
  4. Hopefully the package should be now detected when you try to open Genie Builder

@pfakcharoenphol
Copy link

@technocrat did you find the solution? I have the same issue, don't know how to proceed.

@technocrat
Copy link

Nope. I've set it aside because life is just too short, especially at my advanced age.

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

6 participants