babysor / babysor/MockingBird

Linux web module 错误

Open
#843 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
36.9k
Forks
5.2k
PR merge metrics
No merged PRs in 30d

Description

**Summary[问题简述]**
Linux web 出现 module 丢失问题。

**Env & To Reproduce[复现与环境]**
AutoDL 云端部署, python3.8, CUDA11.7, ubuntu20.04, RTX A5000, intel 8350C。由于为云端部署, 根据 AutoDL 手册, 端口改为6006映射到公网。猜测为模块库路径错误,因而尝试使用`sys.path.insert(0, '/MockingBird/XXX')`和`sys.path.append(r"MockingBird/XXX") `来调整,但是没有效果。以及在这之前有非常多的模块库找不到的问题,通过pip进行单独安装后解决。

**Screenshots[截图]**(web output)
Snipaste_2023-03-01_00-56-47

Contributor guide

No contributing guide indexed for this repository

Research direction

Begin by reproducing the web deployment on AutoDL with Python 3.8, CUDA 11.7, Ubuntu 20.04, and port 6006 mapped publicly. Review the missing-module output and the attempted sys.path changes; done means the web module starts without missing-module errors in that environment.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, ubuntu
Domain
backend, cloud
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.