VREUD / VREUD

An End-User Development Tool to Simplify the Creation of Interactive Virtual Reality Scenes.
0 stars 0 forks source link

Python version installation error #1

Open SeekMyVanishedDream opened 1 year ago

SeekMyVanishedDream commented 1 year ago

Command failed: E:\ANACONDA\python.EXE -c import sys; print "%s.%s.%s" % sys.version_info[:3]; hi ,I want to know your python version :)

Jojo016 commented 1 year ago

Hey, for me the build worked with following versions:

npm 8.11.0 node v17.9.1 python 3.11.1

1) First you need to edit line 93 of file /recast/main/port.cpp to the following: Local n_mesh = v8::String::NewFromUtf8(isolate, result).ToLocalChecked();

2) Afterwards you need to run the Installation steps 3 & 4 like so:

  1. Input "npm install --unsafe-perm" to install the dependencies of the library.
  2. Input "npm run build" to build the library.

3) Then go to the root-directory and use for example notepad++ to change the Encoding of the "package.json" from "UTF-8-BOM" to "UTF-8".

4) Finally run installation steps 6 & 7 like so:

  1. Input "npm install --unsafe-perm" to install the dependencies of the editor.
  2. Input "npm run-script build" to build the client-side of the editor.