You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running pip install psiturk installs the asn1crypto==0.24.0, package which has an issue with OSX Catalina zsh shell and needs to be upgraded to asn1crypto 1.2.0. For compatibility with OSX the version should be updated to asn1crypto 1.2.0 and all compatibility issues fixed.
After installing psiturk with pip all pip functionality will be broken on the zsh shell and you will need to manually remove the package from your site-packages folder and reinstall it which gives the following error:
ERROR: psiturk 2.3.6 has requirement asn1crypto==0.24.0, but you'll have asn1crypto 1.2.0 which is incompatible.
This error made it so that I was unable to run the psiturk-setup-example which is now running, though I don't know if there are any other issues caused by switching to asn1crypto 1.2.0
The text was updated successfully, but these errors were encountered:
I just switched the python2 branch requiremenets.txt file to be generated using pipreqs instead of pip freeze. This removed stale package dependencies such as asn1crypto from the requirements file. Can you install from python2 branch to confirm that it works for you?
Running pip install psiturk installs the asn1crypto==0.24.0, package which has an issue with OSX Catalina zsh shell and needs to be upgraded to asn1crypto 1.2.0. For compatibility with OSX the version should be updated to asn1crypto 1.2.0 and all compatibility issues fixed.
After installing psiturk with pip all pip functionality will be broken on the zsh shell and you will need to manually remove the package from your site-packages folder and reinstall it which gives the following error:
ERROR: psiturk 2.3.6 has requirement asn1crypto==0.24.0, but you'll have asn1crypto 1.2.0 which is incompatible.
The error and solution to the ans1crypto issue are detailed here:
Homebrew/homebrew-core#44996
This error made it so that I was unable to run the psiturk-setup-example which is now running, though I don't know if there are any other issues caused by switching to asn1crypto 1.2.0
The text was updated successfully, but these errors were encountered: