Mein Problem ist: Bisher konnte ich das Programm Ortho4XP auf meinem MAC mit Python3 aufmachen. Doch auf einmal geht es nicht mehr. Ich bekomme folgende Fehlermeldung:
Last login: Tue Nov 26 21:32:57 on ttys000
BerndsiacBB1468:~ berndbangert$ cd Users/BerndBangert/desktop/Ortho4xp
-bash: cd: Users/BerndBangert/desktop/Ortho4xp: No such file or directory
BerndsiacBB1468:~ berndbangert$ cd /Users/BerndBAngert/desktop/ortho4xp
BerndsiacBB1468:ortho4xp berndbangert$ python3 Ortho4XP_devel.py
Traceback (most recent call last):
File "Ortho4XP_devel.py", line 47, in <module>
import requests
ModuleNotFoundError: No module named 'requests'
Was kann ich tun. Ich brauche Eure Hilfe.
Python und Ortho4XP
“Auf einmal”? Oder hast du was geupdated? Und ich würde einfach nochmal den hier https://github.com/oscarpilote/Ortho4XP ... ctions.txt beschriebenen Anweisungen folgen.
Und wenn man in https://github.com/oscarpilote/Ortho4XP ... all_mac.sh schaut, dann muss das auch das brew-Python. Benutzt du das brew-python? Was sagt "python3 -c 'import sys; print(sys.prefix)'"