Transfert from windows to mac django project

Hello
I was able to using Windows and I strated on my project wich it is in progress, recently I changed my machine, So when I took my Project file to my new mac, I get a lot of errors.
is that too easy to transfert the project ?
what I must do
second problem is with Psycopg2, I installed using pip install pyscopg2-binary.

so I still get another problem with that.

Yes, it should be easy to launch your project on another machine. But sometimes there are problems with pre-compiled libraries or their dependencies. In the simple case, you have to google all these errors and find the solutions. What errors do you see now?