lashoun / upgraded-fefates-randomizer

An Upgraded Fire Emblem Fates Randomizer
GNU General Public License v3.0
9 stars 0 forks source link

ImportError: cannot import name default_rng #12

Open SchmoogCriminal opened 6 days ago

SchmoogCriminal commented 6 days ago

When I try to run the 'python updated_randomizer.py' command I get the message "ImportError: cannot import name default_rng". I'm new to Python so I'm not really sure what's wrong or what to do about it. Pretty sure I got pip, numpy, and xmltodict successfully installed and opened CMD using the folder's address bar, which I think is the correct way to go about it, but any help would be appreciated.

SchmoogCriminal commented 6 days ago

Ok, I think this particular issue involved the version of numpy (1.16.6) so I've tried instead switching to a higher version of Python and numpy (3.16 and 2.1.1), but that gives me a different issue: "UnicodeDecodeError: 'cp932' codec can't decode byte 0x93 in position 455: illegal multibyte sequence", which I understand means I need to figure out how to make Python read it using a different code (if that's the term), so I'll see if I can't figure that out before I get a response.