Hi,
I can't run the project, have a few issues. I am on MacOS
-
it doesn't "recognize" / can't read my .env file
-
Initialized empty Git repository in /Users/magomedvoraev/.git/ => it initialises git in a different FILEPATH from what I have in .env, so I thought I could maybe change path = os.getenv("FILEPATH") into path = myActualPathThatIWant but EVEN THEN it doesn't recognise the path......
-
from github import Github doesn't work for me.
Any ideas ?
Hi,
I can't run the project, have a few issues. I am on MacOS
it doesn't "recognize" / can't read my .env file
Initialized empty Git repository in /Users/magomedvoraev/.git/ => it initialises git in a different FILEPATH from what I have in .env, so I thought I could maybe change
path = os.getenv("FILEPATH")intopath = myActualPathThatIWantbut EVEN THEN it doesn't recognise the path......from github import Githubdoesn't work for me.Any ideas ?