Update environment.yml to make installation work again#36
Closed
spiralsim wants to merge 30 commits intoStructuralNeurobiologyLab:masterfrom
Closed
Update environment.yml to make installation work again#36spiralsim wants to merge 30 commits intoStructuralNeurobiologyLab:masterfrom
spiralsim wants to merge 30 commits intoStructuralNeurobiologyLab:masterfrom
Conversation
the given rfc used 11 features but we provided 14. so we checked the changes is git repository reverted them.
…rsion of pytorch
fix error message: OSError: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by ../envs/syconn2/lib/python3.8/site-packages/open3d/libc++abi.so.1)
fixes: ERROR: Could not find a version that satisfies the requirement open3d<=0.9 (from versions: 0.10.0.0, 0.11.0, 0.11.1, 0.11.2, 0.12.0, 0.13.0) ERROR: No matching distribution found for open3d<=0.9
Error message: Exception: [Errno 2] No such file or directory: '...cwd/models//conn_syn_rfc//rfc_fallback'
Make code work with provided example data
Conflicts: syconn/handler/prediction_pts.py
New error message about missing libgl occured. Added fix to instructions.
How to setup Knossos viewer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Building off the changes by @ada52, I adjusted some dependencies again to make installation work on my machine (Ubuntu 22.04.3 LTS). See AUTOMATIC1111/stable-diffusion-webui#15863 for an explanation of the
setuptools <= 70requirement. I also documented the new installation process indocs/instructions.rst.However, I still get errors when I run the example with
python start.py, so I'd be very grateful if someone could fix those.