Open Ge0rges opened 1 month ago
This is fixed by doing conda install numpy==1.26.4
but then I get:
WARNING: root:Output directory nanomotif_install_check already exists
Traceback (most recent call last):
File "/Accounts/gkanaan/miniconda3/nanomotif/bin/nanomotif", line 10,
in <module >
sys. exit(main())
File
"/Accounts/gkanaan/miniconda3/nanomotif/lib/python3.9/site-packages/nanomotif/main.py", line 525, in main
shared_setup(args, args.out)
File "/Accounts/gkanaan/miniconda3/nanomotif/lib/python3.9/site-packages/nanomotif/main.py", line 42,
in shared_setup
nm.seed.set_seed(args.seed)
File "/Accounts/gkanaan/miniconda3/nanomotif/lib/python3.9/site-packages/nanomotif/seed.py", line 9, in set_seed
pl.set_random_seed (seed)
AttributeError: module 'polars' has no attribute 'set_random_seed`
polars is 1.9.0
which does have that function, so odd.
Clean install doing pip install nanomotif
works
Hello,
Just a heads up that when following the installation instructions one obtains the following error: