Skip to content
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

nrutils(3) raises ImportError with latest positive #60

Open
duncanmmacleod opened this issue Dec 13, 2021 · 0 comments
Open

nrutils(3) raises ImportError with latest positive #60

duncanmmacleod opened this issue Dec 13, 2021 · 0 comments

Comments

@duncanmmacleod
Copy link

Installing the latest version of positive alongside the nrutils3 branch of this project results in an ImportError:

  File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/pwca/__init__.py", line 12, in <module>
    from . import core
  File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/pwca/core.py", line 20, in <module>
    pwca_catalog = pickle.load( open( pwca_catalog_path, "rb" ) )
  File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/nrutils/__init__.py", line 105, in <module>
    exec( r'import nrutils.%s' % p)
  File "<string>", line 1, in <module>
  File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/nrutils/manipulate/__init__.py", line 12, in <module>
    exec( 'from nrutils.manipulate.%s import *' % module)
  File "<string>", line 1, in <module>
  File "/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/nrutils/manipulate/rotate.py", line 4, in <module>
    from positive.maths import wdelement,wdmatrix
ImportError: cannot import name 'wdelement' from 'positive.maths' (/opt/hostedtoolcache/Python/3.7.12/x64/lib/python3.7/site-packages/positive/maths.py)

Build log: https://github.com/cardiffgravity/PhenomDCP/runs/4507939776?check_suite_focus=true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant