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
I made a fresh installation of astroconda (with python=3.7). I intended to use the pyds9 package and I was getting import errors because the six package was not installed.
The version in astroconda is listed as 1.9.0.dev145+gc1bf67a, which should include the changes that remove the six dependencies (along with python 2.7). Looking at the code though, the six dependency is still there. Is astroconda not picking up the correct version of the code? I was comparing the astroconda version of the code with the one found here: https://github.com/ericmandel/pyds9
The text was updated successfully, but these errors were encountered:
Hi.
I made a fresh installation of astroconda (with python=3.7). I intended to use the pyds9 package and I was getting import errors because the
six
package was not installed.The version in astroconda is listed as 1.9.0.dev145+gc1bf67a, which should include the changes that remove the
six
dependencies (along with python 2.7). Looking at the code though, thesix
dependency is still there. Is astroconda not picking up the correct version of the code? I was comparing the astroconda version of the code with the one found here: https://github.com/ericmandel/pyds9The text was updated successfully, but these errors were encountered: