Project-AgML / AgML

AgML is a centralized framework for agricultural machine learning. AgML provides access to public agricultural datasets for common agricultural deep learning tasks, with standard benchmarks and pretrained models, as well the ability to generate synthetic data and annotations.
Apache License 2.0
167 stars 28 forks source link

Error "Existing installation of Helios not found." #38

Closed StupiddCupid closed 1 year ago

StupiddCupid commented 1 year ago

Hey, I keep getting an error in this line of code: pprint(agml.synthetic.available_canopies())

Screen Shot 2023-01-17 at 8 25 33 PM

Could you please help me take a look on it? Thanks!

dariojavo commented 1 year ago

Hi @StupiddCupid,

Could you: (1) try it in a python script (.py file) or in terminal directly? (2) Provide details of your OS?

StupiddCupid commented 1 year ago

Hii, thanks for reply! (1) I tried to run it in terminal and got this error.

Screen Shot 2023-01-19 at 12 08 10 PM

(2) OS info of my laptop I'm using.

Screen Shot 2023-01-19 at 12 10 52 PM
StupiddCupid commented 1 year ago

Heyy, I updated my os system and fixed this issue. Thanks!

dariojavo commented 1 year ago

Great!