automl / NASLib

NASLib is a Neural Architecture Search (NAS) library for facilitating NAS research for the community by providing interfaces to several state-of-the-art NAS search spaces and optimizers.
Apache License 2.0
522 stars 117 forks source link

Setup script fails #126

Closed georgiachanning closed 2 years ago

georgiachanning commented 2 years ago

When running the pip install -e . command, set up fails. It seems tripped up on the numpy installation, but numpy is already installed (version consistent with that required).

Screen Shot 2022-07-07 at 3 00 37 PM

See error message above. The result is consistent across three different systems: M1 Mac and two Linux. Although not making the entire set up script fail, torchaudio also cannot be installed with the command suggested under Set Up in the NASLib docs. Additionally, it seems many of the packages specified in requirements.txt seem to have conflicts.

shashankskagnihotri commented 2 years ago

Hi, the setup script you are running is from which branch?

shashankskagnihotri commented 2 years ago

Hi, the setup in the Develop branch works perfectly fine without any conflicts (if any, they are automatically resolved by pip). If you are still having issues, please feel free to open a new issue.