elebumm / RedditVideoMakerBot

Create Reddit Videos with just✨ one command ✨
GNU General Public License v3.0
6.63k stars 1.85k forks source link

Module moviepy #438

Closed LoickNosal closed 2 years ago

LoickNosal commented 2 years ago

Hi guys,

I don't know why i can't install moviepy. First with the python3 main.py command, the module moviepy is missing. Capture d’écran de 2022-06-10 23-46-26 Then with the pip install moviepy I have an error : Capture d’écran de 2022-06-10 23-46-58

Here the complete stacktrace : nosal@Loick:~/Bureau/tiktok/RedditVideoMakerBot$ pip install moviepy Collecting moviepy Collecting decorator<5.0,>=4.0.2 (from moviepy) Using cached https://files.pythonhosted.org/packages/ed/1b/72a1821152d07cf1d8b6fce298aeb06a7eb90f4d6d41acec9861e7cc6df0/decorator-4.4.2-py2.py3-none-any.whl Collecting imageio-ffmpeg>=0.2.0; python_version >= "3.4" (from moviepy) Collecting proglog<=1.0.0 (from moviepy) Using cached https://files.pythonhosted.org/packages/8b/f5/cab5cf6a540c31f5099043de0ae43990fd9cf66f75ecb5e9f254a4e4d4ee/proglog-0.1.10-py3-none-any.whl Collecting requests<3.0,>=2.8.1 (from moviepy) Using cached https://files.pythonhosted.org/packages/41/5b/2209eba8133fc081d3ffff02e1f6376e3117e52bb16f674721a83e67e68e/requests-2.28.0-py3-none-any.whl Collecting tqdm<5.0,>=4.11.2 (from moviepy) Using cached https://files.pythonhosted.org/packages/8a/c4/d15f1e627fff25443ded77ea70a7b5532d6371498f9285d44d62587e209c/tqdm-4.64.0-py2.py3-none-any.whl Collecting numpy>=1.17.3; python_version != "2.7" (from moviepy) Using cached https://files.pythonhosted.org/packages/f6/d8/ab692a75f584d13c6542c3994f75def5bce52ded9399f52e230fe402819d/numpy-1.22.4.zip Collecting imageio<3.0,>=2.5; python_version >= "3.4" (from moviepy) Using cached https://files.pythonhosted.org/packages/b6/78/3cf2f60ef319d253d71870c6cb00774bfc5bdccf9e06c319678388f58f41/imageio-2.19.3-py3-none-any.whl Collecting charset-normalizer~=2.0.0 (from requests<3.0,>=2.8.1->moviepy) Using cached https://files.pythonhosted.org/packages/06/b3/24afc8868eba069a7f03650ac750a778862dc34941a4bebeb58706715726/charset_normalizer-2.0.12-py3-none-any.whl Collecting idna<4,>=2.5 (from requests<3.0,>=2.8.1->moviepy) Using cached https://files.pythonhosted.org/packages/04/a2/d918dcd22354d8958fe113e1a3630137e0fc8b44859ade3063982eacd2a4/idna-3.3-py3-none-any.whl Collecting certifi>=2017.4.17 (from requests<3.0,>=2.8.1->moviepy) Using cached https://files.pythonhosted.org/packages/11/dd/e015f3780f42dd9af62cf0107b44ea1298926627ecd70c17b0e484e95bcd/certifi-2022.5.18.1-py3-none-any.whl Collecting urllib3<1.27,>=1.21.1 (from requests<3.0,>=2.8.1->moviepy) Using cached https://files.pythonhosted.org/packages/ec/03/062e6444ce4baf1eac17a6a0ebfe36bb1ad05e1df0e20b110de59c278498/urllib3-1.26.9-py2.py3-none-any.whl Collecting pillow>=8.3.2 (from imageio<3.0,>=2.5; python_version >= "3.4"->moviepy) Using cached https://files.pythonhosted.org/packages/43/6e/59853546226ee6200f9ba6e574d11604b60ad0754d2cbd1c8f3246b70418/Pillow-9.1.1.tar.gz Building wheels for collected packages: numpy, pillow Running setup.py bdist_wheel for numpy ... error Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-n2bqrq4x/numpy/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdist_wheel -d /tmp/tmpcaeudaevpip-wheel- --python-tag cp38: Running from numpy source directory. Cythonizing sources Processing numpy/random/_bounded_integers.pxd.in Processing numpy/random/_generator.pyx Traceback (most recent call last): File "/tmp/pip-build-n2bqrq4x/numpy/tools/cythonize.py", line 53, in process_pyx import Cython ModuleNotFoundError: No module named 'Cython'

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/tmp/pip-build-n2bqrq4x/numpy/tools/cythonize.py", line 234, in main() File "/tmp/pip-build-n2bqrq4x/numpy/tools/cythonize.py", line 230, in main find_process_files(root_dir) File "/tmp/pip-build-n2bqrq4x/numpy/tools/cythonize.py", line 221, in find_process_files process(root_dir, fromfile, tofile, function, hash_db) File "/tmp/pip-build-n2bqrq4x/numpy/tools/cythonize.py", line 187, in process processor_function(fromfile, tofile) File "/tmp/pip-build-n2bqrq4x/numpy/tools/cythonize.py", line 60, in process_pyx raise OSError(msg) from e OSError: Cython needs to be installed in Python as a module Traceback (most recent call last): File "", line 1, in File "/tmp/pip-build-n2bqrq4x/numpy/setup.py", line 461, in setup_package() File "/tmp/pip-build-n2bqrq4x/numpy/setup.py", line 443, in setup_package generate_cython() File "/tmp/pip-build-n2bqrq4x/numpy/setup.py", line 248, in generate_cython raise RuntimeError("Running cythonize failed!") RuntimeError: Running cythonize failed!


Failed building wheel for numpy Running setup.py clean for numpy Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-n2bqrq4x/numpy/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" clean --all: Running from numpy source directory.

setup.py clean is not supported, use one of the following instead:

- `git clean -xdf` (cleans all files)
- `git clean -Xdf` (cleans all versioned files, doesn't touch
                    files that aren't checked into the git repo)

Add --force to your command to use it anyway if you must (unsupported).


Failed cleaning build dir for numpy Running setup.py bdist_wheel for pillow ... error Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-n2bqrq4x/pillow/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" bdist_wheel -d /tmp/tmpqampnq5kpip-wheel- --python-tag cp38: running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-cpython-38 creating build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/TiffTags.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/PpmImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageChops.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/BufrStubImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/features.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/GifImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/MpegImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/_tkinter_finder.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ExifTags.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/PdfImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageStat.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/PcfFontFile.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/PaletteFile.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/TarIO.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/MicImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageGrab.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageMath.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/GribStubImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/_binary.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/XbmImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/DcxImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/PdfParser.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImtImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/DdsImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/EpsImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageDraw2.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageMorph.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/IcoImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/FtexImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageShow.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/GimpPaletteFile.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/IcnsImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/PixarImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/GdImageFile.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/PyAccess.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageTk.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageQt.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageTransform.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/FliImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/Hdf5StubImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/XpmImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/WalImageFile.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImagePath.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/XVThumbImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/MpoImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/PcdImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/PcxImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/main.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/BlpImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/JpegImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/TgaImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/_version.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/_util.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/WmfImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageEnhance.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/PSDraw.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/PsdImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageWin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageMode.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/McIdasImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageSequence.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/BmpImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/IptcImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/FitsImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/SgiImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/MspImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/PngImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageFont.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/CurImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/GbrImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/SpiderImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/WebPImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/FpxImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageOps.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageCms.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageDraw.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageFilter.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/init.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/BdfFontFile.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/PalmImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImagePalette.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageFile.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/Image.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/Jpeg2KImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/JpegPresets.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ContainerIO.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImageColor.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/ImImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/FontFile.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/GimpGradientFile.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/FitsStubImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/TiffImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL copying src/PIL/SunImagePlugin.py -> build/lib.linux-x86_64-cpython-38/PIL running egg_info writing src/Pillow.egg-info/PKG-INFO writing dependency_links to src/Pillow.egg-info/dependency_links.txt writing requirements to src/Pillow.egg-info/requires.txt writing top-level names to src/Pillow.egg-info/top_level.txt reading manifest file 'src/Pillow.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '.c' warning: no files found matching '.h' warning: no files found matching '.sh' warning: no previously-included files found matching '.appveyor.yml' warning: no previously-included files found matching '.clang-format' warning: no previously-included files found matching '.coveragerc' warning: no previously-included files found matching '.editorconfig' warning: no previously-included files found matching '.readthedocs.yml' warning: no previously-included files found matching 'codecov.yml' warning: no previously-included files matching '.git' found anywhere in distribution warning: no previously-included files matching '.pyc' found anywhere in distribution warning: no previously-included files matching '.so' found anywhere in distribution no previously-included directories found matching '.ci' adding license file 'LICENSE' writing manifest file 'src/Pillow.egg-info/SOURCES.txt' running build_ext building 'PIL._imaging' extension creating build/temp.linux-x86_64-cpython-38 creating build/temp.linux-x86_64-cpython-38/src creating build/temp.linux-x86_64-cpython-38/src/libImaging building 'PIL._imagingmath' extension x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/freetype2 -I/tmp/pip-build-n2bqrq4x/pillow -I/usr/include/x86_64-linux-gnu -I/usr/include -I/usr/local/include -I/usr/include/python3.8 -c src/_imagingmath.c -o build/temp.linux-x86_64-cpython-38/src/_imagingmath.o x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -DHAVE_LIBJPEG -DHAVE_LIBZ -DHAVE_LIBTIFF -DHAVE_XCB -DPILLOW_VERSION=\"9.1.1\" -I/usr/include/freetype2 -I/tmp/pip-build-n2bqrq4x/pillow -I/usr/include/x86_64-linux-gnu -I/usr/include -I/usr/local/include -I/usr/include/python3.8 -c src/_imaging.c -o build/temp.linux-x86_64-cpython-38/src/_imaging.o building 'PIL._imagingtk' extension creating build/temp.linux-x86_64-cpython-38/src/Tk x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/freetype2 -I/tmp/pip-build-n2bqrq4x/pillow -I/usr/include/x86_64-linux-gnu -I/usr/include -I/usr/local/include -I/usr/include/python3.8 -c src/Tk/tkImaging.c -o build/temp.linux-x86_64-cpython-38/src/Tk/tkImaging.o building 'PIL._imagingft' extension x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/freetype2 -I/tmp/pip-build-n2bqrq4x/pillow -I/usr/include/x86_64-linux-gnu -I/usr/include -I/usr/local/include -I/usr/include/python3.8 -c src/_imagingft.c -o build/temp.linux-x86_64-cpython-38/src/_imagingft.o src/_imagingmath.c:16:10: fatal error: Python.h: Aucun fichier ou dossier de ce type

include "Python.h"

        ^~~~~~~~~~

compilation terminated. src/_imaging.c:75:10: fatal error: Python.h: Aucun fichier ou dossier de ce type

include "Python.h"

        ^~~~~~~~~~

compilation terminated. In file included from src/Tk/../libImaging/Imaging.h:13:0, from src/Tk/tkImaging.c:42: src/Tk/../libImaging/ImPlatform.h:10:10: fatal error: Python.h: Aucun fichier ou dossier de ce type

include "Python.h"

        ^~~~~~~~~~

compilation terminated. building 'PIL._imagingmorph' extension x86_64-linux-gnu-gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O2 -Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv -O2 -fPIC -I/usr/include/freetype2 -I/tmp/pip-build-n2bqrq4x/pillow -I/usr/include/x86_64-linux-gnu -I/usr/include -I/usr/local/include -I/usr/include/python3.8 -c src/_imagingmorph.c -o build/temp.linux-x86_64-cpython-38/src/_imagingmorph.o src/_imagingft.c:22:10: fatal error: Python.h: Aucun fichier ou dossier de ce type

include "Python.h"

        ^~~~~~~~~~

compilation terminated. src/_imagingmorph.c:14:10: fatal error: Python.h: Aucun fichier ou dossier de ce type

include "Python.h"

        ^~~~~~~~~~

compilation terminated. error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1


Failed building wheel for pillow Running setup.py clean for pillow Failed to build numpy pillow Installing collected packages: decorator, imageio-ffmpeg, tqdm, proglog, charset-normalizer, idna, certifi, urllib3, requests, numpy, pillow, imageio, moviepy Running setup.py install for numpy ... error Complete output from command /usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-n2bqrq4x/numpy/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-9d3ayr_q-record/install-record.txt --single-version-externally-managed --compile --user --prefix=: Running from numpy source directory.

Note: if you need reliable uninstall behavior, then install
with pip instead of using `setup.py install`:

  - `pip install .`       (from a git repo or downloaded source
                           release)
  - `pip install numpy`   (last NumPy release on PyPi)

Cythonizing sources
numpy/random/_bounded_integers.pxd.in has not changed
Processing numpy/random/_generator.pyx
Traceback (most recent call last):
  File "/tmp/pip-build-n2bqrq4x/numpy/tools/cythonize.py", line 53, in process_pyx
    import Cython
ModuleNotFoundError: No module named 'Cython'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/tmp/pip-build-n2bqrq4x/numpy/tools/cythonize.py", line 234, in <module>
    main()
  File "/tmp/pip-build-n2bqrq4x/numpy/tools/cythonize.py", line 230, in main
    find_process_files(root_dir)
  File "/tmp/pip-build-n2bqrq4x/numpy/tools/cythonize.py", line 221, in find_process_files
    process(root_dir, fromfile, tofile, function, hash_db)
  File "/tmp/pip-build-n2bqrq4x/numpy/tools/cythonize.py", line 187, in process
    processor_function(fromfile, tofile)
  File "/tmp/pip-build-n2bqrq4x/numpy/tools/cythonize.py", line 60, in process_pyx
    raise OSError(msg) from e
OSError: Cython needs to be installed in Python as a module
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/tmp/pip-build-n2bqrq4x/numpy/setup.py", line 461, in <module>
    setup_package()
  File "/tmp/pip-build-n2bqrq4x/numpy/setup.py", line 443, in setup_package
    generate_cython()
  File "/tmp/pip-build-n2bqrq4x/numpy/setup.py", line 248, in generate_cython
    raise RuntimeError("Running cythonize failed!")
RuntimeError: Running cythonize failed!

----------------------------------------

Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-build-n2bqrq4x/numpy/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-9d3ayr_q-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-n2bqrq4x/numpy/

Python version : 3.8.0 Ubuntu version : Ubuntu 18.04.5 LTS

Thanks for you help

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 7 days with no activity. Remove stale label or comment, or this will be closed in 10 days.

JasonLovesDoggo commented 2 years ago

stale