mirror of
https://github.com/koush/scrypted.git
synced 2026-06-20 08:30:30 +01:00
postbeta
This commit is contained in:
@@ -3,7 +3,7 @@ const { PortablePython } = require('py')
|
||||
const { once } = require('events');
|
||||
|
||||
module.exports = {
|
||||
version: '3.11',
|
||||
version: '3.10',
|
||||
}
|
||||
|
||||
async function pipInstall(python, pkg) {
|
||||
|
||||
4
server/package-lock.json
generated
4
server/package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "@scrypted/server",
|
||||
"version": "0.94.30",
|
||||
"version": "0.94.31",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@scrypted/server",
|
||||
"version": "0.94.30",
|
||||
"version": "0.94.31",
|
||||
"hasInstallScript": true,
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@scrypted/server",
|
||||
"version": "0.94.31",
|
||||
"version": "0.94.32",
|
||||
"description": "",
|
||||
"dependencies": {
|
||||
"@mapbox/node-pre-gyp": "^1.0.11",
|
||||
|
||||
@@ -3,7 +3,7 @@ import fs from "fs";
|
||||
import os from "os";
|
||||
import path from 'path';
|
||||
import { PortablePython } from 'py';
|
||||
import { Readable, Writable, PassThrough } from 'stream';
|
||||
import { PassThrough, Readable, Writable } from 'stream';
|
||||
import { installScryptedServerRequirements, version as packagedPythonVersion } from '../../../bin/packaged-python';
|
||||
import { RpcMessage, RpcPeer } from "../../rpc";
|
||||
import { createRpcDuplexSerializer } from '../../rpc-serializer';
|
||||
@@ -103,7 +103,7 @@ export class PythonRuntimeWorker extends ChildProcessWorker {
|
||||
stdio: ['pipe', 'pipe', 'pipe', 'pipe', 'pipe'],
|
||||
env: Object.assign({
|
||||
// rev this if the base python version or server characteristics change.
|
||||
SCRYPTED_PYTHON_VERSION: '20240308.1',
|
||||
SCRYPTED_PYTHON_VERSION: '20240317',
|
||||
PYTHONUNBUFFERED: '1',
|
||||
PYTHONPATH,
|
||||
}, gstEnv, process.env, env),
|
||||
|
||||
Reference in New Issue
Block a user