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

This package cannot be installed from pypi #123

Open
corviday opened this issue Feb 21, 2020 · 2 comments
Open

This package cannot be installed from pypi #123

corviday opened this issue Feb 21, 2020 · 2 comments
Assignees
Labels

Comments

@corviday
Copy link
Contributor

Something about the way the documentation is configured in setup.py prevents installing this package from pypi:

Collecting ce==1.2.0 (from -r requirements.txt (line 1))
  Downloading https://pypi.pacificclimate.org/packages/ce-1.2.0.tar.gz (609kB)
    100% |████████████████████████████████| 614kB 36.7MB/s 
    Complete output from command python setup.py egg_info:
    /local_temp/lzeman/pip-build-6icbxml4/ce/setup.py:8: UserWarning: Could not import sphinx. You won't be able to build the docs
      warn("Could not import sphinx. You won't be able to build the docs")
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/local_temp/lzeman/pip-build-6icbxml4/ce/setup.py", line 49, in <module>
        'build_sphinx': BuildDoc
    NameError: name 'BuildDoc' is not defined
@corviday corviday added the bug label Feb 21, 2020
@corviday corviday self-assigned this Feb 21, 2020
@corviday
Copy link
Contributor Author

Package cannot be installed from github with pip, either, unless sphinx is hand-installed first.

@corviday
Copy link
Contributor Author

Package also needs contexttimer installed.

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

No branches or pull requests

1 participant