You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the error in a SaaS platform (newrelic-2.58.1.44)
Traceback (most recent call last):
File "/data1/www/htdocs/310/weiboxb/1/index.wsgi", line 10, in <module>
from myapp import app
File "/data1/www/htdocs/310/weiboxb/1/myapp/__init__.py", line 6, in <module>
from newrelic import agent
File "/data1/www/htdocs/310/weiboxb/1/site-packages/newrelic/agent.py", line 1, in <module>
from .config import initialize, extra_settings
File "/data1/www/htdocs/310/weiboxb/1/site-packages/newrelic/config.py", line 17, in <module>
import newrelic.core.agent
File "/data1/www/htdocs/310/weiboxb/1/site-packages/newrelic/core/agent.py", line 17, in <module>
import newrelic.core.application
File "/data1/www/htdocs/310/weiboxb/1/site-packages/newrelic/core/application.py", line 20, in <module>
from newrelic.core.data_collector import create_session
File "/data1/www/htdocs/310/weiboxb/1/site-packages/newrelic/core/data_collector.py", line 38, in <module>
from ..common.system_info import (docker_container_id,
File "/data1/www/htdocs/310/weiboxb/1/site-packages/newrelic/common/system_info.py", line 10, in <module>
import multiprocessing
File "/usr/local/sae/python/lib/python2.7/multiprocessing/__init__.py", line 65, in <module>
from multiprocessing.util import SUBDEBUG, SUBWARNING
File "/usr/local/sae/python/lib/python2.7/multiprocessing/util.py", line 41, in <module>
from subprocess import _args_from_interpreter_flags
ImportError: cannot import name _args_from_interpreter_flags
Now the platform of my web application can not full support apm of python agent. Can I use features as many as possible without multiprocessing module?
The text was updated successfully, but these errors were encountered:
I get the error in a SaaS platform (newrelic-2.58.1.44)
Now the platform of my web application can not full support apm of python agent. Can I use features as many as possible without multiprocessing module?
The text was updated successfully, but these errors were encountered: