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

qiskit_alt.project.ensure_init(calljulia='juliacall') terminates with an error #21

Open
MozammilQ opened this issue Mar 30, 2022 · 5 comments

Comments

@MozammilQ
Copy link
Contributor

qiskit_alt.project.ensure_init(calljulia='juliacall') terminates with this error:

error

@jlapeyre
Copy link
Contributor

Thanks @MozammilQ . I think your PR to julia_project should fix this.

When posting command line logs (That is IO from a command line interface), please use code quoting rather than a screenshot. For example, if you enter this:

```python
>>> import qiskit_alt
>>> qiskit_alt.project.ensure_init()
>>> Errors, errors.....
```

It displays like this:

>>> import qiskit_alt
>>> qiskit_alt.project.ensure_init()
>>> Errors, errors.....

(Notice that the input is color coded correctly because it is python. The highlighting on the output is not so meaningful)

Also, use single quotes for inline code: qiskit_alt.project.ensure_init(calljulia='juliacall') terminates with this error:

@jlapeyre
Copy link
Contributor

Can you tell us if jlapeyre/find_julia#3 fixes the issue? (This will be find_julia v 0.2.7)

@jlapeyre
Copy link
Contributor

jlapeyre commented Apr 1, 2022

For completeness: I ran into the urllib problem when creating docker files. I believed it was particular to some fedora/docker interaction, so I fixed it only there

https://github.com/Qiskit-Extensions/qiskit-alt/blob/ae78f22029d8b7143460643682a2d6db956f5c90/docker_tests/Dockerfile2#L15

Apparently not. So the particular fix in the dockerfile is probably no longer necessary.

@MozammilQ
Copy link
Contributor Author

Can you tell us if jlapeyre/find_julia#3 fixes the issue? (This will be find_julia v 0.2.7)

Yes, In my opinion, this fixes the issue.

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