Skip to content

启动或连接parl的时候报错:paddle imported #1173

@guiji4372

Description

@guiji4372

[11-11 08:16:27 MainThread @utils.py:77] paddlepaddle version: 2.5.1. [11-11 08:16:28 MainThread @__init__.py:44] PARL detects two backend frameworks: paddle, torch. Use paddle by default. [11-11 08:16:28 MainThread @__init__.py:45] To use torch as backend, export PARL_BACKEND=torch` before running the scripts.
[0/10] Checking status of log_server...
[1/10] Checking status of log_server...
[2/10] Checking status of log_server...
Traceback (most recent call last):
File "C:\Users\Varian.conda\envs\tfgh-gpu\lib\site-packages\parl\remote\job.py", line 52, in
assert dl_framework not in sys.modules, "{} imported".format(dl_framework)
AssertionError: paddle imported
Traceback (most recent call last):
File "C:\Users\Varian.conda\envs\tfgh-gpu\lib\site-packages\parl\remote\job.py", line 52, in
assert dl_framework not in sys.modules, "{} imported".format(dl_framework)
AssertionError: paddle imported
Traceback (most recent call last):
File "C:\Users\Varian.conda\envs\tfgh-gpu\lib\site-packages\parl\remote\job.py", line 52, in
assert dl_framework not in sys.modules, "{} imported".format(dl_framework)
AssertionError: paddle imported
Traceback (most recent call last):
File "C:\Users\Varian.conda\envs\tfgh-gpu\lib\site-packages\parl\remote\job.py", line 52, in
assert dl_framework not in sys.modules, "{} imported".format(dl_framework)
AssertionError: paddle imported
Traceback (most recent call last):
File "C:\Users\Varian.conda\envs\tfgh-gpu\lib\site-packages\parl\remote\job.py", line 52, in
assert dl_framework not in sys.modules, "{} imported".format(dl_framework)
AssertionError: paddle imported
Traceback (most recent call last):
File "C:\Users\Varian.conda\envs\tfgh-gpu\lib\site-packages\parl\remote\job.py", line 52, in
assert dl_framework not in sys.modules, "{} imported".format(dl_framework)
AssertionError: paddle imported
Traceback (most recent call last):
File "C:\Users\Varian.conda\envs\tfgh-gpu\lib\site-packages\parl\remote\job.py", line 52, in
assert dl_framework not in sys.modules, "{} imported".format(dl_framework)
AssertionError: paddle imported
Traceback (most recent call last):
File "C:\Users\Varian.conda\envs\tfgh-gpu\lib\site-packages\parl\remote\job.py", line 52, in
assert dl_framework not in sys.modules, "{} imported".format(dl_framework)
AssertionError: paddle imported
[3/10] Checking status of log_server...
[4/10] Checking status of log_server...

Start the log server sucessfully.`

这个影响使用吗?如果不想让这个报错出现怎么解决?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions