About Arduino IDE library manager

Hi,

I have a question about Arduino IDE library manager. Even though I am able to see kMeans library on https://downloads.arduino.cc/libraries/library_index.json, not able to see under library manager on Arduino IDE 2. Any suggestions?

{
"name": "kMeans",
"version": "1.0.0",
"author": "Orkun Gedik \u003corkungdk@outlook.com\u003e",
"maintainer": "Orkun Gedik \u003corkungdk@outlook.com\u003e",
"sentence": "A library that makes coding a Webserver a breeze.",
"paragraph": "Library for IoT devices such as Arduino/ESP32 with low memory requirement. For data compression, pattern recognition, anomaly detection, sensor networks and embedded machine learning applications.",
"website": "GitHub - orkungedik/kmeans: K-Means Arduino library - Unsupervised machine learning clustering method of vector quantization",
"category": "Data Processing",
"architectures": [
"avr"
],
"types": [
"Contributed"
],
"repository": "GitHub - orkungedik/kmeans: K-Means Arduino library - Unsupervised machine learning clustering method of vector quantization",
"providesIncludes": [
"kMeans.h"
],
"url": "https://downloads.arduino.cc/libraries/github.com/orkungedik/kMeans-1.0.0.zip",
"archiveFileName": "kMeans-1.0.0.zip",
"size": 19561,
"checksum": "SHA-256:605f3b0e0f2729cefdad6dfaccdc719f6c40085333c33f8d0be16464d0e81218"
},

Best regards,

Orkun Gedik

It is there for me
image

IDE 2.3.2
Windows 10

2 Likes

Hi @orkungedik. I'm going to ask you to post some additional information that might help us to identify the problem.


:exclamation: This procedure is not intended to solve the problem. The purpose is to gather more information.


Please do this:

  1. Select File > Quit from the Arduino IDE menus if it is running.
    All Arduino IDE windows will close.
  2. Start Windows "File Explorer".
  3. Open the Arduino IDE installation folder.
    The default installation location is at one of the following paths:
    • C:\Program Files\Arduino IDE
      
    • C:\Users\<username>\AppData\Local\Programs\Arduino IDE
      
      (where <username> is your Windows username)
      :exclamation: If looking for it with your file manager or command line, note that the AppData folder is hidden by default. On Windows "File Explorer", you can make it visible by opening the "View" menu, then checking the box next to "☐ Hidden items".
  4. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
  5. From the context menu, click "Open PowerShell window here".
    Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  6. Type the following command:
    & ".\Arduino IDE"
    
  7. Press the Enter key.
    Debug output should now be printed to the PowerShell window as Arduino IDE starts.
  8. Wait for Arduino IDE to finish starting.
  9. Switch back to the PowerShell window.
  10. Press the Ctrl+Shift+A keyboard shortcut.
    This will select all the text in the PowerShell window.
  11. Press the Ctrl+C keyboard shortcut.
    This will copy the contents of the PowerShell window to the clipboard.
  12. Open a forum reply here by clicking the "Reply" button.
  13. Click the <CODE/> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the error messages are correctly formatted.
    Code block icon on toolbar
  14. Press the Ctrl+V keyboard shortcut.
    This will paste the output into the code block.
  15. Move the cursor outside of the code block markup before you add any additional text to your reply.
  16. Click the "Reply" button to post the output.

Please let me know if you have any questions or problems while following those instructions.

1 Like

Thank you mate

Thank you. I will provide the information

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.