Open qitop opened 2 years ago
Any response?
Please note that I am no longer actively participating in this project. @husseinalijaafar and @uncobruce are maintaining it from now on. That being said, I think that to get it working on Windows you would simply need to refactor all the locations where file paths are manipulated assuming a UNIX environment (e.g. using os.path.join
instead of strings with forward slashes).
Thanks @judicaelclair .
Yes, you would likely encounter some issues with path seperators. Try the recommendations above, and let us know how it goes.
Most of our dev is done on Linux, hence no windows support atm.
Hi, I am trying to run this code on windows 10 with pychram2021 but facing linux based dependeny issues in it. I created virtual environment on pycharm I tried running
main.py -v
Firstly in analyzer.py file
import resoruce
was giving an error. I replaced that withimport psutil
Now I am facing another error. Here's my log
Can you help me with that?