You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the template_.py script, I get the error "ModuleNotFoundError: No module named 'freeciv'". I have run pip install . in the main directory and pip list shows a module 'freeciv-python'. Import freeciv-python fails with File "<stdin>", line 1 import freeciv-python ^ SyntaxError: invalid syntax. I tried changing the module name to freeciv in setup.py and installing, but although pip list shows a module "freeciv", import freeciv still fails.
The text was updated successfully, but these errors were encountered:
Running the template_.py script, I get the error "ModuleNotFoundError: No module named 'freeciv'". I have run pip install . in the main directory and pip list shows a module 'freeciv-python'. Import freeciv-python fails with
File "<stdin>", line 1 import freeciv-python ^ SyntaxError: invalid syntax
. I tried changing the module name to freeciv in setup.py and installing, but although pip list shows a module "freeciv", import freeciv still fails.The text was updated successfully, but these errors were encountered: