Following the instructions, while installing under a conda environment matplotlib getting this
Successfully uninstalled matplotlib-3.7.5
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the >following dependency conflicts.
seaborn 0.13.2 requires matplotlib!=3.6.1,>=3.4, but you have matplotlib 3.3.4 which is incompatible.
Successfully installed matplotlib-3.3.4
Tried to set the path as per #2 still getting errors (please ignore the /usr/lib path - it's been masked)
`
import sys
sys.path.insert(0, "/user/lib/tfvelo/1.0")
import TFvelo as TFv
Traceback (most recent call last):
File "", line 1, in
File "/user/lib/tfvelo/1.0/TFvelo/init.py", line 3, in
from scanpy import read, read_loom
File "/user/lib/tfvelo/1.0/lib/python3.8/site-packages/scanpy/init.py", line 16, in
from . import plotting as pl
File "/user/lib/tfvelo/1.0/lib/python3.8/site-packages/scanpy/plotting/init.py", line 1, in
from ._anndata import (
File "/user/lib/tfvelo/1.0/lib/python3.8/site-packages/scanpy/plotting/_anndata.py", line 28, in
from . import _utils
File "/user/lib/tfvelo/1.0/lib/python3.8/site-packages/scanpy/plotting/_utils.py", line 35, in
class _AxesSubplot(Axes, axes.SubplotBase, ABC):
TypeError: metaclass conflict: the metaclass of a derived class must be a (non-strict) subclass of the metaclasses of all its bases
`
Following the instructions, while installing under a conda environment matplotlib getting this
Tried to set the path as per #2 still getting errors (please ignore the /usr/lib path - it's been masked)
`
`