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

安裝錯誤 Could not find a version that satisfies the requirement monotonic-align==0.0.3 (from versions: 1.0.0) #848

Open
louxmao opened this issue Mar 11, 2023 · 8 comments

Comments

@louxmao
Copy link

louxmao commented Mar 11, 2023

安裝 pip install -r requirements.txt 出現錯誤,查看 monotonic-align 已經只有 1.0.0 可以怎麼排除呢?

Snipaste_2023-03-11_23-50-39

@babysor
Copy link
Owner

babysor commented Mar 17, 2023

如果你不需要用vits,你可以切换到2022年底的commit版本,会更成熟一点

@hunterm01
Copy link

有好的解决办法吗

@bubbl000
Copy link

删除掉==0.0.3 可以完成安装

@attack-flower
Copy link

docker安装也是提示这个。理论上不应该啊🤔️封装的python版本对不上依赖

@111zhangsan
Copy link

安装VS能解决吗? @bubbl000
align=0 0 3

@marchawake
Copy link

安裝 pip install -r requirements.txt 出現錯誤,查看 monotonic-align 已經只有 1.0.0 可以怎麼排除呢?

Snipaste_2023-03-11_23-50-39

Are you solve this problem

@neozeed
Copy link

neozeed commented Aug 4, 2023

I tried setting it to the 1.0.0
requirements.txt:monotonic-align==1.0.0

but that bombs too

Collecting monotonic-align==1.0.0
  Using cached monotonic_align-1.0.0.tar.gz (4.8 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
  Preparing metadata (pyproject.toml) ... done
  WARNING: Generating metadata for package monotonic-align produced metadata for project name unknown. Fix your #egg=monotonic-align fragments.
Discarding https://files.pythonhosted.org/packages/2e/fc/814cbd78dd57880267355179ef74ba24d12daeb68776221f58072ac70643/monotonic_align-1.0.0.tar.gz#sha256=10bed2cf6f5f3cab716d1d14064cee4c759cd06e0eba63d199306f0c6839ffb1 (from https://pypi.org/simple/monotonic-align/) (requires-python:>=3.7): Requested unknown from https://files.pythonhosted.org/packages/2e/fc/814cbd78dd57880267355179ef74ba24d12daeb68776221f58072ac70643/monotonic_align-1.0.0.tar.gz#sha256=10bed2cf6f5f3cab716d1d14064cee4c759cd06e0eba63d199306f0c6839ffb1 (from -r requirements.txt (line 28)) has inconsistent name: filename has 'monotonic-align', but metadata has 'unknown'
ERROR: Could not find a version that satisfies the requirement monotonic-align==1.0.0 (from versions: 1.0.0)
ERROR: No matching distribution found for monotonic-align==1.0.0
root@erying:/home/jsteve/src/MockingBird#

commenting it out goes further but more issues

Collecting mpmath>=0.19
  Using cached mpmath-1.3.0-py3-none-any.whl (536 kB)
ERROR: Exception:
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 165, in exc_logging_wrapper
    status = run_func(*args)
  File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper
    return func(self, options, args)
  File "/usr/lib/python3/dist-packages/pip/_internal/commands/install.py", line 389, in run
    to_install = resolver.get_installation_order(requirement_set)
  File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 188, in get_installation_order
    weights = get_topological_weights(
  File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 276, in get_topological_weights
    assert len(weights) == expected_node_count
AssertionError

@marchawake
Copy link

我当时也遇到这个问题,可以切换为1.0.0
版本,如果安装失败 应该是需要安装visual studio 然后就可以解决,有好多的模型可以分享一下,我目前使用readme提供的模型 合成的音频效果一般

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

8 participants