-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Copied here on behalf of @gweeish
I'm trying to install multicell and in the process, I'm trying to install OpenAlea. However, I'm having the following issue with the 'python multisetup.py develop --user'. The issue is as follows:
'Error processing line 1 of /Users/gweeish/.local/lib/python3.7/site-packages/OpenAlea.SConsX-nspkg.pth:
Traceback (most recent call last):
File "/Users/gweeish/.pyenv/versions/3.7.5/lib/python3.7/site.py", line 168, in addpackage
exec(line)
File "", line 1, in
File "", line 580, in module_from_spec
AttributeError: 'NoneType' object has no attribute 'loader'Remainder of file ignored
Error processing line 1 of /Users/gweeish/.local/lib/python3.7/site-packages/openalea.deploy-nspkg.pth:Traceback (most recent call last):
File "/Users/gweeish/.pyenv/versions/3.7.5/lib/python3.7/site.py", line 168, in addpackage
exec(line)
File "", line 1, in
File "", line 580, in module_from_spec
AttributeError: 'NoneType' object has no attribute 'loader'Remainder of file ignored
Install OpenAlea.Deploy first
Install OpenAlea.Deploy first
cannot import name 'Multisetup' from 'multisetup' (/Users/gweeish/openalea/multisetup.py)
cannot import name 'Multisetup' from 'multisetup' (/Users/gweeish/openalea/multisetup.py)
Traceback (most recent call last):
File "multisetup.py", line 73, in
main()
File "multisetup.py", line 68, in main
mysetup = Multisetup(curdir='.', commands=args, packages=dirs)
NameError: name 'Multisetup' is not defined'Any help would be greatly appreciated.
Thank you!