Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error running setup.py in pympv #58

Open
giuricich opened this issue May 15, 2022 · 0 comments
Open

Error running setup.py in pympv #58

giuricich opened this issue May 15, 2022 · 0 comments

Comments

@giuricich
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant