Code Monkey home page Code Monkey logo

Comments (5)

seperman avatar seperman commented on June 19, 2024 1

Hello, thanks for reporting the issue.
Please upgrade to DeepDiff 6.4.1.

from deepdiff.

daxm avatar daxm commented on June 19, 2024

I have the same issue. v6.3.1 worked/works fine but v6.4.0 gives error:

webserver      | Traceback (most recent call last):
webserver      |   File "/app/webserver.py", line 2, in <module>
webserver      |     import run_actions
webserver      |   File "/app/run_actions.py", line 13, in <module>
webserver      |     import actions
webserver      |   File "/app/actions/__init__.py", line 1, in <module>
webserver      |     from actions.api_basics import ApiBasics
webserver      |   File "/app/actions/api_basics.py", line 4, in <module>
webserver      |     from .zs4u_essentials import Zs4uEssentials
webserver      |   File "/app/actions/zs4u_essentials.py", line 8, in <module>
webserver      |     from .scorch_the_earth import ScorchTheEarth
webserver      |   File "/app/actions/scorch_the_earth.py", line 4, in <module>
webserver      |     from deepdiff import DeepDiff
webserver      |   File "/usr/local/lib/python3.11/site-packages/deepdiff/__init__.py", line 10, in <module>
webserver      |     from .diff import DeepDiff
webserver      |   File "/usr/local/lib/python3.11/site-packages/deepdiff/diff.py", line 19, in <module>
webserver      |     from deepdiff.helper import (strings, bytes_type, numbers, uuids, datetimes, ListItemRemovedOrAdded, notpresent,
webserver      |   File "/usr/local/lib/python3.11/site-packages/deepdiff/helper.py", line 158, in <module>
webserver      |     if get_semvar_as_integer(np.__version__) < 1019000:
webserver      |                              ^^^^^^^^^^^^^^
webserver      | AttributeError: 'NoneType' object has no attribute '__version__'
webserver exited with code 1

I'm running it in a Docker container named "webserver" and these are the docker-compose logs output.

from deepdiff.

seperman avatar seperman commented on June 19, 2024

from deepdiff.

daxm avatar daxm commented on June 19, 2024

Tested. My code runs successfully on v6.4.1.

from deepdiff.

XDanny322 avatar XDanny322 commented on June 19, 2024

Thanks, all seems to be fixed in 6.4.1 as well.

from deepdiff.

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.