Open SinaMostafanejad opened 2 years ago
YAML file for reproducing the adopted conda environment.
@SinaMostafanejad Thanks for the heads up on these errors. We're working on them this week and plan to have a fixed conda version deployed by next Friday.
Summary
The following dependency errors have been observed in Quick Start Tutorial (Start here to Deploy) hosted in the following address:
https://aimodelshare.readthedocs.io/en/latest/example_notebooks.html
[ ] Missing dependencies:
[ ] Environment conducting the tests:
Problem 1
Running the following code block
raises the following error
Solution 1
Add the
regex
package to the list of dependencies when the first code block in the notebook (see below) is supposed to runProblem 2
Running the following code block after fixing Problem 1,
raises the following error
Solution 2
Add the
pydot
package to the list of dependencies when the first code block in the notebook is supposed to run (see Solution 1).Problem 3
Running the following code block
raises the following error
Solution 3
Add the
xgboost
package to the list of dependencies when the first code block in the notebook is supposed to run (see Solution 1).Problem 4
Running the following code block
after fixing Problem 3, raises the following error
Solution 4
Add the
networkx
package to the list of dependencies when the first code block in the notebook is supposed to run (see Solution 1).Problem 5
Running the following code block
after fixing Problem 4, raises the following error
Solution 5
Add the
importlib_resources
package to the list of dependencies when the first code block in the notebook is supposed to run (see Solution 1).