Results 8 issues of [email protected]

Apple M1, I searched for the following information on the NSIDC channel and the bioconda channel。 (py310-2) M>conda search usher -c bioconda -c NSIDC Loading channels: done No match found...

My environment is as follows: Graphics card:RTX 3080 Ti ,CUDA10.0 tensorflow-gpu==1.13.1 tensorboard==1.13.1 tensorflow-estimator==1.13.0 protobuf==3.20.3 trimesh==2.38.40 h5py==2.10.0 numpy==1.16.6 opencv-python==3.4.2.17 scikit-image==0.14.5 scikit-learn==0.20.3 scipy==1.2.2 face-alignment==1.3.3 packaging==23.1 shapely==2.0.3 The error message is as follows,【I...

>>> import deepxde as dde Traceback (most recent call last): File "", line 1, in File "D:\Anaconda\envs\EL\lib\site-packages\deepxde\__init__.py", line 21, in from . import backend File "D:\Anaconda\envs\EL\lib\site-packages\deepxde\backend\__init__.py", line 130, in load_backend(get_preferred_backend())...

我在本地测试CC频率设置为一分钟内2次触发拦截config_cc_rate = "2/60" 访问http://127.0.0.1:81/刷新2三次触发重定向到http://127.0.0.1:81/captcha-waf.html?continue=aHR0cDovLzEyNy4wLjAuMS8=验证,有一个小问题是ajax验证成功之后回调函数会重定向url,这url不带端口,以下是我稍作修改之后的: success: function(res){ var targetUrl = new URLSearchParams(location.search).get('continue') targetUrl = atob(targetUrl) //location.href = targetUrl; var targetUrlObj = new URL(targetUrl); if (!targetUrlObj.port) { targetUrlObj.port = location.port; } location.href...

make[3]: Leaving directory '/mnt/e/VeryNginx/openresty-1.25.3.1/pcre-8.45' cc -o objs/nginx \ objs/src/core/nginx.o \ objs/src/core/ngx_log.o \ objs/src/core/ngx_palloc.o \ objs/src/core/ngx_array.o \ objs/src/core/ngx_list.o \ objs/src/core/ngx_hash.o \ objs/src/core/ngx_buf.o \ objs/src/core/ngx_queue.o \ objs/src/core/ngx_output_chain.o \ objs/src/core/ngx_string.o \ objs/src/core/ngx_parse.o \...

我在Windows10环境apex可以编译安装,以下步骤安装了c++相关工具无法编译,有人尝试过使用Windows构建吗? ``` cd dcn_v2 python setup.py build_ext --inplace cd ../extreme_utils python setup.py build_ext --inplace cd ../roi_align_layer python setup.py build_ext --inplace ```

CC防护规则>>>cc-ip>>>ON>>>统计时长:5次/60s ![image](https://github.com/bukaleyang/zhongkui-waf/assets/74756259/e7487169-33a2-40e9-a876-5a8c05ab227f) ![image](https://github.com/bukaleyang/zhongkui-waf/assets/74756259/d613ed4a-6b78-4729-ad77-df68004a5e65) ![image](https://github.com/bukaleyang/zhongkui-waf/assets/74756259/8ddc960d-a671-41cd-82fd-0c87d55e98f6) ![image](https://github.com/bukaleyang/zhongkui-waf/assets/74756259/a9ac9da7-b150-485c-adad-c4c6fc7d2c97)

>>> from mamba_ssm import Mamba Traceback (most recent call last): File "", line 1, in File "/home/deng/miniforge-pypy3/envs/mamba/lib/python3.10/site-packages/mamba_ssm/__init__.py", line 3, in from mamba_ssm.ops.selective_scan_interface import selective_scan_fn, mamba_inner_fn File "/home/deng/miniforge-pypy3/envs/mamba/lib/python3.10/site-packages/mamba_ssm/ops/selective_scan_interface.py", line 16, in...