lmcinnes / umap

Uniform Manifold Approximation and Projection
BSD 3-Clause "New" or "Revised" License
7.39k stars 803 forks source link

When I run import umap, it takes a long time, and then the program exits abnormally without any error messages #1055

Open TheHonestBob opened 1 year ago

TheHonestBob commented 1 year ago

what happened,here is my pip list aiofiles 23.2.1 aiohttp 3.8.5 aiosignal 1.3.1 altair 5.1.1 annotated-types 0.5.0 anyio 4.0.0 async-timeout 4.0.3 attrs 23.1.0 blinker 1.6.2 Brotli 1.1.0 cachetools 5.3.1 certifi 2023.7.22 charset-normalizer 3.2.0 click 8.1.7 colorama 0.4.6 Cython 3.0.2 dataclasses-json 0.5.14 duckduckgo-search 3.8.5 exceptiongroup 1.1.3 faiss-cpu 1.7.4 filelock 3.12.3 frozenlist 1.4.0 fsspec 2023.9.0 gitdb 4.0.10 GitPython 3.1.36 greenlet 2.0.2 h11 0.14.0 h2 4.1.0 hdbscan 0.8.33 hpack 4.0.0 httpcore 0.18.0 httpx 0.25.0 huggingface-hub 0.17.1 hyperframe 6.0.1 idna 3.4 importlib-metadata 6.8.0 Jinja2 3.1.2 joblib 1.3.2 jsonschema 4.19.0 jsonschema-specifications 2023.7.1 langchain 0.0.288 langsmith 0.0.37 llvmlite 0.41.0 lxml 4.9.3 markdown-it-py 3.0.0 MarkupSafe 2.1.3 marshmallow 3.20.1 mdurl 0.1.1 mpmath 1.3.0 multidict 6.0.4 mypy-extensions 1.0.0 networkx 3.1 nltk 3.8.1 numba 0.58.0 numexpr 2.8.6 numpy 1.25.0 openai 0.28.0 packaging 23.1 pandas 2.1.0 Pillow 9.5.0 pip 23.2.1 protobuf 4.24.3 pyarrow 13.0.0 pydantic 2.3.0 pydantic_core 2.6.3 pydeck 0.8.0 Pygments 2.16.1 Pympler 1.0.1 pynndescent 0.5.10 python-dateutil 2.8.2 pytz 2023.3.post1 pytz-deprecation-shim 0.1.0.post0 PyYAML 6.0.1 referencing 0.30.2 regex 2023.8.8 requests 2.31.0 rich 13.5.2 rpds-py 0.10.3 safetensors 0.3.3.post1 scikit-learn 1.3.0 scipy 1.11.2 sentence-transformers 2.2.2 sentencepiece 0.1.99 setuptools 68.0.0 simplejson 3.19.1 six 1.16.0 smmap 5.0.0 sniffio 1.3.0 socksio 1.0.0 SQLAlchemy 2.0.20 streamlit 1.26.0 streamlit-chat 0.1.1 streamlit-chatbox 1.1.9 streamlit-option-menu 0.3.6 sympy 1.12 tenacity 8.2.3 threadpoolctl 3.2.0 tokenizers 0.13.3 toml 0.10.2 toolz 0.12.0 torch 2.0.1 torchvision 0.15.2 tornado 6.3.3 tqdm 4.66.1 transformers 4.33.1 typing_extensions 4.7.1 typing-inspect 0.9.0 tzdata 2023.3 tzlocal 4.3.1 umap-learn 0.5.4 urllib3 2.0.4 validators 0.22.0 watchdog 3.0.0 wheel 0.38.4 yarl 1.9.2 zipp 3.16.2

and my python==3.9

TheHonestBob commented 1 year ago

I solve it by run code administrators