Jerry Chen

Results 5 comments of Jerry Chen

这个问题的发生是因为注册本身的密码需要包含大小写特殊字符。如果单纯把密码设为数字与字母混合,虽然可以注册成功,但无法正常登入。登入报错信息为:Invalid password。 **大家注册的时候,必须把密码设为数字混合大小写与特殊字符**

I checked the numpy version in my current `cytnx` environment, and it seems that it is linked to OpenBLAS rather than MKL. One strange point I noticed is that when...

@IvanaGyro Thanks for your helping, I found the tamporary way to solve the partial bug( but still have the bugs) that I reverse the ordering of import `cytnx` and `numpy`,...

I’ve found a reliable way to resolve the issue. First, I followed the official documentation to install `cytnx` using conda. Second, I used `pip3 uninstall numpy` to remove only the...

Is there any possible way that I can install Cytnx1.0.1 in conda as soon as possible? I mean the package can be fix in conda even #595 can not be...