ContinuumIO / anaconda-package-data

Conda package download data
Creative Commons Attribution 4.0 International
98 stars 36 forks source link

Getting an error when using Anaconda for packages #46

Open modouldemba opened 1 year ago

modouldemba commented 1 year ago

I get this error when trying to get download information from anaconda.

SyntaxError: invalid non-printable character U+202F

It was fine is June but this started in July

seibert commented 1 year ago

Can you give more information about how you loaded the file? What library did you use to read the Parquet files?

modouldemba commented 1 year ago

I used Anaconda Powershell

from condastats.cli import overall, pkg_platform, pkg_version, pkg_python, data_source

modouldemba commented 1 year ago

Do you know why this is happening?