seung-lab / cloud-files

Threaded Python and CLI client library for AWS S3, Google Cloud Storage (GCS), in-memory, and the local filesystem.
BSD 3-Clause "New" or "Revised" License
38 stars 8 forks source link

dependency of Rust from orjson #45

Closed xiuliren closed 3 years ago

xiuliren commented 3 years ago

The orjson requires Rust and I do not have rust in cluster. it is really necessary to use orjson? is that possible to make it optional? We can use python json in default?

xiuliren commented 3 years ago

I have downgraded to 1.14.1 since it does not have this dependency.

xiuliren commented 3 years ago

I can use conda install to install orjson without problem.

william-silversmith commented 3 years ago

Old versions of Python and old versions of pip might have problems. These can be solved by upgrading to the latest pip and py3.6+

If you have the problem on a new architecture (e.g. Apple Silicon for example) please let me know.

On Wed, Mar 10, 2021, 2:16 PM Jingpeng Wu notifications@github.com wrote:

Closed #45 https://github.com/seung-lab/cloud-files/issues/45.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/seung-lab/cloud-files/issues/45#event-4438716544, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATGQSKDUYTNIR2KANYGB4LTC6ZQ7ANCNFSM4Y6VFOSQ .