Skip to content
This repository has been archived by the owner on Aug 9, 2022. It is now read-only.

Missing Galaxy wheels #26

Open
34 of 52 tasks
nsoranzo opened this issue Oct 12, 2018 · 5 comments
Open
34 of 52 tasks

Missing Galaxy wheels #26

nsoranzo opened this issue Oct 12, 2018 · 5 comments

Comments

@nsoranzo
Copy link
Member

nsoranzo commented Oct 12, 2018

In bold the packages containing compiled extensions, which cannot be installed (or fully installed) without a compiler and Python development libraries.

@davidism
Copy link

davidism commented Nov 5, 2018

Saw this linked in the MarkupSafe issue tracker. MarkupSafe 1.1.0 has wheels on PyPI now, not sure if that affects this project.

@nsoranzo
Copy link
Member Author

nsoranzo commented Nov 6, 2018

@davidism Thanks for the heads-up! No need to build our own wheels any more!

@demianzhang
Copy link

windows pip install future will meet this error
Relative imports in setup.py would make execution of it complain with modules src.future not being found.

/some/different/path/python setup.py install

Error:

import src.future
ModuleNotFoundError: No module named 'src'

Could you fix it soon?

pip 19.0.3
python 3.6.4
windows

@nsoranzo
Copy link
Member Author

nsoranzo commented Mar 1, 2019

@demianzhang We are not supporting Windows at this moment, patches welcome though!

@demianzhang
Copy link

I find that sys.path.append('') will be OK. Thx

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

No branches or pull requests

3 participants