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

Installing Dorna in Python 3.7 (Linux) #27

Open
AndresBercovich opened this issue May 13, 2020 · 0 comments
Open

Installing Dorna in Python 3.7 (Linux) #27

AndresBercovich opened this issue May 13, 2020 · 0 comments

Comments

@AndresBercovich
Copy link

In the README.md , where say

After download, go to the directory, and run:

python setup.py install

Keep in mind that in Ubuntu (or similar distributions), the Python 2.7 sometimes is factory installed, then you have to:

  • Install Python 3.7 (or newer)

sudo add-apt-repository ppa:jonathonf/python-3.7
sudo apt-get update
sudo apt-get install python3.7
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 0
sudo update-alternatives --config python3

After selecting version 3.7.

  • Download the repository of Dorna from Github
  • Extract the file, and Inside of the folder open the terminal and write:

sudo su
Enter your password and after, write

python3 setup.py install
(python setup.py install didn't work for me, but python3 setup.py install, yes)

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

No branches or pull requests

1 participant