fossology / atarashi

Atarashi scans for license statements in open source software, focusing on text statistics. Designed to work stand-alone and with FOSSology.
http://fossology.github.io/atarashi
GNU General Public License v2.0
26 stars 23 forks source link

Pandas error at run: pandas.errors.ParserError #67

Closed moonblood2 closed 4 years ago

moonblood2 commented 4 years ago
Screen Shot 2020-04-02 at 13 50 05

I got this error after I ran atarashi -l . -a DLD lib/

GMishx commented 4 years ago

Hello @moonblood2 ,

Did you check the help for atarashi? It says

  -l PROCESSEDLICENSELIST, --processedLicenseList PROCESSEDLICENSELIST
                        Specify the location of processed license list file

The flag -l requires a processed license list file, but in your command you are sending ..

Please try to provide the actual location of file (can be located at your site-packages/atarashi/data/licenses/processedLicenses.csv if installed from PyPi or at atarashi/data/licenses/processedLicenses.csvonce you build project from source) or you can omit the parameter all together to read from default location.

Also, atarashi currently can not scan a whole folder at one go, so please provide a single file to scan.