liusiyan / UQnet

Apache License 2.0
16 stars 4 forks source link

Help needed in installation of pi3nn #4

Open ahsanjamil87 opened 1 year ago

ahsanjamil87 commented 1 year ago

Hi , I have installed all the dependencies for pi3nn code: --- python (>=3.8, version 3.8.3 is used in this study) --- TensorFlow (>=2.0, version 2.4.1 is used in this study) --- Hyperopt (=0.2.5, used for hyper-parameters tuning)

But still when I try to install pi3nn using pip install pi3nn command, I am getting following error message: ERROR: Could not find a version that satisfies the requirement pi3nn (from versions: none) ERROR: No matching distribution found for pi3nn

Please suggest how I can install the package in order to perform uncertainty quantification for my model results.

Thank you, AHsan Jamil ahsan@nmsu.edu

streeve commented 1 year ago

Thanks for your interest!

The code is not yet pip-installable, so for now you would need to:

  1. Obtain the source: git clone https://github.com/liusiyan/UQnet (or by other means)
  2. Point to the location: export PYTHONPATH=$PYTHONPATH:~/your/local/path/to/UQnet (or similar method of making it discoverable)

Let us know if you have further issues (@liusiyan FYI)