-
Notifications
You must be signed in to change notification settings - Fork 3
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
ValueError on Conda in windows environment #2
Comments
@Jokipii Sorry, could you try the fix I just implemented and tell me if it fixes the problem? I don't have any Anaconda on Windows install so I can't test it myself... Please install this: pip3 install git+https://github.com/mbdevpl/version-query.git@feature/anaconda-windows ... and then re-run whatever you were trying to do in typed-astunparse#6 to check if it breaks again. The installation method above means installing directly from my repo, from a specific git branch |
This issue in |
I got ValueError, when I tried to import typed_astunpare in Conda environment:
In my case 'PNG-INFO' is located on 'C:\ProgramData\Anaconda3\envs\greencarbon\lib\site-packages\typed_astunparse-2.1.4-py3.7.egg\EGG-INFO' directory.
Method 'query_package_folder' in 'py_query.py' tries to find it in 'EGG-INFO' directory, but only if directory name is in lowercase 'egg-info'.
The text was updated successfully, but these errors were encountered: