MatteoZambra / Developmental-Approach-DBN

Support code
0 stars 0 forks source link

How to install dependencies? #1

Open dvdplm opened 3 years ago

dvdplm commented 3 years ago

How should users install dependencies?

There seems to be a hard dependency on the xz header files. It would be good to document that too.

MatteoZambra commented 3 years ago

All you need is the content of the dbp directory to run the program, as long as the libraries imported, eg numpy, pandas, torch...

dvdplm commented 3 years ago

All you need is the content of the dbp directory to run the program, as long as the libraries imported, eg numpy, pandas, torch...

It would be good to list what all the dependencies are: numpy, pandas… and what else?

And if you install python itself without the xz headers available (and they are not on most linux distros nor on osx) you get confusing error messages about liblzma missing. So that is also something worth mentioning in the readme.

dvdplm commented 3 years ago

After fixing #3 I get ModuleNotFoundError: No module named 'tqdm' – also an unnamed dependency perhaps?

dvdplm commented 3 years ago

…and matplotlib, torchvision?