-
Notifications
You must be signed in to change notification settings - Fork 28
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
UnicodeDecodeError for obonet0.2.5 #25
Comments
Here is the source code where your error is occurring in v0.2.5: Lines 17 to 18 in 07365ec
Notice how our PYTHONIOENCODING=UTF-8 pip install obonet==0.2.5 That might work. Otherwise, can you upgrade to latest obonet version 0.3.0, which shouldn't have this problem. |
Thanks for your quick reply,I think I might get where the error is from,but after I run your code listed above something else goes wrong,as shown below:
It frustrated me and I come back to look for your help..
then I successfully in pip install progress,but I wonder would this change have an bad effect on obonet(or even ruin your code) since it's too simple while nobody has tried it? |
The code should work in a bash (or other unix-like) shell, but does not work on the Windows command prompt.
That is fine. Personally I think upgrading to the latest obonet==0.3.0 is a better solution, since it doesn't require manually editing a file everytime. Glad you were able to find a method that works. |
Hi,I am a new one to obonet and recently have an strict environment restriction for obonet0.2.5 and python3.7.9
As I try to install it I meet an UnicodeDecodeError such as shown belows:
the environment test2 shown above is a brand new environment with python3.7.9 construted by anaconda,I've read the closed issues but it didn't make it with any pip updates,please help me with this embarrasing bug(O-r-z),thank you!
The text was updated successfully, but these errors were encountered: