Skip to content
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

Hiccups with Conda #1

Open
ibro45 opened this issue Jun 30, 2022 · 1 comment
Open

Hiccups with Conda #1

ibro45 opened this issue Jun 30, 2022 · 1 comment

Comments

@ibro45
Copy link

ibro45 commented Jun 30, 2022

I had some initial hiccups setting up a conda environment, but I managed to get it working. I don't know if this would be an issue with python virtualenv.

Issue 1

tables package. One of its dependencies is numexp and the specified tables version tries to install numexpr==2.8.1, which produces an error saying that it cannot get the corresponding version of oldest-supported-numpy.

Issue 2

tensorflow-gpu. It installed correctly, but upon running, it would throw this error:

.../tensorflow/python/ops/variables.py", line 133, in <module>
    "* `ONLY_FIRST_TOWER`: Deprecated alias for `ONLY_FIRST_REPLICA`.\n  ")
AttributeError: attribute '__doc__' of 'type' objects is not writable

How to Fix Both

Issue 1: pip install numexpr==2.7.3
Issue 2: pip uninstall enum and conda install enum34 as mentioned here.

@9zelle9
Copy link
Contributor

9zelle9 commented Nov 21, 2022

Thanks a lot for filing this issues and providing fixes.

Issue 1 is resolved. The numexpr version was added to the requirements. Tested and works on our machine as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants