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

ImportError: No module named 'sphinx_pypi_upload' on installing from github #28

Closed
queirozfcom opened this issue Feb 19, 2016 · 1 comment

Comments

@queirozfcom
Copy link
Contributor

Hi. I've tried to install scikit-multilearn directly from github like this, and got this error:

(venv3)felipe@felipe-XPS-8300:~/auto-tagger$ pip install git+https://github.com/queirozfcom/scikit-multilearn.git
Collecting git+https://github.com/queirozfcom/scikit-multilearn.git
  Cloning https://github.com/queirozfcom/scikit-multilearn.git to /tmp/pip-agw71wfn-build
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-agw71wfn-build/setup.py", line 3, in <module>
        import sphinx_pypi_upload
    ImportError: No module named 'sphinx_pypi_upload'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-agw71wfn-build

Any thoughts? By the way, I'm using Python 3. Should I use Python 2?

@niedakh
Copy link
Contributor

niedakh commented Feb 19, 2016

The master branch is installable using pip - I removed the dependency on sphinx_pypi_upload as it is just used for generating documentation upon releasing releasing.

I am using Python 2, I would plan for Python 3 in release 0.0.3, I want 0.0.2 out ASAP but still need to clean up some code.

@niedakh niedakh closed this as completed Feb 19, 2016
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