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

Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI #2

Closed
nm17 opened this issue May 21, 2020 · 5 comments
Assignees
Labels
wait feedback Wait feedback

Comments

@nm17
Copy link

nm17 commented May 21, 2020

$ pip install aerich
Collecting aerich
  Downloading aerich-0.1.5.tar.gz (13 kB)
  Installing build dependencies: started
  Installing build dependencies: finished with status 'done'
  Getting requirements to build wheel: started
  Getting requirements to build wheel: finished with status 'done'
    Preparing wheel metadata: started
    Preparing wheel metadata: finished with status 'done'

ERROR: Packages installed from PyPI cannot depend on packages which are not also hosted on PyPI.
aerich depends on tortoise-orm@ git+https://github.com/long2ice/tortoise-orm.git@develop 
@long2ice
Copy link
Member

Oh, you can install from source: pip install git+https://github.com/long2ice/aerich.git,becase the dependency tortoise-orm in pypi is not latest.

@nm17
Copy link
Author

nm17 commented May 21, 2020

@long2ice, for some reason, it installs v0.1.1 and it has no aerich command tool.

@long2ice
Copy link
Member

all right, the right cmd is pip install -e git+https://github.com/long2ice/aerich.git#egg=aerich.

@long2ice long2ice added the wait feedback Wait feedback label May 21, 2020
@long2ice long2ice self-assigned this May 21, 2020
@nm17
Copy link
Author

nm17 commented May 22, 2020

Seems fine now

@long2ice
Copy link
Member

OK, I close this, reopen or make new issues if have more question.

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

No branches or pull requests

2 participants