Closed gregkrsak closed 2 years ago
Hi @gregkrsak,
I just tried with both Python 3.8 and 3.9 on my Ubuntu 20.04 and it works.
/opt/anaconda3/lib/python3.9/posixpath.py
doesn't look like a standard path for python libs. I don't know what anaconda3
is, but it could be the source of the issue here.
Good point. I'll look into this, and re-open the issue if it persists. Thanks for the quick response.
(Operating System: Lubuntu 21.10, with full uname, python, and git version outputs noted below)
How to reproduce:
What am I not thinking of?
(base) gregk@imaginebook:~/Code/Ada_Drivers_Library$
python ./scripts/install_dependencies.py
(base) gregk@imaginebook:~/Code/Ada_Drivers_Library$
python2 ./scripts/install_dependencies.py
(base) gregk@imaginebook:~/Code/Ada_Drivers_Library$
python3 ./scripts/install_dependencies.py
(base) gregk@imaginebook:~/Code/Ada_Drivers_Library$
python2
(base) gregk@imaginebook:~/Code/Ada_Drivers_Library$
python3
(base) gregk@imaginebook:~/Code/Ada_Drivers_Library$
uname -a
(base) gregk@imaginebook:~/Code/Ada_Drivers_Library$
git --version
Repository was cloned using:
git clone --recursive https://github.com/AdaCore/Ada_Drivers_Library.git