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

requirements.txt has inconsistent name: expected 'network', but metadata has 'mk-network' #32

Open
Sasni opened this issue May 12, 2024 · 1 comment

Comments

@Sasni
Copy link

Sasni commented May 12, 2024

...
Preparing editable metadata (pyproject.toml) ... done
  WARNING: Generating metadata for package network produced metadata for project name mk-network. Fix your #egg=network fragments.
Discarding git+https://github.com/matejker/network@master#egg=network: Requested mk-network from git+https://github.com/matejker/network@master#egg=network (from -r requirements.txt (line 2)) has inconsistent name: expected 'network', but metadata has 'mk-network'
ERROR: Could not find a version that satisfies the requirement network (unavailable) (from versions: 0.1)
ERROR: No matching distribution found for network (unavailable)

i think line 2 in requirement.txt should be:
-e git://github.com/matejker/network@master#egg=mk-network

@fm-sys
Copy link

fm-sys commented Oct 17, 2024

Fixed with #33

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

2 participants