Callum Macpherson
Callum Macpherson
Hi there, I seem to be having a related issue. If I run `import projectq` or `from projectq import MainEngine` in python in the terminal I get `illegal hardware instruction...
Hi, Thanks for getting back to me. the output of the command was very long so I've written it to a txt file using `python3 -m pip install -v projectq...
Okay I've ran ``python3 -m pip install --no-cache-dir -v projectq > pq_log1.txt`` in the same directory. Let me know if you need anything else. Just in case its relevant I...
Hi, No worries :) I've ran the above commands and here is the txt file. Thanks [pq_log2.txt](https://github.com/ProjectQ-Framework/ProjectQ/files/8949185/pq_log2.txt) .
Yes I suspected there was a typo and added the 'q' to the first command (I should've said) I received a confirmation that projectq was successfully uninstalled.
Its possible I could've missed something else so I've reran both of these commands again (see screenshots) Looking in the pq_log3.txt file I also do not see the compiler tests...
[pq_log3.txt](https://github.com/ProjectQ-Framework/ProjectQ/files/8952714/pq_log3.txt) txt file here.
Hi again, I have set up a new virtual environment and updated `pip`, `setuptools` and `wheel`. `python3 -m pip install --no-cache -v projectq --log log_file` Using this command seems to...
Great :) apologies for the gap I got a bit bogged down upgrading my python version.
Just a note that in the above thread I was using my system python (version 3.8.8). I have now upgraded to python 3.10.6 using pyenv and I have no issues...