Skip to content

Commit

Permalink
Pin PyInstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
codewarrior0 committed Aug 14, 2018
1 parent aad765a commit 4bb98da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
# Install dependencies for tests.
- pip install -r tests/requirements.txt | cat

- pip install git+http://github.com/pyinstaller/pyinstaller
- pip install git+http://github.com/pyinstaller/pyinstaller@5f91905

# Install qt4 from third-party source
# https://github.com/cartr/homebrew-qt4
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- pip install https://github.com/mcedit/mcedit2-deps/raw/master/wheels/PySide-1.2.2-cp27-none-win%WHL_ARCH%.whl
- pip install -r requirements.txt
- pip install git+http://github.com/pyinstaller/pyinstaller
- pip install git+http://github.com/pyinstaller/pyinstaller@5f91905

build_script:
- pyinstaller mcedit2.spec
Expand Down

4 comments on commit 4bb98da

@Kadack
Copy link

@Kadack Kadack commented on 4bb98da Mar 27, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can't open my world 1.16.3 in mcedit2 and mcedit1 i rinitialised my computer after i can't open any world was created in 1.15 and + idk for 1.14 i can open 1.8 save

An error occurred while opening C:\Users\user\AppData\Roaming.minecraft\saves\tr bedrock
'NoneType' object is not iterable

Traceback (most recent call last):
File "mcedit2\editorapp.py", line 790, in loadFile (self is a MCEditApp)
File "mcedit2\editorsession.py", line 419, in init (self is a EditorSession)
File "mcedit2\editorsession.py", line 724, in setConfiguredBlocks (self is a EditorSession)
File "mcedit2\editorsession.py", line 728, in reloadModels (self is a EditorSession)
File "src\mcedit2\rendering\blockmodels.pyx", line 236, in mcedit2.rendering.blockmodels.BlockModels.init
File "src\mcedit2\rendering\blockmodels.pyx", line 278, in mcedit2.rendering.blockmodels.BlockModels.loadModelParts
TypeError: 'NoneType' object is not iterable

@Nauhaan
Copy link

@Nauhaan Nauhaan commented on 4bb98da May 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

im having the same problem but different

(1.16.5)

'NoneType' object is not iterable

Traceback (most recent call last):
File "mcedit2\editorapp.py", line 699, in loadFile (self is a MCEditApp)
File "mcedit2\editorsession.py", line 413, in init (self is a EditorSession)
File "mcedit2\editorsession.py", line 721, in setConfiguredBlocks (self is a EditorSession)
File "mcedit2\editorsession.py", line 725, in reloadModels (self is a EditorSession)
File "src\mcedit2\rendering\blockmodels.pyx", line 237, in mcedit2.rendering.blockmodels.BlockModels.init (src/mcedit2/rendering/blockmodels.c:5658)
File "src\mcedit2\rendering\blockmodels.pyx", line 279, in mcedit2.rendering.blockmodels.BlockModels.loadModelParts (src/mcedit2/rendering/blockmodels.c:6884)
TypeError: 'NoneType' object is not iterable

@fer-hnndz
Copy link

@fer-hnndz fer-hnndz commented on 4bb98da Jul 10, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

afaik the latest supported version is 1.11, and the repository hasn't recieved any updates, maybe I can try contributing on this

@Zscreeper
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MrFellox How's it going, any news?

Please sign in to comment.