question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

when a py2cytoscape version, compatible with Python 3.7.1, will be available?

See original GitHub issue

Recently I installed py2cytoscape and worked with it under an environment with python 3.6.4. Meanwhile I updated the networkx library, via conda, and without notice it installed Python 3.7.1 along with other dependencies. The Python 3.7 was a major release and a lot of python packages that worked with 3.6.4 display errors under python 3.7.1. So I updated numpy, scipy, pandas, etc.

Unfortunately py2cytoscape hasn’t yet a version compatible with 3.7.1, and I cannot use it anymore. Could we hope that in the near future such a version will be available?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
zachary822commented, Jun 3, 2019

The newest version on pypi should fix this issue. Closed.

1reaction
zachary822commented, Apr 4, 2019

Same issue as #79.

#84 This pull request should fix that. It has to do with the usage of the json.load function. It only excepts strings prior to python 3.5, but excepts strings and bytes after python 3.6.

My mistake. I misread. This is another issue. I am currently fixing an unrelated issue that might solve this problem. It has to do with PUT requests to the api don’t have a response body. #84 might fix that issue (02992bb).

For posterity, this is the same underlying issue as #82.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python Release Python 3.7.1
Python 3.7.1. Release Date: Oct. 20, 2018. Note: The release you are looking at is Python 3.7.1, a bugfix release for the legacy...
Read more >
Re: [cytoscape-helpdesk] I want to automate saving a view in ...
python : 3.7.1 (default, Dec 14 2018, 13:28:58) py2cytoscape: downloaded 1/28/2019 w/ pip install py2cytoscape code: from py2cytoscape import cyrest
Read more >
What numpy version is compatible with Python 3.7?
Yes that's the way I read it, yet both PIP and Conda will install 1.21 with 3.7. At any rate with GMAT 2022a...
Read more >
Cytoscape Automation: empowering workflow-based network ...
Under Cytoscape Automation, workflows can use CyREST to issue ... The Python library (called py2cytoscape [27]) is available via PyPI.
Read more >
Cytoscape User Manual 3.7.1 documentation
This chapter describes how to produce custom workflows using CyREST natively and via Python and R interface libraries. More tutorials and examples are...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found