Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem









I'll come back to this in the future, maybe by then my python installation will be fixed while doing something else.
Thanks for the help!
"python3 -m pip install matplotlib shapely --force-reinstall" but from there im out of ideas.
"side note ive been copying my map folder and renaming everything to create a separate test map to do this on"
- yeah, everytime the script finishes (successfully) it dumps the terrain data to lua_coords.lua - which contents you'll have to manually append to the end of the map lua file each time you run the script. (data.hitpoints and data.tree)
am i suppose to be doing this in a powershell window attached to the map folder or the python shell? (im running that command in the python shell)
side note ive been copying my map folder and renaming everything to create a separate test map to do this on
when i run pip3 uninstall matplotlib shapely in powershell attached to the folder it successfully uninstalls, and successfully reinstalls it with the install command
when i do that i get the same errors
-its probably some sort of user error as your test map wont work in skirmish/acts the same as my map in skirmish
if you then type "import matplotlib.pyplot as plt" there shouldn't be any errors occuring.
after i.e.:
"plt.plot([1,2,3,4])"
and
"plt.show()"
you should see the plot of a diagonal
ifor the latest issue i reccomend to restore the backup fwe file and rerun the script on it (if the script runs ;) )
as a last option just completely wipe python from your computer via the control panel and do a clean reinstall
When i attempt to run the install command it gives me this, i have no clue if its an error or not
https://paste.ee/p/Irv3k
In the console window i was getting a warning, but not an error and the warning was saying something about mismatching versions, but i dont think that could of been causing any problems