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

Error with installing vtr_xml_utils dependency on Travis CI #21

Open
glatosinski opened this issue Nov 20, 2019 · 0 comments
Open

Error with installing vtr_xml_utils dependency on Travis CI #21

glatosinski opened this issue Nov 20, 2019 · 0 comments

Comments

@glatosinski
Copy link
Contributor

glatosinski commented Nov 20, 2019

I introduced tests in #18 that are running correctly on Python 3.7 both on my machine and Travis CI for Python 3.7. However, Travis CI fails for Python 3.5 and Python 3.6.

For Python 3.6, the error is following:

$ tox
GLOB sdist-make: /home/travis/build/SymbiFlow/python-symbiflow-v2x/setup.py
py36 create: /home/travis/build/SymbiFlow/python-symbiflow-v2x/.tox/py36
py36 installdeps: check-manifest, flake8, pytest, lxml
py36 inst: /home/travis/build/SymbiFlow/python-symbiflow-v2x/.tox/.tmp/package/1/v2x-0.0.1.zip
ERROR: invocation failed (exit code 1), logfile: /home/travis/build/SymbiFlow/python-symbiflow-v2x/.tox/py36/log/py36-2.log
================================== log start ===================================
Processing ./.tox/.tmp/package/1/v2x-0.0.1.zip
Direct url requirement (like vtr_xml_utils@ git+https://github.com/Symbiflow/vtr-xml-utils) are not allowed for dependencies
=================================== log end ====================================
___________________________________ summary ____________________________________
ERROR:   py36: InvocationError for command /home/travis/build/SymbiFlow/python-symbiflow-v2x/.tox/py36/bin/python -m pip install --exists-action w .tox/.tmp/package/1/v2x-0.0.1.zip (exited with code 1)
The command "tox" exited with 1.

while in Python 3.5 and 3.7 there are no problems with installing dependencies from Github.

The example of failed pipeline:
https://travis-ci.com/SymbiFlow/python-symbiflow-v2x/jobs/258554285

@glatosinski glatosinski changed the title Errors during Travis CI tests Error with installing vtr_xml_utils dependency on Travis CI Nov 20, 2019
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

1 participant