-
Notifications
You must be signed in to change notification settings - Fork 689
Description
Dear developers,
in an attempt to instal the latest version of scanpy from GitHub (Master branch), I receive the following error:
Traceback (most recent call last):
File "/home/vladie/PycharmProjects/PY3/RPE_MYCN_10X.py", line 4, in
import scanpy.external as sce
File "/usr/local/lib/python3.6/dist-packages/scanpy/init.py", line 33, in
from . import datasets, logging, queries, external
File "/usr/local/lib/python3.6/dist-packages/scanpy/external/init.py", line 1, in
from . import tl
File "/usr/local/lib/python3.6/dist-packages/scanpy/external/tl.py", line 4, in
from ._tools._palantir import palantir
ModuleNotFoundError: No module named 'scanpy.external._tools'
I would like to run palentir through Scanpy, is this already possible ?
Kind regards,
Vladie0