Skip to content

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

Description

@chengzhongshan

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions