apprtc伺服器安裝過程中的問題彙總1

2021-07-15 18:03:25 字數 2336 閱讀 1234

一、房間伺服器grunt build中問題

1、   在房間伺服器grunt build過程中,提示

requests.exceptions.connectionerror:[errno -3] temporary failure in name resolution

use --force to continue. 

aborted due to warnings

解決方式:

安裝python2.7;

2、python為2.7之後,再次grunt build,提示

traceback(most recent call last):

import requests

importerror:no module named requests

warning:command failed: traceback (most recent call last):

import requests

importerror:no module named requests

use --force to continue.

aborteddue to warnings.

解決方式

step1、先安裝setuptools模組

wget -o - | sudo python

有的系統可能由於某些原因,需要加上引數非安全連線的引數,具體參見系統提示;

step2、安裝requests

git clone git:

cd requests/

python2 setup.py install

安裝完成,再次grunt build編譯成功!

3、關於gae

二、信令伺服器collider,

1、go環境設定

設定方法:export gopath=~/collider_root(你的信令伺服器目錄)

package golang.org/x/net/websocket: unrecognized import path "golang.org/x/net/websocket"

解決:

1. clone git上的**到本地,比如clone到了家目錄(~/)

git clone ~/collider_root

會在collider_root目錄下生成net目錄檔案,並將git clone的原始碼放到該目錄檔案下。

2. 在gopath中建立相應的目錄,比如gopath=~/collider_root

cd ~/collider_root

collider_root$  mkdir-psrc/golang.org/x/net/

3. 拷貝websocket原始碼到上面建立的目錄

cd ~/collider_root

cp -r ~/collider_root/net/websocket/  ~/collider_root/src/golang.org/x/net/websocket

LAMMPS 伺服器安裝過程

由於我之前已經在伺服器裡裝好了gromacs和namd,因此openmpi fftw等都已經裝好了。假裝所有的依賴包都沒有安裝,那麼在root許可權下輸入下面的命令 apt get install gcc apt get install g apt get install mpi default a...

VSTS 安裝過程(雙伺服器安裝)

在域中建立使用者tfs,tfsr,tfp team foundation server 雙伺服器部署 一.安裝 team foundation server databases 1將當前伺服器加入域中 在dns處指向域伺服器ip 更改當前伺服器的工作組為域 我的電腦 屬性 計算機名 更改 1.1使用...

openstack安裝過程中keystone的問題

在裝控制節點時,遇到了很多的問題,然後糾結了好幾天,查google,問其他人 這裡推薦乙個qq群 openstack中國社群部署群145923072 推倒了重灌,終於算把keystone這關給過了。羅列幾個問題 這個都是拒絕連線,應該都是配置檔案裡面賬戶密碼搞錯了,導致連線不了keystone資料庫...