vext-python / vext

Use system python packages in virtualenv.
MIT License
72 stars 7 forks source link

vext.gi fails in python3.5 with recent setuptools #35

Closed stuaxo closed 5 years ago

stuaxo commented 8 years ago

check_sysdeps fails when running install

Disabling the test_imports section gets file installed, but import still seems to fail.

stuaxo commented 8 years ago

Think I must have been using venv, not virtualenv here, closing.

stuaxo commented 8 years ago

Problem seems to be install vext.* packages from pypi.

gi.vext ends up in {site-packages]/vext.gi-0.5.20-py3.5.egg so this needs a new mechanism / shared space so that vext can find the newly installed .vext files ... crawling the whole site-packages dir can't be good for performance thought.

stuaxo commented 8 years ago

More guessing

stuaxo commented 8 years ago

Seems like this happens when using a virtualenvs pip from outside that virtualenv.

lofidevops commented 6 years ago

Is this the same issue? [moved to https://github.com/stuaxo/vext/issues/47 ]

stuaxo commented 6 years ago

That's a different issue - feel free to open another ticket about it.

stuaxo commented 5 years ago

Closing this until I find out how to reproduce this properly.