-
Notifications
You must be signed in to change notification settings - Fork 3
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 in project setup #62
Comments
Hey! I don't recall using virtual env. Did you try with |
@LDiazN Have you run poetry install? It looks like that nox can't find the virtual environment. Within c4v we're using
|
@marianelamin I have both Oh and i forgot about my OS in template details, sorry about it.
@dieko95 I did so, but still not working. I think there may be some weird thing conflicting between |
Ok i managed to make it work. I workaround it by creating a virtualenvironment pointing to a python version installed & managed by pyenv:
(P.S.: i manage my virtualenvs with virtualenvwrapper) then after calling
|
I should have included the errors messages, here they are: Error 1:
Error 2:
|
@LDiazN It looks that you don't have the key to connect to angostura, its name is |
Issue description
When i try to set up the project, the last step fails with the following error:
when running:
nox -s tests
Steps to reproduce the issue
What's the expected result?
What's the actual result?
Additional details
Reiinstalling virtualenv will fix it, but then nox it's uninstalled too. When reinstalling nox, the same error happens again
(i found this template report here )
The text was updated successfully, but these errors were encountered: