YttriLab / A-SOID

An active learning platform for expert-guided, data efficient discovery of behavior.
Other
47 stars 8 forks source link

does not provide dev #55

Closed mauricev closed 6 months ago

mauricev commented 7 months ago

On a Windows 10 VM (intel), I tried another installation and it failed with

Failed to build hdbscan

Pip subprocess error:
/ WARNING: asoid 0.3 does not provide the extra 'dev'
  error: subprocess-exited-with-error
JensBlack commented 6 months ago

Hi Mauricev,

thanks for trying out A-SOiD and being patient with your installation. We finally have some air to look into some of the bugs occuring.

This specific issue likely comes from a pip flag that was left from a previous dev step. But in all my installations it never raised any issues. I am using:

conda env create --file asoid.yml

followed by

activate asoid

then starting asoid with:

asoid app

Can you verify to me that you have been installing the latest A-SOiD version with the conda yml file?

It would be great if you could try the following and report back to me whether it solves this particular issue:

In the asoid.yml file, change the following: from

  - pip:
    - "--editable=.[dev]"

to

  - pip:
    - "--editable=."

let me know if this solves the issue! in both cases asoid installs without issues on my side.

JensBlack commented 6 months ago

Verified on another system that this seems to solve this particular issue. Will update with next fix