Can manim be installed in MSYS2?
- Ngôn ngữ chính
- Python
- Star
- 93.8k
- Fork
- 7.7k
- Chỉ số merge pull request
- Chỉ số pull request đang chờ
Mô tả
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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.