Hey, I am actually writing to say I think the project may be broken right now? Getting an error... tried importing from anaplan_api.user import user as well, couldnt get any combination to work!
Line 1, in <module> from anaplan_api import anaplan File "/home/anaplant/.local/lib/python3.10/site-packages/anaplan_api/__init__.py", line 25, in <module> from .KeystoreManager import KeystoreManager File "/home/anaplant/.local/lib/python3.10/site-packages/anaplan_api/KeystoreManager.py", line 9, in <module> from anaplan_api import jks ImportError: cannot import name 'jks' from partially initialized module 'anaplan_api' (most likely due to a circular import) (/home/anaplant/.local/lib/python3.10/site-packages/anaplan_api/__init__.py) I checked your github page and saw that some of the dependencies for JKS and PYJKS were causing issues? Cryptodemex and twofish - I uninstalled those packages but that didn't fix the issue. Here is a pip freeze of what I have in my venv.. anaplan-api==0.1.28 apturl==0.5.2 autopep8==1.6.0 bcrypt==3.2.0 blinker==1.4 Brlapi==0.8.3 certifi==2020.6.20 chardet==4.0.0 click==8.0.3 colorama==0.4.4 command-not-found==0.3 cryptography==3.4.8 cupshelpers==1.0 dbus-python==1.2.18 defer==1.0.6 distro==1.7.0 distro-info===1.1build1 duplicity==0.8.21 fasteners==0.14.1 future==0.18.2 httplib2==0.20.2 idna==3.3 importlib-metadata==4.6.4 javaobj-py3==0.4.3 jeepney==0.7.1 keyring==23.5.0 language-selector==0.1 launchpadlib==1.10.16 lazr.restfulclient==0.14.4 lazr.uri==1.0.6 lockfile==0.12.2 louis==3.20.0 macaroonbakery==1.3.1 Mako==1.1.3 MarkupSafe==2.0.1 monotonic==1.6 more-itertools==8.10.0 netifaces==0.11.0 numpy==1.23.0 oauthlib==3.2.0 olefile==0.46 pandas==1.4.3 paramiko==2.9.3 pexpect==4.8.0 Pillow==9.0.1 protobuf==3.12.4 ptyprocess==0.7.0 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycairo==1.20.1 pycodestyle==2.8.0 pycups==2.0.1 PyGObject==3.42.0 pyjks==20.0.0 PyJWT==2.3.0 pymacaroons==0.13.0 PyNaCl==1.5.0 pyparsing==2.4.7 pyRFC3339==1.1 python-apt==2.3.0+ubuntu2 python-dateutil==2.8.1 python-debian===0.1.43ubuntu1 pytz==2022.1 pyxdg==0.27 PyYAML==5.4.1 reportlab==3.6.8 requests==2.25.1 SecretStorage==3.3.1 six==1.16.0 systemd-python==234 toml==0.10.2 ubuntu-advantage-tools==27.8 ubuntu-drivers-common==0.0.0 ufw==0.36.1 unattended-upgrades==0.1 urllib3==1.26.5 usb-creator==0.3.7 wadllib==1.3.6 xdg==5 xkit==0.0.0 zipp==1.0.0 not sure if you have a text file with the packages needed? Appreciate any help you can give! @jesse_wilson let me know if you are able to reproduce this as well... i did a fresh pip install of all the packages as of yesterday...
... View more