I've just installed the development version of "NeuronIR" version "v0.3.4".
I wanted to install "annotator" version "v2.1.1".
OS: Ubuntu 22.10
Python: 3.10.7
I run
annotator> python3 setup.py develop --user
It tells me
ModuleNotFoundError: No module named 'neuronir.methods.update'
What should I do?
P.S: when I import "neuronir.methods" I only get the following submodules/methods available
>>> neuronir.methods.
neuronir.methods.build_annotations( neuronir.methods.build_pdists neuronir.methods.build_tree( neuronir.methods.save_movie(
neuronir.methods.build_models( neuronir.methods.build_springs( neuronir.methods.save_annotations( neuronir.methods.track_all(
I've just installed the development version of "NeuronIR" version "v0.3.4".
I wanted to install "annotator" version "v2.1.1".
OS: Ubuntu 22.10
Python: 3.10.7
I run
It tells me
What should I do?
P.S: when I import "neuronir.methods" I only get the following submodules/methods available