Can manim be installed in MSYS2?
- 主要語言
- Python
- 星號
- 93.9k
- 分支
- 7.7k
- 平均合併
- 2 天 13 小時
- 30 天內合併 PR
- 4
描述
I used **pip3 insatll manimlib** to install this lib in MSYS2 (mingw64 too ,did't work either)
and I get this error
` |████████████████████████████████| 15.6MB 125kB/s
ERROR: Command errored out with exit status 1:
command: /usr/bin/python3.exe -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-0ytratik/scipy/setup.py'"'"'; __file__='"'"'/tmp/pip-install-0ytratik/scipy/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-0ytratik/scipy/pip-egg-info
cwd: /tmp/pip-install-0ytratik/scipy/
Complete output (43 lines):
/tmp/pip-install-0ytratik/scipy/setup.py:114: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses
import imp
Traceback (most recent call last):
File "", line 1, in
File "/tmp/pip-install-0ytratik/scipy/setup.py", line 474, in
setup_package()
File "/tmp/pip-install-0ytratik/scipy/setup.py", line 470, in setup_package
setup(**metadata)
File "/usr/lib/python3.7/site-packages/setuptools/__init__.py", line 144, in setup
_install_setup_requires(attrs)
File "/usr/lib/python3.7/site-packages/setuptools/__init__.py", line 139, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
File "/usr/lib/python3.7/site-packages/setuptools/dist.py", line 720, in fetch_build_eggs
replace_conflicting=True,
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 782, in resolve
replace_conflicting=replace_conflicting
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1065, in best_match
return self.obtain(req, installer)
File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1077, in obtain
return installer(requirement)
File "/usr/lib/python3.7/site-packages/setuptools/dist.py", line 787, in fetch_build_egg
return cmd.easy_install(req)
File "/usr/lib/python3.7/site-packages/setuptools/command/easy_install.py", line 667, in easy_install
not self.always_copy, self.local_index
File "/usr/lib/python3.7/site-packages/setuptools/package_index.py", line 654, in fetch_distribution
self.find_packages(requirement)
File "/usr/lib/python3.7/site-packages/setuptools/package_index.py", line 487, in find_packages
self.scan_url(self.index_url + requirement.unsafe_name + '/')
File "/usr/lib/python3.7/site-packages/setuptools/package_index.py", line 827, in scan_url
self.process_url(url, True)
File "/usr/lib/python3.7/site-packages/setuptools/package_index.py", line 357, in process_url
page = f.read()
File "/usr/lib/python3.7/http/client.py", line 470, in read
s = self._safe_read(self.length)
File "/usr/lib/python3.7/http/client.py", line 620, in _safe_read
chunk = self.fp.read(min(amt, MAXAMOUNT))
File "/usr/lib/python3.7/socket.py", line 589, in readinto
return self._sock.recv_into(b)
File "/usr/lib/python3.7/ssl.py", line 1071, in recv_into
return self.read(nbytes, buffer)
File "/usr/lib/python3.7/ssl.py", line 929, in read
return self._sslobj.read(len, buffer)
socket.timeout: The read operation timed out
----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
`
So I tried another way, clone this repo,and use
**python3 -m pip install -r requirements.txt** to install it , again when come to scipy ,error happend
then I download scipy whl ,and install it manually,still didn't work, error . I found there is no issue with MSYS2 ,Is there anyone installedl it in MSYS2 ever? How can I fix this error if it's possible
貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
此 issue 是關於在 MSYS2 中安裝 manim,具體是 scipy 安裝逾時。先檢查儲存庫的安裝文件和 requirements.txt。查找與 Windows/MSYS2 支援相關的現有 issue 或文件。在 MSYS2 環境中測試安裝以重現錯誤,然後調查與 scipy 相關的網路或依賴解析問題。
由索引模型根據 Issue 內容生成。
評估
- 領域
- developer-experience
- Issue 類型
- 缺陷
- 難度
- 4/5
- 預估耗時
- 3-5 天
- 活躍度
- 停滯
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100