AttributeError: 'NoneType' object has no attribute 'strip'
Hi Ncik, I downloaded the gizp code and installed in Tianhe-2, and got an error. The error is: AttributeError: 'NoneType' object has no attribute 'strip'. After I installed the "strip", the error was still exist. I wonder whether the error due to the call conflicts between Python packages. I attach the version of python and packages in below, and wondering if you have any ideas on solving the problem, thank you!

Hi- I don't think this is a missing library issue.
The error is because the python str method .strip() is trying to operate on a None, rather than the expected string.
The only place where this is used is in the argument reading of filepaths. Is it possible you have provided an empty string as a filepath?
Hi: Here is my install procedure: conda create -n my_xpclr conda install python=3.6 pip=20.0.2
unzip xpclr packages and run:python setup.py install then install packages which depended on: pip install scikit-allel>=1.2 pip install numpy pip install pandas pip install scipy pip install h5py pip install zarr And the running command as figure shows. I didn't find any errors in installing and running the package, could you help me to install the package?
| | 刁淑琪 | | @.*** | 签名由网易邮箱大师定制 On 7/29/2021 15:01,Nick @.***> wrote:
Hi- I don't think this is a missing library issue.
The error is because the python str method .strip() is trying to operate on a None, rather than the expected string.
The only place where this is used is in the argument reading of filepaths. Is it possible you have provided an empty string as a filepath?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
To me, the package looks like it has installed correctly. How are you calling it from the command line?
It looks like you are not providing an input filename?
ok, I will check the command and retry. Thanks
| | 刁淑琪 | | @.*** | 签名由网易邮箱大师定制 On 7/29/2021 17:02,Nick @.***> wrote:
To me, the package looks like it has installed correctly. How are you calling it from the command line?
It looks like you are not providing an input filename?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.