Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to test fings due to missing of factorial package #10

Open
chengzhongshan opened this issue Aug 8, 2023 · 0 comments
Open

failed to test fings due to missing of factorial package #10

chengzhongshan opened this issue Aug 8, 2023 · 0 comments

Comments

@chengzhongshan
Copy link

When installing fings via conda, it failed to test the following demo code;
cd ~/anaconda3/envs/fings/lib/python3.7/site-packages/fings/exampledata/
./test.sh

##Need to install the python package factorial;

#pip install factorial
#The above still failed to resolve the issue;

The following will address the issue:
python -m pip install scipy==1.2 --upgrade

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant