microsoft / farmvibes-ai

FarmVibes.AI: Multi-Modal GeoSpatial ML Models for Agriculture and Sustainability

Home Page:https://microsoft.github.io/farmvibes-ai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation issue when using Python 3.10 and Ubuntu 22.04.4

amitnjha opened this issue · comments

Hello,
I tried following the docs to install FarmVibes.ai on a compatible workstation but faced below issue.
Can you please let me know how I can proceed? The version (0.0.0) and UNKNOW as package name seems incorrect,

Machine details -

Python 3.10.12

Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04

32GB Ram

~/farmvibe/farmvibes-ai$ pip3 install ./src/vibe_core
Defaulting to user installation because normal site-packages is not writeable
Processing ./src/vibe_core
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: UNKNOWN
  Building wheel for UNKNOWN (pyproject.toml) ... done
  Created wheel for UNKNOWN: filename=UNKNOWN-0.0.0-py3-none-any.whl size=961 sha256=46fb08b356367a584086fbd9d6a4102beafe42e172ae1a8cb02a2c579587dd04
  Stored in directory: /tmp/pip-ephem-wheel-cache-y4l3s48v/wheels/3d/6f/05/8d515eabf36da52f256628f7f0610abf1c9640495d4a85ae95
Successfully built UNKNOWN
Installing collected packages: UNKNOWN
  Attempting uninstall: UNKNOWN
    Found existing installation: UNKNOWN 0.0.0
    Uninstalling UNKNOWN-0.0.0:
      Successfully uninstalled UNKNOWN-0.0.0
Successfully installed UNKNOWN-0.0.0


~/farmvibe/farmvibes-ai$ farmvibes-ai 
farmvibes-ai: command not found

Thanks! It worked after updating pip.
Closing the issue.