-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Linux, NixOS] BEEmod fails to compile chamber: ImportError: cannot import name 'areaportals' from partially initialized module 'postcomp.transforms' #4458
Comments
This suggests something's wrong with the freezing of the compiler. Did you clone the |
Thanks for the reply! I did clone the repo with (I've also had a different issue with the BEEmod executable crashing due to not finding TKinter, but I've fixed that by manually copying in the tk and tcl files into If it helps, below are the full PyInstaller logs. (Sorry about the formatting--for some reason I couldn't get GitHub's code blocks to properly work for the entire log.) Full logs
[liz@envy:~/Applications/BEEmod/linux/BEE2.4]$ ls
BEE2.fgd dev FAQ.md help_urls.dmx INSTALL_GUIDE.txt pyproject.toml requirements.txt
BEE2.ico dev-requirements.txt hammeraddons i18n lib-32 pytest.ini sounds
CHANGELOG.md error_display hammeraddons.fgd images logs README.md src
|
I'm encountering the same issue on Arch Linux. I'll post an update if I figure anything out. |
Venvs should be fine, I always use them. Have you tried a dev build, I've changed a few things around this which might solve the issue. |
BEE2 Application Version
Tested on 4.44.0, 4.45.2
BEE2 Package Version
Tested on 4.44.0, 4.45.0
What operating system are you running on?
Linux
Logs and Reports
Additional information
I'm attempting to get BEEmod working on NixOS. With some difficulty, I was able to compile and run the BEEmod app, but when attempting to build any puzzle with BEEmod installed, I get the above error.
The text was updated successfully, but these errors were encountered: