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'm having trouble installing tern and tern-rest-api in the same development environment. The problem seems to be the requirements.txt and requirements-dev.txt files that constrain the installation. I find that specifying just the direct dependencies for tern-rest-api (in this case - just flask-restx resolves the problem. I am more familiar with piptools than pipenv, and I like the dev/release balance there. My suggestion would be to migrate pipenv to piptools.
The text was updated successfully, but these errors were encountered:
I'm having trouble installing
tern
andtern-rest-api
in the same development environment. The problem seems to be therequirements.txt
andrequirements-dev.txt
files that constrain the installation. I find that specifying just the direct dependencies fortern-rest-api
(in this case - justflask-restx
resolves the problem. I am more familiar with piptools than pipenv, and I like the dev/release balance there. My suggestion would be to migrate pipenv to piptools.The text was updated successfully, but these errors were encountered: