Skip to content
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

Small changes on BitBucketConverter.py to compile with python 3.7.3 #218

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gerdablum
Copy link

I tried to run the converter python script, as the online converter is down currently.
Python version 3.7.3, OS Version: Raspbian GNU/Linux 10 (buster)

There were a few issures I run into:

  1. dependency pycurl was missing. In order to install it i needed to install some system libraries:
 sudo apt install libcurl4-openssl-dev 
 sudo apt install libssl-dev

after that I was able to install pycurl via pip3 install pycurl

  1. script still did not compile because of a few typos (propably mixups between python 3 and python 2).
    I did some minor changes which I propose in this PR

After the changes I was able to run the script successfully with python 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant