blitzloop icon indicating copy to clipboard operation
blitzloop copied to clipboard

Error running setup.py in pympv

Open giuricich opened this issue 2 years ago • 0 comments

Trying to install blitzloop but i get stuck trying to install pympv. Also tried v0.6.0 but that has some old opengl dependency that has been depreciated in mpv. here is what the console spits out.

Collecting pympv>=0.6.0
  Using cached pympv-0.7.0.tar.gz (137 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error
  
  × python setup.py egg_info did not run successfully.
  │ exit code: 1
  ╰─> [12 lines of output]
      Traceback (most recent call last):
        File "<string>", line 2, in <module>
        File "<pip-setuptools-caller>", line 34, in <module>
        File "/tmp/pip-install-ra0i77op/pympv_b98b1804948e4995893e903573aa2aa7/setup.py", line 54, in <module>
          extensions = cythonize(extensions, force=True)
        File "/home/potato/dev/python-env/blitz/blitz/lib64/python3.10/site-packages/Cython/Build/Dependencies.py", line 970, in cythonize
          module_list, module_metadata = create_extension_list(
        File "/home/potato/dev/python-env/blitz/blitz/lib64/python3.10/site-packages/Cython/Build/Dependencies.py", line 816, in create_extension_list
          for file in nonempty(sorted(extended_iglob(filepattern)), "'%s' doesn't match any files" % filepattern):
        File "/home/potato/dev/python-env/blitz/blitz/lib64/python3.10/site-packages/Cython/Build/Dependencies.py", line 114, in nonempty
          raise ValueError(error_msg)
      ValueError: 'mpv.pyx' doesn't match any files
      [end of output]

Any help would be much appreciated!

giuricich avatar May 15 '22 19:05 giuricich