tiagoecmagalhaes / PyWolf

PyWolf is a software to perform simulations of partially coherent light propagation using parallel computing devices through PyOpenCL
GNU Lesser General Public License v3.0
3 stars 1 forks source link

Troubles getting up an running #7

Open mlawson00 opened 8 months ago

mlawson00 commented 8 months ago

Hi there, Thanks for sharing this project it looks very interesting. I am having a little trouble getting it up and running, probably due to a mismatch in the libraries I'm using compared to yours. Would it be possible for you to share the requirements.txt of your venv so I can eliminate these issues?

Many thanks,

Mike

tiagoecmagalhaes commented 8 months ago

Hi Mike!

Thank you for your message. I have added the requirements.txt Moreover, I noticed that there was error when running with Visual Studio Code. This was due to the difference that some interpreters handle file paths. I have corrected it and tested it with Visual Studio Code.

Hope you can run it.

Tiago.