Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows Forms
  4. Coral 2.2.2 not work

Coral 2.2.2 not work

Scheduled Pinned Locked Moved Windows Forms
questionpythonhelp
4 Posts 3 Posters 39 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kasza Norbert
    wrote on last edited by
    #1

    I get this error message when I install Coral 2.2.2.

    What is the solution?

    A module that was compiled using NumPy 1.x cannot be run in
    19:27:56:ObjectDetectionCoral: NumPy 2.0.0 as it may crash. To support both 1.x and 2.x
    19:27:56:ObjectDetectionCoral: versions of NumPy, modules must be compiled with NumPy 2.0.
    19:27:56:ObjectDetectionCoral: Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
    19:27:56:ObjectDetectionCoral: If you are a user of the module, the easiest solution will be to
    19:27:56:ObjectDetectionCoral: downgrade to 'numpy<2' or try to upgrade the affected module.
    19:27:56:ObjectDetectionCoral: We expect that some modules will need time to support NumPy 2.

    S M 2 Replies Last reply
    0
    • K Kasza Norbert

      I get this error message when I install Coral 2.2.2.

      What is the solution?

      A module that was compiled using NumPy 1.x cannot be run in
      19:27:56:ObjectDetectionCoral: NumPy 2.0.0 as it may crash. To support both 1.x and 2.x
      19:27:56:ObjectDetectionCoral: versions of NumPy, modules must be compiled with NumPy 2.0.
      19:27:56:ObjectDetectionCoral: Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
      19:27:56:ObjectDetectionCoral: If you are a user of the module, the easiest solution will be to
      19:27:56:ObjectDetectionCoral: downgrade to 'numpy<2' or try to upgrade the affected module.
      19:27:56:ObjectDetectionCoral: We expect that some modules will need time to support NumPy 2.

      S Offline
      S Offline
      Sean Ewington
      wrote on last edited by
      #2

      Apologies, we are trying to make a fix for this today. In the meantime, here is something that's worked for one user: CodeProject.AI Server: AI the easy way.[^] (also in the future, this is the board to use for CodeProject.AI Server issues to get a faster response.

      Thanks, Sean Ewington CodeProject

      K 1 Reply Last reply
      0
      • S Sean Ewington

        Apologies, we are trying to make a fix for this today. In the meantime, here is something that's worked for one user: CodeProject.AI Server: AI the easy way.[^] (also in the future, this is the board to use for CodeProject.AI Server issues to get a faster response.

        Thanks, Sean Ewington CodeProject

        K Offline
        K Offline
        Kasza Norbert
        wrote on last edited by
        #3

        Thanks, work it!

        1 Reply Last reply
        0
        • K Kasza Norbert

          I get this error message when I install Coral 2.2.2.

          What is the solution?

          A module that was compiled using NumPy 1.x cannot be run in
          19:27:56:ObjectDetectionCoral: NumPy 2.0.0 as it may crash. To support both 1.x and 2.x
          19:27:56:ObjectDetectionCoral: versions of NumPy, modules must be compiled with NumPy 2.0.
          19:27:56:ObjectDetectionCoral: Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
          19:27:56:ObjectDetectionCoral: If you are a user of the module, the easiest solution will be to
          19:27:56:ObjectDetectionCoral: downgrade to 'numpy<2' or try to upgrade the affected module.
          19:27:56:ObjectDetectionCoral: We expect that some modules will need time to support NumPy 2.

          M Offline
          M Offline
          Member_16377535
          wrote on last edited by
          #4

          The error message you received indicates that a module compiled with NumPy 1.x is incompatible with NumPy 2.0.0. Here are your options for resolving this issue: 1. **Downgrade NumPy**: - If you can afford to use an older version of NumPy, you can downgrade to a version that is compatible with your existing module. You can do this by running: ```bash pip install numpy<2 ``` 2. **Upgrade the Affected Module**: - Check if the module you are using has a newer version that is compatible with NumPy 2.0.0. You can update the module using: ```bash pip install --upgrade ``` 3. **Rebuild the Module**: - If you have access to the source code of the module and it supports rebuilding, you can compile it against NumPy 2.0.0. Make sure you have the necessary build tools and dependencies. If you’re using `pybind11`, ensure it's version 2.12 or higher: ```bash pip install pybind11>=2.12 ``` - Then follow the module’s build instructions to compile it with the new version of NumPy. 4. **Wait for Updates**: - Some modules may take time to update for compatibility with NumPy 2.0. If the module is critical for your work, keep an eye on its repository or issues page for updates related to NumPy 2.0 support. - **For Users**: Downgrade NumPy or upgrade the affected module. - **For Developers**: Rebuild the module with the updated version of NumPy. navicosoft.com navicosoft.com.au navicosoft.co.uk

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups