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
Hi there,
I have trouble in installing PyDAQmx with Python 3. When manually downloading the package and running python setup.py build from the terminal inside the package folder, I get the error that the command "use_2to3" is invalid.
Does anyone know how to fix this?
The text was updated successfully, but these errors were encountered:
Python 3 don't support the 2to3 in the setup.py anymore. I update the master branch and release the version 1.4.5 with files that should now work directly with Python 3.
Could you please try it and confirm it works. You should be able to install it directly from githib with a command like :
pip install git+https://github.com/clade/PyDAQmx.git
Hi there,
I have trouble in installing PyDAQmx with Python 3. When manually downloading the package and running python setup.py build from the terminal inside the package folder, I get the error that the command "use_2to3" is invalid.
Does anyone know how to fix this?
The text was updated successfully, but these errors were encountered: