-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such file or directory: '' #138
Comments
A little more info, not sure if it helps.
However, if I run a test script to just import the Requests module,
I did try running the migrate.py with just "python" but it filed with the following error:
|
OK, last update, I think I fixed Requests not being accessible from the Python3 command by using:
Running my requests version check script then works from Python3 However, now running the migrate script under Python3 still results in the above error :S |
So this line is bombing out: bitbucket-issue-migration/migrate.py Line 142 in ead9947
That leverages a passed-in option to specify a mappings file, but the intent was that file should be optional... I'm unlikely to have the time to fix this, but I'd happily accept a PR if someone else wants to fix it, so the following information would be helpful:
|
I followed the install instructions on the Repository on Windows, yet when I run the migrate script is still says:
I ran "pip3 install -r requirements.pip" again and it certainly seems to think it's installed
Any ideas?
The text was updated successfully, but these errors were encountered: