Git Product home page Git Product logo

Comments (11)

marclafountain avatar marclafountain commented on August 16, 2024 2

I see the same pip/poetry search output that @ecklm and @amir-ziai-zefr are reporting. However, I am also still getting the 0.1.8 version when I run:

poetry add flatten_json

and also get the ModuleNotFoundError error under 0.1.8.

Removing 0.1.8 with

poetry remove flatten_json

and installing again using

poetry add "flatten_json==0.1.7"

has resolved the issue for me.

from flatten.

amirziai avatar amirziai commented on August 16, 2024 1

release to pypi is a manual step for the project and there were some commits that i had not released. so i manually released yesterday.

i can confirm the issue. pypi shows that the files were uploaded. i'll look into this and update this thread.

pls let me know if you know what's going on and have ideas for resolving it.

from flatten.

alexjuda avatar alexjuda commented on August 16, 2024 1

Thanks @amirziai, works like a charm now!

Again, running

pip3 install flatten_json && python3 -c "import flatten_json; print('ok')"

works as expected, installs v0.1.13 and prints "ok".

from flatten.

ecklm avatar ecklm commented on August 16, 2024

Even more suspiciously, nothing seems to have happened in the repo since February 2. No commits at all, so why the release?

from flatten.

Laksh1997 avatar Laksh1997 commented on August 16, 2024

I'm getting this error as well

from flatten.

amirziai avatar amirziai commented on August 16, 2024

also yanking 0.1.8 until this is resolved so pip install flatten-json should give you 0.1.7.

from flatten.

JacobSMoller avatar JacobSMoller commented on August 16, 2024

@amirziai seems like pip install flatten-json still gives you 0.1.8

from flatten.

ecklm avatar ecklm commented on August 16, 2024

@amirziai seems like pip install flatten-json still gives you 0.1.8

Really?

$ pip search flatten-json | grep flatten-json
flatten-json (0.1.7)                                - Flatten JSON objects

from flatten.

amirziai avatar amirziai commented on August 16, 2024

@JacobSMoller should be yanked:
https://pypi.org/project/flatten-json/0.1.8/

my understanding of a yanked release is that you can still install it by pinning but without specifying that specific version you should get the latest non-yanked version.

i see the same output that @ecklm is reporting.

from flatten.

freemansgit avatar freemansgit commented on August 16, 2024

When will we get working 0.1.8 using pip install flatten_json==0.1.8 ? I still experience a problem with assert unflatten(flatten(d)) == d operation))

from flatten.

amirziai avatar amirziai commented on August 16, 2024

released a new version. pls upgrade and lmk if you have any issues.

from flatten.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.